1
0
Brad King 7dff3a7f69 ENH: Added kwsys library for platform-independent system tools. 22 жил өмнө
..
CTest b60c9ae05a On verbose, be more verbose 22 жил өмнө
CursesDialog a5ea72df88 ENH: Improved documentation. Also modified behavior of "cmake" to not configure a project in the current directory unless . is given. 22 жил өмнө
MFCDialog 0e516f2c85 BUG: Fixed tab ordering of gui components. 23 жил өмнө
WXDialog 417e10a4a7 Remove warning about shadowing variable 23 жил өмнө
bootstrap 399e1c0f3e Improve bootstrape for unix 23 жил өмнө
kwsys 7dff3a7f69 ENH: Added kwsys library for platform-independent system tools. 22 жил өмнө
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 23 жил өмнө
CMakeLists.txt 634dedcd51 ENH: Using new --all-for-coverage of DumpDocumentation to improve coverage. 23 жил өмнө
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake 24 жил өмнө
Makefile.in 1f55680332 ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation. 23 жил өмнө
TODO 610b04713c *** empty log message *** 23 жил өмнө
cmAbstractFilesCommand.cxx 4f42971be8 now complains more 23 жил өмнө
cmAbstractFilesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmAddCustomCommandCommand.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 жил өмнө
cmAddCustomCommandCommand.h ba56262ae2 Fix to documentation formatting: removed extra newline. 23 жил өмнө
cmAddCustomTargetCommand.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 жил өмнө
cmAddCustomTargetCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmAddDefinitionsCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmAddDependenciesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmAddExecutableCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmAddLibraryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmAddTestCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmAuxSourceDirectoryCommand.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 жил өмнө
cmAuxSourceDirectoryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmBuildCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmBuildNameCommand.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 жил өмнө
cmBuildNameCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
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 жил өмнө
cmCPluginAPI.cxx 10931b5e66 ENH: Added return type int to ExecuteCommand. 23 жил өмнө
cmCPluginAPI.h 09778d1776 updated version 23 жил өмнө
cmCTest.cxx 7f48313225 Remove nan and inf, use iostreams to set precision, fix file name, and remove bogus files 22 жил өмнө
cmCTest.h 7f48313225 Remove nan and inf, use iostreams to set precision, fix file name, and remove bogus files 22 жил өмнө
cmCacheManager.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 22 жил өмнө
cmCacheManager.h 6631d78754 Cache manager should be able to take no arguments 23 жил өмнө
cmCommand.h 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 жил өмнө
cmCommands.cxx 814b8856a0 Add command for accessing cmake properties. At this point the only properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature 23 жил өмнө
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 жил өмнө
cmConfigure.cmake.h.in 1fe42129d4 ENH: Centralized setting of CMake version number to top-level CMake listfile. 23 жил өмнө
cmConfigure.h.in 1fe42129d4 ENH: Centralized setting of CMake version number to top-level CMake listfile. 23 жил өмнө
cmConfigureFileCommand.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 22 жил өмнө
cmConfigureFileCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmCreateTestSourceList.cxx 9676bb4b22 BUG: Generate 0 into test driver instead of NULL. 23 жил өмнө
cmCreateTestSourceList.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmCustomCommand.cxx 3893ee72d2 Add comment support, so that you can see in build process what the custom command does 23 жил өмнө
cmCustomCommand.h 3893ee72d2 Add comment support, so that you can see in build process what the custom command does 23 жил өмнө
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 жил өмнө
cmDirectory.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 жил өмнө
cmDirectory.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 жил өмнө
cmDocumentation.cxx 3bba5f587e ENH: Running with zero arguments now produces usage. 22 жил өмнө
cmDocumentation.h 5e18bec8f7 ENH: Re-implemented document generation class to be more organized and more robust. 23 жил өмнө
cmDumpDocumentation.cxx c0c767fcc4 ERR: Added missing return. 23 жил өмнө
cmDynamicLoader.cxx 0f19623edd BUG: fixes for hp 23 жил өмнө
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 жил өмнө
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 жил өмнө
cmElseCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmEnableTestingCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmEndForEachCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmEndIfCommand.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 жил өмнө
cmEndIfCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmExecProgramCommand.cxx f5d95fb078 Complete rework of makefile generators expect trouble 23 жил өмнө
cmExecProgramCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmExportLibraryDependencies.cxx ab2fdaa8fa BUG: Removed generation of stray paren. 23 жил өмнө
cmExportLibraryDependencies.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmFLTKWrapUICommand.cxx 3303599c75 BUG: Need at least 2 arguments, not exactly 2. 23 жил өмнө
cmFLTKWrapUICommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmFindFileCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmFindFileCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmFindLibraryCommand.cxx e9fa240937 BUG: use IsNOTFOUND 23 жил өмнө
cmFindLibraryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmFindPackageCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmFindPackageCommand.h 1c3680410b BUG: This command must be inherited. 23 жил өмнө
cmFindPathCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmFindPathCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmFindProgramCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmFindProgramCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmForEachCommand.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 жил өмнө
cmForEachCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmFunctionBlocker.h 08f1d2f9e1 ERR: Fixed unused parameter warning. 23 жил өмнө
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 жил өмнө
cmGetCMakePropertyCommand.cxx 3a99c693c1 Remove warning 23 жил өмнө
cmGetCMakePropertyCommand.h 814b8856a0 Add command for accessing cmake properties. At this point the only properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature 23 жил өмнө
cmGetFilenameComponentCommand.cxx cde384411d Several fixes/improvements: 23 жил өмнө
cmGetFilenameComponentCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmGetSourceFilePropertyCommand.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 жил өмнө
cmGetSourceFilePropertyCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmGetTargetPropertyCommand.cxx 1161d76bc6 ENH: add target properties files 23 жил өмнө
cmGetTargetPropertyCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmGlobalBorlandMakefileGenerator.cxx 96189f79d5 ENH: unify EnableLanguage across all generators 23 жил өмнө
cmGlobalBorlandMakefileGenerator.h 96189f79d5 ENH: unify EnableLanguage across all generators 23 жил өмнө
cmGlobalCodeWarriorGenerator.cxx 06b640fe48 ERR: Removed use of NULL. 23 жил өмнө
cmGlobalCodeWarriorGenerator.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 жил өмнө
cmGlobalGenerator.cxx e3d93e22f8 BUG: add better testing for notfound 23 жил өмнө
cmGlobalGenerator.h c4fa5d1fdf ENH: add a new command that allows exports of library dependencies from a project to a file 23 жил өмнө
cmGlobalNMakeMakefileGenerator.cxx 96189f79d5 ENH: unify EnableLanguage across all generators 23 жил өмнө
cmGlobalNMakeMakefileGenerator.h 96189f79d5 ENH: unify EnableLanguage across all generators 23 жил өмнө
cmGlobalUnixMakefileGenerator.cxx 2f4ea98a4c add a fatal error, and make sure c and c++ compilers work before using them 23 жил өмнө
cmGlobalUnixMakefileGenerator.h 96189f79d5 ENH: unify EnableLanguage across all generators 23 жил өмнө
cmGlobalVisualStudio6Generator.cxx 4b45a5ef9a better error message 23 жил өмнө
cmGlobalVisualStudio6Generator.h 4e6ad941e9 ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be a semicolon-separated list of configurations that will be built. 23 жил өмнө
cmGlobalVisualStudio7Generator.cxx 0c26d2f4e5 ENH: fix for vs 7 beta1 23 жил өмнө
cmGlobalVisualStudio7Generator.h 4e6ad941e9 ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be a semicolon-separated list of configurations that will be built. 23 жил өмнө
cmITKWrapTclCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmITKWrapTclCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmIfCommand.cxx 858c6c9a02 made more strict 23 жил өмнө
cmIfCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmIncludeCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmIncludeDirectoryCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmIncludeDirectoryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmIncludeExternalMSProjectCommand.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 жил өмнө
cmIncludeExternalMSProjectCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmIncludeRegularExpressionCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmInstallFilesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmInstallProgramsCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmInstallTargetsCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmLinkDirectoriesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmLinkLibrariesCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmLinkLibrariesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmListFileCache.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 22 жил өмнө
cmListFileCache.h ad5d35c6cf ERR: Added operator != for SGI. 23 жил өмнө
cmLoadCacheCommand.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 жил өмнө
cmLoadCacheCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmLoadCommandCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmLocalCodeWarriorGenerator.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 жил өмнө
cmLocalCodeWarriorGenerator.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 жил өмнө
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 жил өмнө
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 жил өмнө
cmLocalUnixMakefileGenerator.cxx 4e88020581 ENH: Support cmake in directory with space 23 жил өмнө
cmLocalUnixMakefileGenerator.h 5bb1a79c9f ENH: Support for spaces in paths during make install. 23 жил өмнө
cmLocalVisualStudio6Generator.cxx 4d9b5d5ef1 Remove warnings 22 жил өмнө
cmLocalVisualStudio6Generator.h cde384411d Several fixes/improvements: 23 жил өмнө
cmLocalVisualStudio7Generator.cxx d4d2779542 BUG: fix crash with force cxx type 23 жил өмнө
cmLocalVisualStudio7Generator.h cde384411d Several fixes/improvements: 23 жил өмнө
cmMacroCommand.cxx a37a934410 ENH: Improved error message for macro invoked with incorrect number of arguments. 23 жил өмнө
cmMacroCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmMakeDepend.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 22 жил өмнө
cmMakeDepend.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 жил өмнө
cmMakeDirectoryCommand.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 жил өмнө
cmMakeDirectoryCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmMakefile.cxx 90169d041c make sure M is after m 23 жил өмнө
cmMakefile.h ce750180ba Add method which returns a list of all variables 23 жил өмнө
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 жил өмнө
cmMarkAsAdvancedCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmMessageCommand.cxx 2f4ea98a4c add a fatal error, and make sure c and c++ compilers work before using them 23 жил өмнө
cmMessageCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmOptionCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmOutputRequiredFilesCommand.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 22 жил өмнө
cmOutputRequiredFilesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmProjectCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmQTWrapCPPCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmQTWrapUICommand.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 жил өмнө
cmQTWrapUICommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmRegularExpression.cxx 5417d02a61 ENH: compile method now returns whether compilation succeeded. 23 жил өмнө
cmRegularExpression.h 5417d02a61 ENH: compile method now returns whether compilation succeeded. 23 жил өмнө
cmRemoveCommand.cxx 0a29ebad97 BUG: fix broken command 23 жил өмнө
cmRemoveCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmSeparateArgumentsCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmSetCommand.cxx c74ce9b218 BUG: A variable is not in the cache if it is UNINITIALIZED. 23 жил өмнө
cmSetCommand.h a56ddb5823 ENH: Added CACHE entry types to documentation string. 22 жил өмнө
cmSetSourceFilesPropertiesCommand.cxx 3348131819 ENH: Added source file property OBJECT_DEPENDS to support generated header files included in non-generated sources. 23 жил өмнө
cmSetSourceFilesPropertiesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmSetTargetPropertiesCommand.cxx 1161d76bc6 ENH: add target properties files 23 жил өмнө
cmSetTargetPropertiesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmSiteNameCommand.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 жил өмнө
cmSiteNameCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmSourceFile.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmSourceFile.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 жил өмнө
cmSourceFilesCommand.cxx dcc9c131b4 testing more agressive compatability settings 23 жил өмнө
cmSourceFilesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmSourceFilesRemoveCommand.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 жил өмнө
cmSourceFilesRemoveCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmSourceGroup.cxx 3893ee72d2 Add comment support, so that you can see in build process what the custom command does 23 жил өмнө
cmSourceGroup.h 3893ee72d2 Add comment support, so that you can see in build process what the custom command does 23 жил өмнө
cmSourceGroupCommand.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 жил өмнө
cmSourceGroupCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmStandardIncludes.h b133b832fd Remove bogus flags from cmStandardIncludes and make complex test pass 22 жил өмнө
cmStringCommand.cxx 6244ac6f06 Add a way to convert ascii to string 23 жил өмнө
cmStringCommand.h 33d55456c3 BUG: Command should be inherited. 23 жил өмнө
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 жил өмнө
cmSubdirCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmSubdirDependsCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmSystemTools.cxx 1b37104421 Try differentiating extensions 22 жил өмнө
cmSystemTools.h a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 22 жил өмнө
cmTarget.cxx 94c396184e BUG: HasCXX did not use GetFileFormat and was broken 23 жил өмнө
cmTarget.h 3859417d1a ENH: add target properties 23 жил өмнө
cmTargetLinkLibrariesCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 жил өмнө
cmTargetLinkLibrariesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmTryCompileCommand.cxx 62b612fbf8 add better testing for unlink 23 жил өмнө
cmTryCompileCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmTryRunCommand.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 жил өмнө
cmTryRunCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmUseMangledMesaCommand.cxx 4d9b5d5ef1 Remove warnings 22 жил өмнө
cmUseMangledMesaCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmUtilitySourceCommand.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 жил өмнө
cmUtilitySourceCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmVTKMakeInstantiatorCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmVTKWrapJavaCommand.cxx d55033b4c1 Oops, std namespace 23 жил өмнө
cmVTKWrapJavaCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmVTKWrapPythonCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmVTKWrapTclCommand.cxx 413154827c Fix a problem with TCL wrapping if the source files have a relative path. 23 жил өмнө
cmVTKWrapTclCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmVariableRequiresCommand.cxx ae5a80c795 spelling errors 23 жил өмнө
cmVariableRequiresCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmVariableWatch.cxx 829f8382e0 Add option of watching variables 23 жил өмнө
cmVariableWatch.h bd217452cd more option on var watches 23 жил өмнө
cmWin32ProcessExecution.cxx 824d9112b1 Fix output variable and remove this->m_ to be only m_ 23 жил өмнө
cmWin32ProcessExecution.h f5d95fb078 Complete rework of makefile generators expect trouble 23 жил өмнө
cmWrapExcludeFilesCommand.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 жил өмнө
cmWrapExcludeFilesCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
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 жил өмнө
cmWriteFileCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 жил өмнө
cmake.cxx a5ea72df88 ENH: Improved documentation. Also modified behavior of "cmake" to not configure a project in the current directory unless . is given. 22 жил өмнө
cmake.h a5ea72df88 ENH: Improved documentation. Also modified behavior of "cmake" to not configure a project in the current directory unless . is given. 22 жил өмнө
cmakemain.cxx a5ea72df88 ENH: Improved documentation. Also modified behavior of "cmake" to not configure a project in the current directory unless . is given. 22 жил өмнө
cmaketest.cxx b2e2c29d97 We should really just call make and not make all 22 жил өмнө
cmaketest.h.in 290c509e11 ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake 23 жил өмнө
cmakewizard.cxx 6dda0c976f BUG: can not mix cout and fgets on hp 23 жил өмнө
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 жил өмнө
cmw9xcom.cxx d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. 23 жил өмнө
ctest.cxx a69c70d2d7 Start working on cont 23 жил өмнө