| .. |
|
CTest
|
def3fd0436
BUG: This fixes problem when submitting bugs on Mac: Bug #320 - When st_size in stat is 64 bit ctest does not submit
|
22 éve |
|
CursesDialog
|
8017a17f57
ENH: Added documentation of specifying an existing build tree as an argument.
|
22 éve |
|
MFCDialog
|
8017a17f57
ENH: Added documentation of specifying an existing build tree as an argument.
|
22 éve |
|
WXDialog
|
bd588e7a55
ENH: Fix problem with wx 2.4
|
22 éve |
|
kwsys
|
96e8cd82c7
ENH: put the system path after the paths specified on to the FIND command
|
22 éve |
|
.cvsignore
|
0c948312ed
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
23 éve |
|
CMakeLists.txt
|
27476dabd9
ENH: Enable test on windows
|
22 éve |
|
cmAbstractFilesCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 éve |
|
cmAbstractFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmAddCustomCommandCommand.cxx
|
4ef0f1414c
ENH: Fix typo: Bug #100 - Spelling correction to an error message
|
22 éve |
|
cmAddCustomCommandCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmAddCustomTargetCommand.cxx
|
ba68f771b3
yikes added new custom command support
|
22 éve |
|
cmAddCustomTargetCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmAddDefinitionsCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmAddDefinitionsCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmAddDependenciesCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmAddDependenciesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmAddExecutableCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmAddExecutableCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmAddLibraryCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmAddLibraryCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmAddTestCommand.cxx
|
0169ccf157
BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake.
|
22 éve |
|
cmAddTestCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmAuxSourceDirectoryCommand.cxx
|
bab4bcb570
fix compiler warnings
|
22 éve |
|
cmAuxSourceDirectoryCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmBuildCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmBuildCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmBuildNameCommand.cxx
|
32c2ed2ef3
ENH: Use the new signature
|
22 éve |
|
cmBuildNameCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmCMakeMinimumRequired.cxx
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmCMakeMinimumRequired.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmCPluginAPI.cxx
|
e093bdade0
ENH: Fix compatibility
|
22 éve |
|
cmCPluginAPI.h
|
3c1292a388
version 19
|
22 éve |
|
cmCTest.cxx
|
b1f1118239
ENH: Cleanup parsing of argument to help fix Bug #259 - CMake does not quote correctly in DartTestfile.txt
|
22 éve |
|
cmCTest.h
|
b1f1118239
ENH: Cleanup parsing of argument to help fix Bug #259 - CMake does not quote correctly in DartTestfile.txt
|
22 éve |
|
cmCacheManager.cxx
|
ff32379e26
BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables should return value
|
22 éve |
|
cmCacheManager.h
|
91065673d6
ENH: Get accessor for cache value as boolean
|
22 éve |
|
cmCommand.h
|
69dd3218ba
ENH: Start includding the scripting support
|
22 éve |
|
cmCommands.cxx
|
730a278f89
BUG: Bootstrapping with wxWindows support needs SEPARATE_ARGUMENTS command.
|
22 éve |
|
cmCommands.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmConfigure.cmake.h.in
|
a1bb1a4712
ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers.
|
22 éve |
|
cmConfigureFileCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 éve |
|
cmConfigureFileCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmCreateTestSourceList.cxx
|
711febc82d
ENH: null terminate at the end of the list
|
22 éve |
|
cmCreateTestSourceList.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmCustomCommand.cxx
|
fc0a916eee
ENH: allow duplicate commands with the same output to be reduced automatically to one command
|
22 éve |
|
cmCustomCommand.h
|
116f39d840
performance improvement
|
22 éve |
|
cmData.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmDocumentation.cxx
|
7d6aaf23e9
BUG: Don't use -V as a version option. It conflicts with ctest.
|
22 éve |
|
cmDocumentation.h
|
b78888fe38
ENH: Added configuration of name of executable in man page header and version banner.
|
22 éve |
|
cmDumpDocumentation.cxx
|
08441daded
ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test.
|
22 éve |
|
cmDynamicLoader.cxx
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
22 éve |
|
cmDynamicLoader.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmElseCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmElseCommand.h
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 éve |
|
cmEnableTestingCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmEnableTestingCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmEndForEachCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmEndForEachCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmEndIfCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 éve |
|
cmEndIfCommand.h
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 éve |
|
cmExecProgramCommand.cxx
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 éve |
|
cmExecProgramCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmExportLibraryDependencies.cxx
|
847bda5270
fix for bug # 101
|
22 éve |
|
cmExportLibraryDependencies.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFLTKWrapUICommand.cxx
|
af8c7e7616
some updates
|
22 éve |
|
cmFLTKWrapUICommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFileCommand.cxx
|
11e212bfc2
ENH: Remove extra new line after the written string
|
22 éve |
|
cmFileCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFindFileCommand.cxx
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFindFileCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFindLibraryCommand.cxx
|
e9fa240937
BUG: use IsNOTFOUND
|
23 éve |
|
cmFindLibraryCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFindPackageCommand.cxx
|
1346a0f34e
ERR: Fixed use of != operator for std::string on old broken compilers.
|
22 éve |
|
cmFindPackageCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFindPathCommand.cxx
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 éve |
|
cmFindPathCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFindProgramCommand.cxx
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFindProgramCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmForEachCommand.cxx
|
b56dcc2a30
perf improvement
|
22 éve |
|
cmForEachCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmFunctionBlocker.h
|
08f1d2f9e1
ERR: Fixed unused parameter warning.
|
23 éve |
|
cmGeneratedFileStream.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmGetCMakePropertyCommand.cxx
|
96d561aabc
ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
|
22 éve |
|
cmGetCMakePropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmGetFilenameComponentCommand.cxx
|
cde384411d
Several fixes/improvements:
|
23 éve |
|
cmGetFilenameComponentCommand.h
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 éve |
|
cmGetSourceFilePropertyCommand.cxx
|
eee69632d6
minor bug fix
|
22 éve |
|
cmGetSourceFilePropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmGetTargetPropertyCommand.cxx
|
eee69632d6
minor bug fix
|
22 éve |
|
cmGetTargetPropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmGlob.cxx
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmGlob.h
|
274535d366
ENH: Recurse subdirectories
|
22 éve |
|
cmGlobalBorlandMakefileGenerator.cxx
|
3e2c1f3477
BUG: fix for bug 303 pass makeflags to sub makes
|
22 éve |
|
cmGlobalBorlandMakefileGenerator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmGlobalCodeWarriorGenerator.cxx
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmGlobalCodeWarriorGenerator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmGlobalGenerator.cxx
|
3b7c4b2a7b
ENH: More scripting changes
|
22 éve |
|
cmGlobalGenerator.h
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
22 éve |
|
cmGlobalNMakeMakefileGenerator.cxx
|
3e2c1f3477
BUG: fix for bug 303 pass makeflags to sub makes
|
22 éve |
|
cmGlobalNMakeMakefileGenerator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmGlobalUnixMakefileGenerator.cxx
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
22 éve |
|
cmGlobalUnixMakefileGenerator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmGlobalVisualStudio6Generator.cxx
|
0b150f69c2
ENH: Use the new RunCommand
|
22 éve |
|
cmGlobalVisualStudio6Generator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmGlobalVisualStudio71Generator.cxx
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmGlobalVisualStudio71Generator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmGlobalVisualStudio7Generator.cxx
|
0b150f69c2
ENH: Use the new RunCommand
|
22 éve |
|
cmGlobalVisualStudio7Generator.h
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 éve |
|
cmITKWrapTclCommand.cxx
|
d5d0f17e5c
updated for new custom command
|
22 éve |
|
cmITKWrapTclCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmIfCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 éve |
|
cmIfCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmIncludeCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmIncludeCommand.h
|
69dd3218ba
ENH: Start includding the scripting support
|
22 éve |
|
cmIncludeDirectoryCommand.cxx
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 éve |
|
cmIncludeDirectoryCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmIncludeExternalMSProjectCommand.cxx
|
7e54a53a3d
ENH: improve coverage
|
22 éve |
|
cmIncludeExternalMSProjectCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmIncludeRegularExpressionCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmIncludeRegularExpressionCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmInstallFilesCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmInstallFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmInstallProgramsCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmInstallProgramsCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmInstallTargetsCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmInstallTargetsCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmLinkDirectoriesCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmLinkDirectoriesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmLinkLibrariesCommand.cxx
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 éve |
|
cmLinkLibrariesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmListFileCache.cxx
|
40c156dead
ENH: Added support for # characters inside quoted arguments and for escaping # in a non-quoted argument. Improved parsing speed by not compiling regular expressions on blank lines.
|
22 éve |
|
cmListFileCache.h
|
ad5d35c6cf
ERR: Added operator != for SGI.
|
23 éve |
|
cmLoadCacheCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 éve |
|
cmLoadCacheCommand.h
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 éve |
|
cmLoadCommandCommand.cxx
|
0d8f8a0dc2
ERR: Fix crash of cmake on broken load commands
|
22 éve |
|
cmLoadCommandCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmLocalCodeWarriorGenerator.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 éve |
|
cmLocalCodeWarriorGenerator.h
|
99b3152a60
add COdeWarrior back in for testing
|
22 éve |
|
cmLocalGenerator.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmLocalGenerator.h
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmLocalUnixMakefileGenerator.cxx
|
b7361dd04e
BUG#318: cmake.check_depends now collects all dependencies for cmake.depends and then uses a single rule.
|
22 éve |
|
cmLocalUnixMakefileGenerator.h
|
3e2c1f3477
BUG: fix for bug 303 pass makeflags to sub makes
|
22 éve |
|
cmLocalVisualStudio6Generator.cxx
|
eff0a824c4
BUG: hack fix for problem of MS vs 6 and custom target commands
|
22 éve |
|
cmLocalVisualStudio6Generator.h
|
ba68f771b3
yikes added new custom command support
|
22 éve |
|
cmLocalVisualStudio7Generator.cxx
|
77afae681a
BUG: add preprocessor flags to resource compiler
|
22 éve |
|
cmLocalVisualStudio7Generator.h
|
ba68f771b3
yikes added new custom command support
|
22 éve |
|
cmMacroCommand.cxx
|
96d561aabc
ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
|
22 éve |
|
cmMacroCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmMakeDepend.cxx
|
cc8aa74ec4
removed duplicate includes
|
22 éve |
|
cmMakeDepend.h
|
cc8aa74ec4
removed duplicate includes
|
22 éve |
|
cmMakeDirectoryCommand.cxx
|
dc3fd5c267
ENH: Merged use of kwsys library.
|
22 éve |
|
cmMakeDirectoryCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmMakefile.cxx
|
eff0a824c4
BUG: hack fix for problem of MS vs 6 and custom target commands
|
22 éve |
|
cmMakefile.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmMarkAsAdvancedCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmMarkAsAdvancedCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmMessageCommand.cxx
|
2f4ea98a4c
add a fatal error, and make sure c and c++ compilers work before using them
|
23 éve |
|
cmMessageCommand.h
|
69dd3218ba
ENH: Start includding the scripting support
|
22 éve |
|
cmOptionCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmOptionCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmOutputRequiredFilesCommand.cxx
|
a9875aa62f
Implement GetLineFromStream that actually works and use it instead of getline
|
22 éve |
|
cmOutputRequiredFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmProjectCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmProjectCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmQTWrapCPPCommand.cxx
|
271f4be42a
BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviour
|
22 éve |
|
cmQTWrapCPPCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmQTWrapUICommand.cxx
|
ab28d3ea6e
ENH: Fix comment
|
22 éve |
|
cmQTWrapUICommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmRemoveCommand.cxx
|
0a29ebad97
BUG: fix broken command
|
22 éve |
|
cmRemoveCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSeparateArgumentsCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmSeparateArgumentsCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSetCommand.cxx
|
c74ce9b218
BUG: A variable is not in the cache if it is UNINITIALIZED.
|
23 éve |
|
cmSetCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSetSourceFilesPropertiesCommand.cxx
|
dc87f60ca2
BUG: Fixed crash when source file cannot be looked up correctly.
|
22 éve |
|
cmSetSourceFilesPropertiesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSetTargetPropertiesCommand.cxx
|
1161d76bc6
ENH: add target properties files
|
23 éve |
|
cmSetTargetPropertiesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSiteNameCommand.cxx
|
2c33b3db65
ENH: Use new RunCommand
|
22 éve |
|
cmSiteNameCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSourceFile.cxx
|
cc8aa74ec4
removed duplicate includes
|
22 éve |
|
cmSourceFile.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSourceFilesCommand.cxx
|
0152cc3a35
ENH: Use new deprecation mechanism
|
22 éve |
|
cmSourceFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSourceFilesRemoveCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 éve |
|
cmSourceFilesRemoveCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSourceGroup.cxx
|
48aedb2ba3
ENH: Fully implemented SOURCE_GROUP command.
|
22 éve |
|
cmSourceGroup.h
|
48aedb2ba3
ENH: Fully implemented SOURCE_GROUP command.
|
22 éve |
|
cmSourceGroupCommand.cxx
|
3d27a6a391
ENH: put back old style call to SOURCE_GROUP, no need to break things for this
|
22 éve |
|
cmSourceGroupCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmStandardIncludes.h
|
565ed7d8a1
added stdio
|
22 éve |
|
cmStringCommand.cxx
|
45ea83a694
ERR: Remove unused variable
|
22 éve |
|
cmStringCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSubdirCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmSubdirCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSubdirDependsCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmSubdirDependsCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmSystemTools.cxx
|
d21532cd02
ENH: Ok, no more argument needed for script mode
|
22 éve |
|
cmSystemTools.h
|
d21532cd02
ENH: Ok, no more argument needed for script mode
|
22 éve |
|
cmTarget.cxx
|
42b39099a7
ENH: add support for OBJECT_DEPENDS for visual studio
|
22 éve |
|
cmTarget.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmTargetLinkLibrariesCommand.cxx
|
1e62f2392c
ENH: Add CMAKE_IGNORE_DEPENDENCIES_ORDERING to prevent warnings about dependency problems
|
22 éve |
|
cmTargetLinkLibrariesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmTryCompileCommand.cxx
|
bab4bcb570
fix compiler warnings
|
22 éve |
|
cmTryCompileCommand.h
|
f2e6d5790b
BUG#163: Added documentation of OUTPUT_VARIABLE argument.
|
22 éve |
|
cmTryRunCommand.cxx
|
32c2ed2ef3
ENH: Use the new signature
|
22 éve |
|
cmTryRunCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmUseMangledMesaCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 éve |
|
cmUseMangledMesaCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmUtilitySourceCommand.cxx
|
8b8766d246
fix for utility command without EXECUTABLE_OUTPUT_PATH
|
22 éve |
|
cmUtilitySourceCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmVTKMakeInstantiatorCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmVTKMakeInstantiatorCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmVTKWrapJavaCommand.cxx
|
d55033b4c1
Oops, std namespace
|
23 éve |
|
cmVTKWrapJavaCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmVTKWrapPythonCommand.cxx
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 éve |
|
cmVTKWrapPythonCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmVTKWrapTclCommand.cxx
|
413154827c
Fix a problem with TCL wrapping if the source files have a relative path.
|
23 éve |
|
cmVTKWrapTclCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmVariableRequiresCommand.cxx
|
ae5a80c795
spelling errors
|
23 éve |
|
cmVariableRequiresCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmVariableWatch.cxx
|
ffaaedc7c6
ENH: Add remove watch
|
22 éve |
|
cmVariableWatch.h
|
ffaaedc7c6
ENH: Add remove watch
|
22 éve |
|
cmWin32ProcessExecution.cxx
|
44429c46c0
ENH: remove warnings from use of NULL
|
22 éve |
|
cmWin32ProcessExecution.h
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 éve |
|
cmWrapExcludeFilesCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 éve |
|
cmWrapExcludeFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmWriteFileCommand.cxx
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
23 éve |
|
cmWriteFileCommand.h
|
072db6ad70
removed redundent includes
|
22 éve |
|
cmake.cxx
|
7ce0e4c576
BUG#313: Improving error message when no CMakeLists.txt file is found in the source tree.
|
22 éve |
|
cmake.h
|
ac2859aaa3
ENH: Start includding the scripting support
|
22 éve |
|
cmakemain.cxx
|
d21532cd02
ENH: Ok, no more argument needed for script mode
|
22 éve |
|
cmaketest.cxx
|
9a0ca088a1
ENH: More verbose
|
22 éve |
|
cmaketest.h.in
|
a2d7a92c88
BUG: Fix some dependencies for location of executables
|
22 éve |
|
cmakewizard.cxx
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
22 éve |
|
cmakewizard.h
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
22 éve |
|
cmw9xcom.cxx
|
d6f98c2a82
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 éve |
|
ctest.cxx
|
8bbabb8559
ENH: Add documentation for -D and add missing targets
|
22 éve |