Andy Cedilnik b60e52c69f ENH: Bold attempt to remove warning 22 years ago
..
CTest b60e52c69f ENH: Bold attempt to remove warning 22 years ago
CursesDialog 88e1571c76 BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current directory. 22 years ago
MFCDialog b78888fe38 ENH: Added configuration of name of executable in man page header and version banner. 22 years ago
WXDialog e8a3e9392b ENH: Fix wx test 22 years ago
kwsys 4bad15e4b2 ENH: Cast into apropriate type to remove warning 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 81b5c3b34d ENH: Fix dependencies for curses dialog 22 years ago
TODO 610b04713c *** empty log message *** 23 years ago
cmAbstractFilesCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 years ago
cmAbstractFilesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmAddCustomCommandCommand.cxx 4ef0f1414c ENH: Fix typo: Bug #100 - Spelling correction to an error message 22 years ago
cmAddCustomCommandCommand.h ac0911e08b ENH: Tweaked whitespace in documentation of command. 22 years ago
cmAddCustomTargetCommand.cxx ba68f771b3 yikes added new custom command support 22 years ago
cmAddCustomTargetCommand.h 1d75f1c9fb BUG: Fixed documentation formatting. 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmAddTestCommand.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
cmAddTestCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmAuxSourceDirectoryCommand.cxx bab4bcb570 fix compiler warnings 22 years ago
cmAuxSourceDirectoryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmBuildNameCommand.cxx 32c2ed2ef3 ENH: Use the new signature 22 years ago
cmBuildNameCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmCMakeMinimumRequired.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
cmCMakeMinimumRequired.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
cmCPluginAPI.cxx e093bdade0 ENH: Fix compatibility 22 years ago
cmCPluginAPI.h e093bdade0 ENH: Fix compatibility 22 years ago
cmCTest.cxx 41feb1f86b ENH: Use new RunCommand 22 years ago
cmCTest.h 41feb1f86b ENH: Use new RunCommand 22 years ago
cmCacheManager.cxx 32bfe66b5d BUG: Fix problem with uninitialized variables 22 years ago
cmCacheManager.h 32bfe66b5d BUG: Fix problem with uninitialized variables 22 years ago
cmCommand.h 4d311988b9 ENH: Initial framework for deprecated commands 22 years ago
cmCommands.cxx a1bb1a4712 ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers. 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmCreateTestSourceList.cxx 711febc82d ENH: null terminate at the end of the list 22 years ago
cmCreateTestSourceList.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 8cb6645ad8 Remove some borland 6 warnings 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmExportLibraryDependencies.cxx 847bda5270 fix for bug # 101 22 years ago
cmExportLibraryDependencies.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmFLTKWrapUICommand.cxx af8c7e7616 some updates 22 years ago
cmFLTKWrapUICommand.h eacc8da7e5 some updates 22 years ago
cmFileCommand.cxx 11e212bfc2 ENH: Remove extra new line after the written string 22 years ago
cmFileCommand.h 0e1de8a9f2 ENH: Fix comment 22 years ago
cmFindFileCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 years ago
cmFindFileCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmFindLibraryCommand.cxx e9fa240937 BUG: use IsNOTFOUND 23 years ago
cmFindLibraryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmFindPackageCommand.cxx ab335dbc9b ENH: Added compatability for capitalization of _DIR and _FOUND variables in cmake 1.6. 22 years ago
cmFindPackageCommand.h 78367fbc1b ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in FindFOO.cmake module that is found. 22 years ago
cmFindPathCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 years ago
cmFindPathCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmFindProgramCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 years ago
cmFindProgramCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmForEachCommand.cxx b56dcc2a30 perf improvement 22 years ago
cmForEachCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 96d561aabc ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmGetTargetPropertyCommand.cxx eee69632d6 minor bug fix 22 years ago
cmGetTargetPropertyCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmGlob.cxx c12cc46a00 ENH: Speedup globbing and attempt to fix cygwin problem 22 years ago
cmGlob.h 274535d366 ENH: Recurse subdirectories 22 years ago
cmGlobalBorlandMakefileGenerator.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 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 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.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 0b150f69c2 ENH: Use the new RunCommand 22 years ago
cmGlobalGenerator.h 0b150f69c2 ENH: Use the new RunCommand 22 years ago
cmGlobalNMakeMakefileGenerator.cxx 63ca58ceaf ENH: allow lib prefix for to stay for nmake and borland make as it is not a system prefix 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 a04796ddcb ENH: Wrote basic description in full documentation block. 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 0b150f69c2 ENH: Use the new RunCommand 22 years ago
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 years ago
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 years ago
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 years ago
cmGlobalVisualStudio7Generator.cxx 0b150f69c2 ENH: Use the new RunCommand 22 years ago
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 years ago
cmITKWrapTclCommand.cxx d5d0f17e5c updated for new custom command 22 years ago
cmITKWrapTclCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmIfCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 years ago
cmIfCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmIncludeDirectoryCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 years ago
cmIncludeDirectoryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmIncludeExternalMSProjectCommand.cxx 7e54a53a3d ENH: improve coverage 22 years ago
cmIncludeExternalMSProjectCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 fa642fee71 ENH: Tweaked whitespace in documentation of command. 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 fa642fee71 ENH: Tweaked whitespace in documentation of command. 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmLinkLibrariesCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 years ago
cmLinkLibrariesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
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 years ago
cmListFileCache.h ad5d35c6cf ERR: Added operator != for SGI. 23 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 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
cmLoadCommandCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmLocalCodeWarriorGenerator.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 years ago
cmLocalCodeWarriorGenerator.h 99b3152a60 add COdeWarrior back in for testing 22 years ago
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 years ago
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 years ago
cmLocalUnixMakefileGenerator.cxx 3cdde61776 ENH: Makefiles now have rules to do a global generate if the CMake listfiles have changed. Necessary for when try-compiles are added to a listfile. 22 years ago
cmLocalUnixMakefileGenerator.h 773de6e55d ENH: Added convenience signature to OutputMakeRule. 22 years ago
cmLocalVisualStudio6Generator.cxx 6e494f9bce BUG: when creating rule files remove the IntDir 22 years ago
cmLocalVisualStudio6Generator.h ba68f771b3 yikes added new custom command support 22 years ago
cmLocalVisualStudio7Generator.cxx 4a1412b0cb BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix for but 92. & was being replaced with &amp, but after double quote was replaced with &quot causing it to be &quot. Also add more search paths for mpi 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmMakeDepend.cxx 2ba1c0ab06 ENH: performance fixes for network depends 22 years ago
cmMakeDepend.h 2ba1c0ab06 ENH: performance fixes for network depends 22 years ago
cmMakeDirectoryCommand.cxx dc3fd5c267 ENH: Merged use of kwsys library. 22 years ago
cmMakeDirectoryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmMakefile.cxx d0b3391642 ENH: oops, initialize variable 22 years ago
cmMakefile.h 96d561aabc ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmOutputRequiredFilesCommand.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 23 years ago
cmOutputRequiredFilesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmQTWrapCPPCommand.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
cmQTWrapCPPCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmQTWrapUICommand.cxx 6e5462b698 ENH: Use the new signature 22 years ago
cmQTWrapUICommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmRemoveCommand.cxx 0a29ebad97 BUG: fix broken command 23 years ago
cmRemoveCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmSetCommand.cxx c74ce9b218 BUG: A variable is not in the cache if it is UNINITIALIZED. 23 years ago
cmSetCommand.h a56ddb5823 ENH: Added CACHE entry types to documentation string. 22 years ago
cmSetSourceFilesPropertiesCommand.cxx dc87f60ca2 BUG: Fixed crash when source file cannot be looked up correctly. 22 years ago
cmSetSourceFilesPropertiesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmSetTargetPropertiesCommand.cxx 1161d76bc6 ENH: add target properties files 23 years ago
cmSetTargetPropertiesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmSiteNameCommand.cxx 2c33b3db65 ENH: Use new RunCommand 22 years ago
cmSiteNameCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmSourceFile.cxx f58d7df66a ENH: add checking for NOTFOUND 23 years ago
cmSourceFile.h ba68f771b3 yikes added new custom command support 22 years ago
cmSourceFilesCommand.cxx 0152cc3a35 ENH: Use new deprecation mechanism 22 years ago
cmSourceFilesCommand.h 0152cc3a35 ENH: Use new deprecation mechanism 22 years ago
cmSourceFilesRemoveCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 years ago
cmSourceFilesRemoveCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 3d27a6a391 ENH: put back old style call to SOURCE_GROUP, no need to break things for this 22 years ago
cmStandardIncludes.h ed273acfa7 ENH: Improved name of cmake version variables. They are now CMake_VERSION (major.minor) and CMake_VERSION_FULL (major.minor.patch). 22 years ago
cmStringCommand.cxx 45ea83a694 ERR: Remove unused variable 22 years ago
cmStringCommand.h c4275f54c7 ENH: Add upper and lower case support. Close Bug #79 - STRING TOUPPER and TOLOWER 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmSystemTools.cxx 999810bc52 ENH: Hide windows for processes run by RunSingleCommand. 22 years ago
cmSystemTools.h 8a31793c89 ENH: Add back the kwsysProcess RunCommand, now is in parallel 22 years ago
cmTarget.cxx 42b39099a7 ENH: add support for OBJECT_DEPENDS for visual studio 22 years ago
cmTarget.h 117f961a5a moved function into cmTarget 22 years ago
cmTargetLinkLibrariesCommand.cxx 6c65c77d35 ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wrong order and fix CMakeLists files to actually work 22 years ago
cmTargetLinkLibrariesCommand.h 6c65c77d35 ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wrong order and fix CMakeLists files to actually work 22 years ago
cmTryCompileCommand.cxx bab4bcb570 fix compiler warnings 22 years ago
cmTryCompileCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmTryRunCommand.cxx 32c2ed2ef3 ENH: Use the new signature 22 years ago
cmTryRunCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmUseMangledMesaCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 years ago
cmUseMangledMesaCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmUtilitySourceCommand.cxx 8b8766d246 fix for utility command without EXECUTABLE_OUTPUT_PATH 22 years ago
cmUtilitySourceCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmVTKWrapJavaCommand.cxx d55033b4c1 Oops, std namespace 23 years ago
cmVTKWrapJavaCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmVTKWrapTclCommand.cxx 413154827c Fix a problem with TCL wrapping if the source files have a relative path. 23 years ago
cmVTKWrapTclCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmVariableRequiresCommand.cxx ae5a80c795 spelling errors 23 years ago
cmVariableRequiresCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmVariableWatch.cxx ffaaedc7c6 ENH: Add remove watch 22 years ago
cmVariableWatch.h ffaaedc7c6 ENH: Add remove watch 22 years ago
cmWin32ProcessExecution.cxx 824d9112b1 Fix output variable and remove this->m_ to be only m_ 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 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 a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 years ago
cmake.cxx 1de2bba717 BUG: Fixed typo in error message. 22 years ago
cmake.h 1e077d436e ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt file as an argument. Its settings will be loaded. 22 years ago
cmakemain.cxx b78888fe38 ENH: Added configuration of name of executable in man page header and version banner. 22 years ago
cmaketest.cxx d9b8768e3b BUG: Fixed spacing error in message. 22 years ago
cmaketest.h.in a2d7a92c88 BUG: Fix some dependencies for location of executables 22 years ago
cmakewizard.cxx 88e1571c76 BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current directory. 22 years ago
cmakewizard.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
cmw9xcom.cxx d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. 23 years ago
ctest.cxx 74980113da ENH: Clarification of help dumped when no arguments are given and no test file is found. 22 years ago