| .. |
|
CTest
|
5b232ded15
ENH: Add initial memory check support which works for Valgrind
|
22 years ago |
|
CursesDialog
|
5b232ded15
ENH: Add initial memory check support which works for Valgrind
|
22 years ago |
|
MFCDialog
|
725de95b7e
ENH: remove removecache entry call
|
22 years ago |
|
WXDialog
|
bd588e7a55
ENH: Fix problem with wx 2.4
|
22 years ago |
|
kwsys
|
06bf73f9c3
Fixed a problem where ifstream was not the same as kwsys_ios::ifstream on
|
22 years ago |
|
.cvsignore
|
0c948312ed
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
23 years ago |
|
CMakeLists.txt
|
00ae7ea261
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
22 years ago |
|
cmAbstractFilesCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 years ago |
|
cmAbstractFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmAddCustomCommandCommand.cxx
|
4ef0f1414c
ENH: Fix typo: Bug #100 - Spelling correction to an error message
|
22 years ago |
|
cmAddCustomCommandCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmAddCustomTargetCommand.cxx
|
a293f8f7a0
fixed argument parsing
|
22 years ago |
|
cmAddCustomTargetCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmAddDefinitionsCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmAddDependenciesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmAddExecutableCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmAddLibraryCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmAddTestCommand.cxx
|
0169ccf157
BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake.
|
22 years ago |
|
cmAddTestCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmAuxSourceDirectoryCommand.cxx
|
bab4bcb570
fix compiler warnings
|
22 years ago |
|
cmAuxSourceDirectoryCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmBuildCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmBuildNameCommand.cxx
|
32c2ed2ef3
ENH: Use the new signature
|
22 years ago |
|
cmBuildNameCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmCMakeMinimumRequired.cxx
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmCMakeMinimumRequired.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmCPluginAPI.cxx
|
e093bdade0
ENH: Fix compatibility
|
22 years ago |
|
cmCPluginAPI.h
|
3c1292a388
version 19
|
22 years ago |
|
cmCTest.cxx
|
460f90de2b
ENH: Fix coverage to actually work and add support for .NoDartCoverage
|
22 years ago |
|
cmCTest.h
|
e9e391c004
ENH: Several cleanups and attempt to do purify support
|
22 years ago |
|
cmCacheManager.cxx
|
ff32379e26
BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables should return value
|
22 years ago |
|
cmCacheManager.h
|
91065673d6
ENH: Get accessor for cache value as boolean
|
22 years ago |
|
cmCommand.h
|
69dd3218ba
ENH: Start includding the scripting support
|
22 years ago |
|
cmCommands.cxx
|
730a278f89
BUG: Bootstrapping with wxWindows support needs SEPARATE_ARGUMENTS command.
|
22 years ago |
|
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 years ago |
|
cmConfigure.cmake.h.in
|
a1bb1a4712
ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers.
|
22 years ago |
|
cmConfigureFileCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 years ago |
|
cmConfigureFileCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmCreateTestSourceList.cxx
|
737d2fc7d6
fix compiler warning
|
22 years ago |
|
cmCreateTestSourceList.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmCustomCommand.cxx
|
fc0a916eee
ENH: allow duplicate commands with the same output to be reduced automatically to one command
|
22 years ago |
|
cmCustomCommand.h
|
116f39d840
performance improvement
|
22 years ago |
|
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 years ago |
|
cmDocumentation.cxx
|
7d6aaf23e9
BUG: Don't use -V as a version option. It conflicts with ctest.
|
22 years ago |
|
cmDocumentation.h
|
b78888fe38
ENH: Added configuration of name of executable in man page header and version banner.
|
22 years ago |
|
cmDumpDocumentation.cxx
|
08441daded
ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test.
|
22 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
cmElseCommand.h
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 years ago |
|
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 years ago |
|
cmEnableTestingCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmEndForEachCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmEndIfCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 years ago |
|
cmEndIfCommand.h
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 years ago |
|
cmExecProgramCommand.cxx
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |
|
cmExecProgramCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmExportLibraryDependencies.cxx
|
847bda5270
fix for bug # 101
|
22 years ago |
|
cmExportLibraryDependencies.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmFLTKWrapUICommand.cxx
|
af8c7e7616
some updates
|
22 years ago |
|
cmFLTKWrapUICommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmFileCommand.cxx
|
11e212bfc2
ENH: Remove extra new line after the written string
|
22 years ago |
|
cmFileCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmFindFileCommand.cxx
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmFindFileCommand.h
|
070fa61ff4
ENH: Documentation improvements.
|
22 years ago |
|
cmFindLibraryCommand.cxx
|
e9fa240937
BUG: use IsNOTFOUND
|
23 years ago |
|
cmFindLibraryCommand.h
|
070fa61ff4
ENH: Documentation improvements.
|
22 years ago |
|
cmFindPackageCommand.cxx
|
1346a0f34e
ERR: Fixed use of != operator for std::string on old broken compilers.
|
22 years ago |
|
cmFindPackageCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmFindPathCommand.cxx
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 years ago |
|
cmFindPathCommand.h
|
070fa61ff4
ENH: Documentation improvements.
|
22 years ago |
|
cmFindProgramCommand.cxx
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmFindProgramCommand.h
|
070fa61ff4
ENH: Documentation improvements.
|
22 years ago |
|
cmForEachCommand.cxx
|
b56dcc2a30
perf improvement
|
22 years ago |
|
cmForEachCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmFunctionBlocker.h
|
08f1d2f9e1
ERR: Fixed unused parameter warning.
|
23 years ago |
|
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 years ago |
|
cmGetCMakePropertyCommand.cxx
|
96d561aabc
ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
|
22 years ago |
|
cmGetCMakePropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmGetFilenameComponentCommand.cxx
|
cde384411d
Several fixes/improvements:
|
23 years ago |
|
cmGetFilenameComponentCommand.h
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 years ago |
|
cmGetSourceFilePropertyCommand.cxx
|
eee69632d6
minor bug fix
|
22 years ago |
|
cmGetSourceFilePropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmGetTargetPropertyCommand.cxx
|
eee69632d6
minor bug fix
|
22 years ago |
|
cmGetTargetPropertyCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmGlob.cxx
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmGlob.h
|
274535d366
ENH: Recurse subdirectories
|
22 years ago |
|
cmGlobalBorlandMakefileGenerator.cxx
|
34853be45a
BUG: fix for bug 346, borland should now support dash in the path
|
22 years ago |
|
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 years ago |
|
cmGlobalCodeWarriorGenerator.cxx
|
72d8bd1e41
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 years ago |
|
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 years ago |
|
cmGlobalGenerator.cxx
|
add1f25f58
BUG:427 trycompile target must be exe
|
22 years ago |
|
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 years ago |
|
cmGlobalNMakeMakefileGenerator.cxx
|
3e2c1f3477
BUG: fix for bug 303 pass makeflags to sub makes
|
22 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
cmGlobalVisualStudio6Generator.cxx
|
72d8bd1e41
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 years ago |
|
cmGlobalVisualStudio6Generator.h
|
d89adbf049
remove warnings
|
22 years ago |
|
cmGlobalVisualStudio71Generator.cxx
|
72d8bd1e41
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 years ago |
|
cmGlobalVisualStudio71Generator.h
|
6e9a96119c
ENH: fix some warnings
|
22 years ago |
|
cmGlobalVisualStudio7Generator.cxx
|
72d8bd1e41
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 years ago |
|
cmGlobalVisualStudio7Generator.h
|
d89adbf049
remove warnings
|
22 years ago |
|
cmITKWrapTclCommand.cxx
|
d5d0f17e5c
updated for new custom command
|
22 years ago |
|
cmITKWrapTclCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmIfCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 years ago |
|
cmIfCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmIncludeCommand.h
|
69dd3218ba
ENH: Start includding the scripting support
|
22 years ago |
|
cmIncludeDirectoryCommand.cxx
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 years ago |
|
cmIncludeDirectoryCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmIncludeExternalMSProjectCommand.cxx
|
7e54a53a3d
ENH: improve coverage
|
22 years ago |
|
cmIncludeExternalMSProjectCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmIncludeRegularExpressionCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmInstallFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmInstallProgramsCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmInstallTargetsCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmLinkDirectoriesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmLinkLibrariesCommand.cxx
|
c3840b5cc3
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 years ago |
|
cmLinkLibrariesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmListFileCache.cxx
|
00ae7ea261
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
22 years ago |
|
cmListFileCache.h
|
00ae7ea261
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
22 years ago |
|
cmListFileLexer.c
|
cf42225c0b
ERR: Removed YY_BREAK statements after return statements because they are unreachable.
|
22 years ago |
|
cmListFileLexer.h
|
00ae7ea261
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
|
22 years ago |
|
cmListFileLexer.in.l
|
cf42225c0b
ERR: Removed YY_BREAK statements after return statements because they are unreachable.
|
22 years ago |
|
cmLoadCacheCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 years ago |
|
cmLoadCacheCommand.h
|
a02574158d
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
|
23 years ago |
|
cmLoadCommandCommand.cxx
|
0d8f8a0dc2
ERR: Fix crash of cmake on broken load commands
|
22 years ago |
|
cmLoadCommandCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmLocalCodeWarriorGenerator.cxx
|
72d8bd1e41
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 years ago |
|
cmLocalCodeWarriorGenerator.h
|
99b3152a60
add COdeWarrior back in for testing
|
22 years ago |
|
cmLocalGenerator.cxx
|
b5035770bc
BUG: On Windows network paths do not really work as regular paths, so when the binary directory is on the network, we will not support relative paths
|
22 years ago |
|
cmLocalGenerator.h
|
d79e3ae698
ENH: move relative path to parent generator class
|
22 years ago |
|
cmLocalUnixMakefileGenerator.cxx
|
fbd0bafca7
ENH: use cd pwd trick for path for libnames
|
22 years ago |
|
cmLocalUnixMakefileGenerator.h
|
d79e3ae698
ENH: move relative path to parent generator class
|
22 years ago |
|
cmLocalVisualStudio6Generator.cxx
|
0bdb092a01
ENH: add relative paths to visual studio 6 and 7 project files
|
22 years ago |
|
cmLocalVisualStudio6Generator.h
|
ba68f771b3
yikes added new custom command support
|
22 years ago |
|
cmLocalVisualStudio7Generator.cxx
|
0bdb092a01
ENH: add relative paths to visual studio 6 and 7 project files
|
22 years ago |
|
cmLocalVisualStudio7Generator.h
|
ba68f771b3
yikes added new custom command support
|
22 years ago |
|
cmMacroCommand.cxx
|
96d561aabc
ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
|
22 years ago |
|
cmMacroCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmMakeDepend.cxx
|
9d4aefc088
BUG: fix for bug 373 make depend problem
|
22 years ago |
|
cmMakeDepend.h
|
cc8aa74ec4
removed duplicate includes
|
22 years ago |
|
cmMakeDirectoryCommand.cxx
|
dc3fd5c267
ENH: Merged use of kwsys library.
|
22 years ago |
|
cmMakeDirectoryCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmMakefile.cxx
|
5ccfaefb48
ENH: generate a sln and dsw file for each sub project in a project
|
22 years ago |
|
cmMakefile.h
|
5ccfaefb48
ENH: generate a sln and dsw file for each sub project in a project
|
22 years ago |
|
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 years ago |
|
cmMarkAsAdvancedCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmMessageCommand.cxx
|
2f4ea98a4c
add a fatal error, and make sure c and c++ compilers work before using them
|
23 years ago |
|
cmMessageCommand.h
|
69dd3218ba
ENH: Start includding the scripting support
|
22 years ago |
|
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 years ago |
|
cmOptionCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmOutputRequiredFilesCommand.cxx
|
a9875aa62f
Implement GetLineFromStream that actually works and use it instead of getline
|
22 years ago |
|
cmOutputRequiredFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmProjectCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmQTWrapCPPCommand.cxx
|
271f4be42a
BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviour
|
22 years ago |
|
cmQTWrapCPPCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmQTWrapUICommand.cxx
|
ab28d3ea6e
ENH: Fix comment
|
22 years ago |
|
cmQTWrapUICommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmRemoveCommand.cxx
|
0a29ebad97
BUG: fix broken command
|
22 years ago |
|
cmRemoveCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmSeparateArgumentsCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSetCommand.cxx
|
c74ce9b218
BUG: A variable is not in the cache if it is UNINITIALIZED.
|
23 years ago |
|
cmSetCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSetSourceFilesPropertiesCommand.cxx
|
dc87f60ca2
BUG: Fixed crash when source file cannot be looked up correctly.
|
22 years ago |
|
cmSetSourceFilesPropertiesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSetTargetPropertiesCommand.cxx
|
1161d76bc6
ENH: add target properties files
|
23 years ago |
|
cmSetTargetPropertiesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSiteNameCommand.cxx
|
2c33b3db65
ENH: Use new RunCommand
|
22 years ago |
|
cmSiteNameCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSourceFile.cxx
|
cc8aa74ec4
removed duplicate includes
|
22 years ago |
|
cmSourceFile.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSourceFilesCommand.cxx
|
0152cc3a35
ENH: Use new deprecation mechanism
|
22 years ago |
|
cmSourceFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSourceFilesRemoveCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 years ago |
|
cmSourceFilesRemoveCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSourceGroup.cxx
|
48aedb2ba3
ENH: Fully implemented SOURCE_GROUP command.
|
22 years ago |
|
cmSourceGroup.h
|
48aedb2ba3
ENH: Fully implemented SOURCE_GROUP command.
|
22 years ago |
|
cmSourceGroupCommand.cxx
|
3d27a6a391
ENH: put back old style call to SOURCE_GROUP, no need to break things for this
|
22 years ago |
|
cmSourceGroupCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmStandardIncludes.h
|
565ed7d8a1
added stdio
|
22 years ago |
|
cmStringCommand.cxx
|
45ea83a694
ERR: Remove unused variable
|
22 years ago |
|
cmStringCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmSubdirCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmSubdirDependsCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSystemTools.cxx
|
0bdb092a01
ENH: add relative paths to visual studio 6 and 7 project files
|
22 years ago |
|
cmSystemTools.h
|
eb9fc21543
ENH: add support for relative paths in makefiles
|
22 years ago |
|
cmTarget.cxx
|
c3840b5cc3
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 years ago |
|
cmTarget.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmTargetLinkLibrariesCommand.cxx
|
c3840b5cc3
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 years ago |
|
cmTargetLinkLibrariesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmTryCompileCommand.cxx
|
09ba0a0a31
BUG: keep more of the case information
|
22 years ago |
|
cmTryCompileCommand.h
|
baaf5eae7d
fix to the signature and argument parsing
|
22 years ago |
|
cmTryRunCommand.cxx
|
32c2ed2ef3
ENH: Use the new signature
|
22 years ago |
|
cmTryRunCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmUseMangledMesaCommand.cxx
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
22 years ago |
|
cmUseMangledMesaCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmUtilitySourceCommand.cxx
|
8b8766d246
fix for utility command without EXECUTABLE_OUTPUT_PATH
|
22 years ago |
|
cmUtilitySourceCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmVTKMakeInstantiatorCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmVTKWrapJavaCommand.cxx
|
d55033b4c1
Oops, std namespace
|
23 years ago |
|
cmVTKWrapJavaCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmVTKWrapPythonCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmVTKWrapTclCommand.cxx
|
413154827c
Fix a problem with TCL wrapping if the source files have a relative path.
|
23 years ago |
|
cmVTKWrapTclCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmVariableRequiresCommand.cxx
|
ae5a80c795
spelling errors
|
23 years ago |
|
cmVariableRequiresCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmVariableWatch.cxx
|
ffaaedc7c6
ENH: Add remove watch
|
22 years ago |
|
cmVariableWatch.h
|
ffaaedc7c6
ENH: Add remove watch
|
22 years ago |
|
cmWin32ProcessExecution.cxx
|
44429c46c0
ENH: remove warnings from use of NULL
|
22 years ago |
|
cmWin32ProcessExecution.h
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |
|
cmWrapExcludeFilesCommand.cxx
|
ca773a5d6d
ENH: add stdlib.h for portability to borland 6
|
22 years ago |
|
cmWrapExcludeFilesCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
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 years ago |
|
cmWriteFileCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmake.cxx
|
09ba0a0a31
BUG: keep more of the case information
|
22 years ago |
|
cmake.h
|
09ba0a0a31
BUG: keep more of the case information
|
22 years ago |
|
cmakemain.cxx
|
afc33a1990
ENH: Argument for script mode is -P (process) and take out the automatic script mode
|
22 years ago |
|
cmaketest.cxx
|
9a0ca088a1
ENH: More verbose
|
22 years ago |
|
cmaketest.h.in
|
a2d7a92c88
BUG: Fix some dependencies for location of executables
|
22 years ago |
|
cmakewizard.cxx
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
22 years ago |
|
cmakewizard.h
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
22 years ago |
|
cmw9xcom.cxx
|
d6f98c2a82
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 years ago |
|
ctest.cxx
|
5b232ded15
ENH: Add initial memory check support which works for Valgrind
|
22 years ago |