| .. |
|
CursesDialog
|
953e01a604
ERR: Removed most of the repeated curses declarations. The cause errors on other platforms. Grrrr..
|
%!s(int64=24) %!d(string=hai) anos |
|
MFCDialog
|
353050fb4e
ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too
|
%!s(int64=23) %!d(string=hai) anos |
|
bootstrap
|
399e1c0f3e
Improve bootstrape for unix
|
%!s(int64=24) %!d(string=hai) anos |
|
.cvsignore
|
0c948312ed
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
%!s(int64=24) %!d(string=hai) anos |
|
CMakeLists.txt
|
781fac21f0
BUG: cmake needs it's own directory for includes, so depends work
|
%!s(int64=24) %!d(string=hai) anos |
|
CMakeSetup.dsw
|
5bbae88569
Add ccommand for executing commands on the system, so by using ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow.
|
%!s(int64=24) %!d(string=hai) anos |
|
InitialConfigureFlags.cmake.in
|
cc768c86c6
ENH: pass prefix from configure into cmake
|
%!s(int64=24) %!d(string=hai) anos |
|
Makefile.in
|
5a418b0e00
ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAbstractFilesCommand.cxx
|
e8e42bde66
added deprecated warnings for version 1.4 or later
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAbstractFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddCustomCommandCommand.cxx
|
0a3d0d24fd
ENH: add list expansion back
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddCustomCommandCommand.h
|
9b8926925b
ENH: use target as source if source is empty
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddCustomTargetCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddCustomTargetCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddDefinitionsCommand.cxx
|
4823f16ebb
modified to accept no arguments
|
%!s(int64=23) %!d(string=hai) anos |
|
cmAddDefinitionsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddDependenciesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddDependenciesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddExecutableCommand.cxx
|
fc6b8e8bf7
fix const problem
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddExecutableCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddLibraryCommand.cxx
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddLibraryCommand.h
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddTestCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAddTestCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAuxSourceDirectoryCommand.cxx
|
5ba65d0aa1
bug fix for aux src dirs
|
%!s(int64=24) %!d(string=hai) anos |
|
cmAuxSourceDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmBorlandMakefileGenerator.cxx
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmBorlandMakefileGenerator.h
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
%!s(int64=24) %!d(string=hai) anos |
|
cmBuildCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
%!s(int64=24) %!d(string=hai) anos |
|
cmBuildCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmBuildNameCommand.cxx
|
991b551595
ENH: fix build name
|
%!s(int64=24) %!d(string=hai) anos |
|
cmBuildNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCMakeMinimumRequired.cxx
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCMakeMinimumRequired.h
|
077f81d359
ENH: fix doc line
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCacheManager.cxx
|
ec4331d273
ENH: do not use count, find for map lookup
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCacheManager.h
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCommands.cxx
|
a83e8170e9
ENH: Added ITK Tcl wrapping command.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCommands.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmConfigure.cmake.h.in
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmConfigure.h.in
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmConfigureFileCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
%!s(int64=24) %!d(string=hai) anos |
|
cmConfigureFileCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCreateTestSourceList.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCreateTestSourceList.h
|
38145ad5a4
modified create test source to create a vector
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCustomCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmCustomCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmDSPWriter.cxx
|
1f8df8585e
ENH: Add library dependency analysis.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmDSPWriter.h
|
076aafe79a
ENH: add file specific compile flags
|
%!s(int64=24) %!d(string=hai) anos |
|
cmDSWWriter.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmDSWWriter.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmData.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmDirectory.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
%!s(int64=24) %!d(string=hai) anos |
|
cmDirectory.h
|
809b32fe59
ENH: remove several compiler warnings
|
%!s(int64=24) %!d(string=hai) anos |
|
cmDumpDocumentation.cxx
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmElseCommand.cxx
|
32ad30e883
better error handling with if statements
|
%!s(int64=24) %!d(string=hai) anos |
|
cmElseCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmEnableTestingCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmEnableTestingCommand.h
|
28895b0f9f
ERR: Fixed compiler warnings.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmEndForEachCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmEndForEachCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmEndIfCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
%!s(int64=24) %!d(string=hai) anos |
|
cmEndIfCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmExecProgramCommand.cxx
|
65e3edea04
ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries
|
%!s(int64=24) %!d(string=hai) anos |
|
cmExecProgramCommand.h
|
d42055b283
ENH: fix more space problems, you can add args to the ExecProgram command separatly now
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFLTKWrapUICommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFLTKWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFindFileCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFindFileCommand.h
|
789267c949
ENH: speed improvements
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFindLibraryCommand.cxx
|
ab9c677232
ENH: FindLibrary can now use the makefile to add some compiler-specific lib search path (depending on the generator).
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFindLibraryCommand.h
|
ce31498637
FIX: command usage
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFindPathCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFindPathCommand.h
|
789267c949
ENH: speed improvements
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFindProgramCommand.cxx
|
1ad05f9e6d
ENH/FIX: add NO_SYSTEM_PATH option + fix command usage
|
%!s(int64=24) %!d(string=hai) anos |
|
cmFindProgramCommand.h
|
1ad05f9e6d
ENH/FIX: add NO_SYSTEM_PATH option + fix command usage
|
%!s(int64=24) %!d(string=hai) anos |
|
cmForEachCommand.cxx
|
fcc410de44
fixed if statements inside a foreach
|
%!s(int64=23) %!d(string=hai) anos |
|
cmForEachCommand.h
|
fcc410de44
fixed if statements inside a foreach
|
%!s(int64=23) %!d(string=hai) anos |
|
cmFunctionBlocker.h
|
28895b0f9f
ERR: Fixed compiler warnings.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmGeneratedFileStream.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmGetFilenameComponentCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmGetFilenameComponentCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmGetSourceFilePropertyCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmGetSourceFilePropertyCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmITKWrapTclCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmITKWrapTclCommand.h
|
a83e8170e9
ENH: Added ITK Tcl wrapping command.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIfCommand.cxx
|
8b2a797b57
fix warning
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIfCommand.h
|
32ad30e883
better error handling with if statements
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIncludeCommand.cxx
|
d0d25bb989
Reformatted the error printed by cmMakefile.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIncludeCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIncludeDirectoryCommand.cxx
|
e8dbdcaf0c
allows no arguments
|
%!s(int64=23) %!d(string=hai) anos |
|
cmIncludeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIncludeExternalMSProjectCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIncludeExternalMSProjectCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIncludeRegularExpressionCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmIncludeRegularExpressionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmInstallFilesCommand.cxx
|
22ae78d92f
fixe for files with paths
|
%!s(int64=23) %!d(string=hai) anos |
|
cmInstallFilesCommand.h
|
b59f5ddb7f
fix install target
|
%!s(int64=24) %!d(string=hai) anos |
|
cmInstallProgramsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmInstallProgramsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmInstallTargetsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmInstallTargetsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmLinkDirectoriesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmLinkDirectoriesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmLinkLibrariesCommand.cxx
|
e8dbdcaf0c
allows no arguments
|
%!s(int64=23) %!d(string=hai) anos |
|
cmLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmListFileCache.cxx
|
789267c949
ENH: speed improvements
|
%!s(int64=24) %!d(string=hai) anos |
|
cmListFileCache.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmLoadCacheCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmLoadCacheCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMSDotNETGenerator.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMSDotNETGenerator.h
|
5484a691ef
BUG: fix dot net for paths with spaces
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMSProjectGenerator.cxx
|
fd98b0cca0
ENH: enable cxx by default if no languages have been enabled
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMSProjectGenerator.h
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMakeDepend.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMakeDepend.h
|
fd26d44f5f
now includes current include files directory when searching for files it includes
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMakeDirectoryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMakeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMakefile.cxx
|
8d8470c30e
full variable replacement and removal or empty arguments
|
%!s(int64=23) %!d(string=hai) anos |
|
cmMakefile.h
|
32ad30e883
better error handling with if statements
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMakefileGenerator.cxx
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMakefileGenerator.h
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMarkAsAdvancedCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMarkAsAdvancedCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMessageCommand.cxx
|
72022ac27b
ENH: add ability to escape semi-colons
|
%!s(int64=24) %!d(string=hai) anos |
|
cmMessageCommand.h
|
b6ebd7b7fa
ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file
|
%!s(int64=24) %!d(string=hai) anos |
|
cmNMakeMakefileGenerator.cxx
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmNMakeMakefileGenerator.h
|
344a7cff8d
use lower case and not short path for uniq paths on window
|
%!s(int64=24) %!d(string=hai) anos |
|
cmOptionCommand.cxx
|
945c4a8b5b
WAR: remove warnings for .NET compiler
|
%!s(int64=24) %!d(string=hai) anos |
|
cmOptionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmOutputRequiredFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmOutputRequiredFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmProjectCommand.cxx
|
7883b6c7dc
expand ; args
|
%!s(int64=24) %!d(string=hai) anos |
|
cmProjectCommand.h
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
%!s(int64=24) %!d(string=hai) anos |
|
cmQTWrapCPPCommand.cxx
|
0b88e57e54
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
%!s(int64=24) %!d(string=hai) anos |
|
cmQTWrapCPPCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmQTWrapUICommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmQTWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmRegularExpression.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
%!s(int64=24) %!d(string=hai) anos |
|
cmRegularExpression.h
|
6ad590aad6
ENH: dot net almost working
|
%!s(int64=24) %!d(string=hai) anos |
|
cmRemoveCommand.cxx
|
9c69be42de
updated for 1.4
|
%!s(int64=24) %!d(string=hai) anos |
|
cmRemoveCommand.h
|
9c69be42de
updated for 1.4
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSeparateArgumentsCommand.cxx
|
2d37e6d1a8
ENH: add new command to separate space separated arguments
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSeparateArgumentsCommand.h
|
2d37e6d1a8
ENH: add new command to separate space separated arguments
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSetCommand.cxx
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSetCommand.h
|
dbdb0adce8
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSetSourceFilesPropertiesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSetSourceFilesPropertiesCommand.h
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSiteNameCommand.cxx
|
4879c6cffa
ENH: look for nslookup and hostname in the right places
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSiteNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceFile.cxx
|
089bea359e
modified create test source to create a vector
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceFile.h
|
cdace2fcd2
performance fix
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceFilesCommand.cxx
|
4b12e5a306
bug fix
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceFilesRemoveCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceFilesRemoveCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceGroup.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceGroup.h
|
076aafe79a
ENH: add file specific compile flags
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceGroupCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSourceGroupCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmStandardIncludes.h
|
dae99c659d
BUG: Result from ostrstream::str() can be a null pointer.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSubdirCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSubdirCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSubdirDependsCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSubdirDependsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSystemTools.cxx
|
c5574e096b
ENH: Added GetFilenameWithoutLastExtension.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmSystemTools.h
|
c5574e096b
ENH: Added GetFilenameWithoutLastExtension.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmTarget.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmTarget.h
|
0e6b39e52f
BUG: Correct some of the dependency analysis code.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmTargetLinkLibrariesCommand.cxx
|
6bbc8e9d45
does not need a second argument
|
%!s(int64=23) %!d(string=hai) anos |
|
cmTargetLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmUnixMakefileGenerator.cxx
|
9f6ebe4eb7
Fix problem when using NMake. This generated lines without space so nmake got all confused
|
%!s(int64=24) %!d(string=hai) anos |
|
cmUnixMakefileGenerator.h
|
344a7cff8d
use lower case and not short path for uniq paths on window
|
%!s(int64=24) %!d(string=hai) anos |
|
cmUseMangledMesaCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmUseMangledMesaCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmUtilitySourceCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmUtilitySourceCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVTKMakeInstantiatorCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVTKMakeInstantiatorCommand.h
|
ac74d51382
ENH: Added support for including extra files in generated header to get access to export macros of derived projects.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVTKWrapJavaCommand.cxx
|
0b88e57e54
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVTKWrapJavaCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVTKWrapPythonCommand.cxx
|
e0c3d1e959
fixed commands that were setting definitions in final pass to set definitions in initial pass
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVTKWrapPythonCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVTKWrapTclCommand.cxx
|
694cff3cf9
fix warning on Sun
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVTKWrapTclCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVariableRequiresCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
%!s(int64=24) %!d(string=hai) anos |
|
cmVariableRequiresCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmWrapExcludeFilesCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
%!s(int64=24) %!d(string=hai) anos |
|
cmWrapExcludeFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
cmake.cxx
|
42a00c96c1
Fix changing of directories using cmSystemTools RunCommand feature
|
%!s(int64=23) %!d(string=hai) anos |
|
cmake.h
|
a1a05a5fbc
BUG: CMake crashed if it failed to find its own executable. Also added better error messages when this occurs.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmakemain.cxx
|
350f09ae6d
removed ccommand use cmake now
|
%!s(int64=24) %!d(string=hai) anos |
|
cmaketest.cxx
|
7fc1bd1281
ERR: UseIt() missing return type.
|
%!s(int64=24) %!d(string=hai) anos |
|
cmaketest.h.in
|
290c509e11
ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake
|
%!s(int64=24) %!d(string=hai) anos |
|
cmakewizard.cxx
|
d14a2314e5
check bool values and prefere off
|
%!s(int64=24) %!d(string=hai) anos |
|
cmakewizard.h
|
a6a43d5320
ENH:Updated copyright
|
%!s(int64=24) %!d(string=hai) anos |
|
ctest.cxx
|
7df776057b
BUG: make sure windows paths are used for the command or it will not work for win 98
|
%!s(int64=24) %!d(string=hai) anos |
|
ctest.h
|
ceb365813f
ENH: fix depend problem
|
%!s(int64=24) %!d(string=hai) anos |