Brad King c9e9e8d121 STYLE: Fixed typo on comment. %!s(int64=22) %!d(string=hai) anos
..
CTest def3fd0436 BUG: This fixes problem when submitting bugs on Mac: Bug #320 - When st_size in stat is 64 bit ctest does not submit %!s(int64=22) %!d(string=hai) anos
CursesDialog 8017a17f57 ENH: Added documentation of specifying an existing build tree as an argument. %!s(int64=22) %!d(string=hai) anos
MFCDialog 725de95b7e ENH: remove removecache entry call %!s(int64=22) %!d(string=hai) anos
WXDialog bd588e7a55 ENH: Fix problem with wx 2.4 %!s(int64=22) %!d(string=hai) anos
kwsys c9e9e8d121 STYLE: Fixed typo on comment. %!s(int64=22) %!d(string=hai) anos
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update %!s(int64=23) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
cmAbstractFilesCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 %!s(int64=22) %!d(string=hai) anos
cmAbstractFilesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmAddCustomCommandCommand.cxx 4ef0f1414c ENH: Fix typo: Bug #100 - Spelling correction to an error message %!s(int64=22) %!d(string=hai) anos
cmAddCustomCommandCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmAddCustomTargetCommand.cxx a293f8f7a0 fixed argument parsing %!s(int64=22) %!d(string=hai) anos
cmAddCustomTargetCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmAddDefinitionsCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmAddDependenciesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmAddExecutableCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmAddLibraryCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmAddTestCommand.cxx 0169ccf157 BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake. %!s(int64=22) %!d(string=hai) anos
cmAddTestCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmAuxSourceDirectoryCommand.cxx bab4bcb570 fix compiler warnings %!s(int64=22) %!d(string=hai) anos
cmAuxSourceDirectoryCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmBuildCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmBuildNameCommand.cxx 32c2ed2ef3 ENH: Use the new signature %!s(int64=22) %!d(string=hai) anos
cmBuildNameCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmCMakeMinimumRequired.cxx 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmCMakeMinimumRequired.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmCPluginAPI.cxx e093bdade0 ENH: Fix compatibility %!s(int64=22) %!d(string=hai) anos
cmCPluginAPI.h 3c1292a388 version 19 %!s(int64=22) %!d(string=hai) anos
cmCTest.cxx 256947ed08 now can do extra updates %!s(int64=22) %!d(string=hai) anos
cmCTest.h a442f1715e a start on the dashboard driver %!s(int64=22) %!d(string=hai) anos
cmCacheManager.cxx ff32379e26 BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables should return value %!s(int64=22) %!d(string=hai) anos
cmCacheManager.h 91065673d6 ENH: Get accessor for cache value as boolean %!s(int64=22) %!d(string=hai) anos
cmCommand.h 69dd3218ba ENH: Start includding the scripting support %!s(int64=22) %!d(string=hai) anos
cmCommands.cxx 730a278f89 BUG: Bootstrapping with wxWindows support needs SEPARATE_ARGUMENTS command. %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmConfigure.cmake.h.in a1bb1a4712 ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers. %!s(int64=22) %!d(string=hai) anos
cmConfigureFileCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. %!s(int64=22) %!d(string=hai) anos
cmConfigureFileCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmCreateTestSourceList.cxx 711febc82d ENH: null terminate at the end of the list %!s(int64=22) %!d(string=hai) anos
cmCreateTestSourceList.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmCustomCommand.cxx fc0a916eee ENH: allow duplicate commands with the same output to be reduced automatically to one command %!s(int64=22) %!d(string=hai) anos
cmCustomCommand.h 116f39d840 performance improvement %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmDocumentation.cxx 7d6aaf23e9 BUG: Don't use -V as a version option. It conflicts with ctest. %!s(int64=22) %!d(string=hai) anos
cmDocumentation.h b78888fe38 ENH: Added configuration of name of executable in man page header and version banner. %!s(int64=22) %!d(string=hai) anos
cmDumpDocumentation.cxx 08441daded ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test. %!s(int64=22) %!d(string=hai) anos
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 %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmElseCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. %!s(int64=23) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmEnableTestingCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmEndForEachCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmEndIfCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 %!s(int64=22) %!d(string=hai) anos
cmEndIfCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. %!s(int64=23) %!d(string=hai) anos
cmExecProgramCommand.cxx f5d95fb078 Complete rework of makefile generators expect trouble %!s(int64=23) %!d(string=hai) anos
cmExecProgramCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmExportLibraryDependencies.cxx 847bda5270 fix for bug # 101 %!s(int64=22) %!d(string=hai) anos
cmExportLibraryDependencies.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmFLTKWrapUICommand.cxx af8c7e7616 some updates %!s(int64=22) %!d(string=hai) anos
cmFLTKWrapUICommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmFileCommand.cxx 11e212bfc2 ENH: Remove extra new line after the written string %!s(int64=22) %!d(string=hai) anos
cmFileCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmFindFileCommand.cxx 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmFindFileCommand.h 070fa61ff4 ENH: Documentation improvements. %!s(int64=22) %!d(string=hai) anos
cmFindLibraryCommand.cxx e9fa240937 BUG: use IsNOTFOUND %!s(int64=23) %!d(string=hai) anos
cmFindLibraryCommand.h 070fa61ff4 ENH: Documentation improvements. %!s(int64=22) %!d(string=hai) anos
cmFindPackageCommand.cxx 1346a0f34e ERR: Fixed use of != operator for std::string on old broken compilers. %!s(int64=22) %!d(string=hai) anos
cmFindPackageCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmFindPathCommand.cxx f58d7df66a ENH: add checking for NOTFOUND %!s(int64=23) %!d(string=hai) anos
cmFindPathCommand.h 070fa61ff4 ENH: Documentation improvements. %!s(int64=22) %!d(string=hai) anos
cmFindProgramCommand.cxx 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmFindProgramCommand.h 070fa61ff4 ENH: Documentation improvements. %!s(int64=22) %!d(string=hai) anos
cmForEachCommand.cxx b56dcc2a30 perf improvement %!s(int64=22) %!d(string=hai) anos
cmForEachCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmFunctionBlocker.h 08f1d2f9e1 ERR: Fixed unused parameter warning. %!s(int64=23) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmGetCMakePropertyCommand.cxx 96d561aabc ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES %!s(int64=22) %!d(string=hai) anos
cmGetCMakePropertyCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmGetFilenameComponentCommand.cxx cde384411d Several fixes/improvements: %!s(int64=23) %!d(string=hai) anos
cmGetFilenameComponentCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. %!s(int64=23) %!d(string=hai) anos
cmGetSourceFilePropertyCommand.cxx eee69632d6 minor bug fix %!s(int64=22) %!d(string=hai) anos
cmGetSourceFilePropertyCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmGetTargetPropertyCommand.cxx eee69632d6 minor bug fix %!s(int64=22) %!d(string=hai) anos
cmGetTargetPropertyCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmGlob.cxx 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmGlob.h 274535d366 ENH: Recurse subdirectories %!s(int64=22) %!d(string=hai) anos
cmGlobalBorlandMakefileGenerator.cxx 34853be45a BUG: fix for bug 346, borland should now support dash in the path %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
cmGlobalGenerator.cxx add1f25f58 BUG:427 trycompile target must be exe %!s(int64=22) %!d(string=hai) anos
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 %!s(int64=22) %!d(string=hai) anos
cmGlobalNMakeMakefileGenerator.cxx 3e2c1f3477 BUG: fix for bug 303 pass makeflags to sub makes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
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 %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
cmGlobalVisualStudio6Generator.cxx 587370e1e2 remove more warnings %!s(int64=22) %!d(string=hai) anos
cmGlobalVisualStudio6Generator.h d89adbf049 remove warnings %!s(int64=22) %!d(string=hai) anos
cmGlobalVisualStudio71Generator.cxx 6e9a96119c ENH: fix some warnings %!s(int64=22) %!d(string=hai) anos
cmGlobalVisualStudio71Generator.h 6e9a96119c ENH: fix some warnings %!s(int64=22) %!d(string=hai) anos
cmGlobalVisualStudio7Generator.cxx 587370e1e2 remove more warnings %!s(int64=22) %!d(string=hai) anos
cmGlobalVisualStudio7Generator.h d89adbf049 remove warnings %!s(int64=22) %!d(string=hai) anos
cmITKWrapTclCommand.cxx d5d0f17e5c updated for new custom command %!s(int64=22) %!d(string=hai) anos
cmITKWrapTclCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmIfCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. %!s(int64=22) %!d(string=hai) anos
cmIfCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmIncludeCommand.h 69dd3218ba ENH: Start includding the scripting support %!s(int64=22) %!d(string=hai) anos
cmIncludeDirectoryCommand.cxx f58d7df66a ENH: add checking for NOTFOUND %!s(int64=23) %!d(string=hai) anos
cmIncludeDirectoryCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmIncludeExternalMSProjectCommand.cxx 7e54a53a3d ENH: improve coverage %!s(int64=22) %!d(string=hai) anos
cmIncludeExternalMSProjectCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmIncludeRegularExpressionCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmInstallFilesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmInstallProgramsCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmInstallTargetsCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmLinkDirectoriesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmLinkLibrariesCommand.cxx f58d7df66a ENH: add checking for NOTFOUND %!s(int64=23) %!d(string=hai) anos
cmLinkLibrariesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
cmListFileLexer.c cf42225c0b ERR: Removed YY_BREAK statements after return statements because they are unreachable. %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=22) %!d(string=hai) anos
cmListFileLexer.in.l cf42225c0b ERR: Removed YY_BREAK statements after return statements because they are unreachable. %!s(int64=22) %!d(string=hai) anos
cmLoadCacheCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. %!s(int64=22) %!d(string=hai) anos
cmLoadCacheCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. %!s(int64=23) %!d(string=hai) anos
cmLoadCommandCommand.cxx 0d8f8a0dc2 ERR: Fix crash of cmake on broken load commands %!s(int64=22) %!d(string=hai) anos
cmLoadCommandCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmLocalCodeWarriorGenerator.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. %!s(int64=22) %!d(string=hai) anos
cmLocalCodeWarriorGenerator.h 99b3152a60 add COdeWarrior back in for testing %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmLocalUnixMakefileGenerator.cxx c1add9106c ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX. %!s(int64=22) %!d(string=hai) anos
cmLocalUnixMakefileGenerator.h 5acab1eed1 BUG: roll back change for variable used in path %!s(int64=22) %!d(string=hai) anos
cmLocalVisualStudio6Generator.cxx eff0a824c4 BUG: hack fix for problem of MS vs 6 and custom target commands %!s(int64=22) %!d(string=hai) anos
cmLocalVisualStudio6Generator.h ba68f771b3 yikes added new custom command support %!s(int64=22) %!d(string=hai) anos
cmLocalVisualStudio7Generator.cxx 6018ebdc85 BUG#393: Adding XML escaping for additional per-source compile flags. %!s(int64=22) %!d(string=hai) anos
cmLocalVisualStudio7Generator.h ba68f771b3 yikes added new custom command support %!s(int64=22) %!d(string=hai) anos
cmMacroCommand.cxx 96d561aabc ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES %!s(int64=22) %!d(string=hai) anos
cmMacroCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmMakeDepend.cxx 9d4aefc088 BUG: fix for bug 373 make depend problem %!s(int64=22) %!d(string=hai) anos
cmMakeDepend.h cc8aa74ec4 removed duplicate includes %!s(int64=22) %!d(string=hai) anos
cmMakeDirectoryCommand.cxx dc3fd5c267 ENH: Merged use of kwsys library. %!s(int64=22) %!d(string=hai) anos
cmMakeDirectoryCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmMakefile.cxx 5ccfaefb48 ENH: generate a sln and dsw file for each sub project in a project %!s(int64=22) %!d(string=hai) anos
cmMakefile.h 5ccfaefb48 ENH: generate a sln and dsw file for each sub project in a project %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmMarkAsAdvancedCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmMessageCommand.cxx 2f4ea98a4c add a fatal error, and make sure c and c++ compilers work before using them %!s(int64=23) %!d(string=hai) anos
cmMessageCommand.h 69dd3218ba ENH: Start includding the scripting support %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmOptionCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmOutputRequiredFilesCommand.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline %!s(int64=23) %!d(string=hai) anos
cmOutputRequiredFilesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmProjectCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmQTWrapCPPCommand.cxx 271f4be42a BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviour %!s(int64=22) %!d(string=hai) anos
cmQTWrapCPPCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmQTWrapUICommand.cxx ab28d3ea6e ENH: Fix comment %!s(int64=22) %!d(string=hai) anos
cmQTWrapUICommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmRemoveCommand.cxx 0a29ebad97 BUG: fix broken command %!s(int64=23) %!d(string=hai) anos
cmRemoveCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmSeparateArgumentsCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSetCommand.cxx c74ce9b218 BUG: A variable is not in the cache if it is UNINITIALIZED. %!s(int64=23) %!d(string=hai) anos
cmSetCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSetSourceFilesPropertiesCommand.cxx dc87f60ca2 BUG: Fixed crash when source file cannot be looked up correctly. %!s(int64=22) %!d(string=hai) anos
cmSetSourceFilesPropertiesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSetTargetPropertiesCommand.cxx 1161d76bc6 ENH: add target properties files %!s(int64=23) %!d(string=hai) anos
cmSetTargetPropertiesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSiteNameCommand.cxx 2c33b3db65 ENH: Use new RunCommand %!s(int64=22) %!d(string=hai) anos
cmSiteNameCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSourceFile.cxx cc8aa74ec4 removed duplicate includes %!s(int64=22) %!d(string=hai) anos
cmSourceFile.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSourceFilesCommand.cxx 0152cc3a35 ENH: Use new deprecation mechanism %!s(int64=22) %!d(string=hai) anos
cmSourceFilesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSourceFilesRemoveCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 %!s(int64=22) %!d(string=hai) anos
cmSourceFilesRemoveCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSourceGroup.cxx 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. %!s(int64=22) %!d(string=hai) anos
cmSourceGroup.h 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. %!s(int64=22) %!d(string=hai) anos
cmSourceGroupCommand.cxx 3d27a6a391 ENH: put back old style call to SOURCE_GROUP, no need to break things for this %!s(int64=22) %!d(string=hai) anos
cmSourceGroupCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmStandardIncludes.h 565ed7d8a1 added stdio %!s(int64=22) %!d(string=hai) anos
cmStringCommand.cxx 45ea83a694 ERR: Remove unused variable %!s(int64=22) %!d(string=hai) anos
cmStringCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmSubdirCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmSubdirDependsCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSystemTools.cxx ec78910bac BUG: Reimplemented ExpandListArguments to properly handle escaped backslashes that occur right before semicolons. This is important for lists of paths ending in backslashes on windows. %!s(int64=22) %!d(string=hai) anos
cmSystemTools.h 9a58ac6649 ENH: Added CreateSymlink method. %!s(int64=22) %!d(string=hai) anos
cmTarget.cxx 42b39099a7 ENH: add support for OBJECT_DEPENDS for visual studio %!s(int64=22) %!d(string=hai) anos
cmTarget.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmTargetLinkLibrariesCommand.cxx 1e62f2392c ENH: Add CMAKE_IGNORE_DEPENDENCIES_ORDERING to prevent warnings about dependency problems %!s(int64=22) %!d(string=hai) anos
cmTargetLinkLibrariesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmTryCompileCommand.cxx df32e28b1d BUG: need a dummy first argument to cmake %!s(int64=22) %!d(string=hai) anos
cmTryCompileCommand.h baaf5eae7d fix to the signature and argument parsing %!s(int64=22) %!d(string=hai) anos
cmTryRunCommand.cxx 32c2ed2ef3 ENH: Use the new signature %!s(int64=22) %!d(string=hai) anos
cmTryRunCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmUseMangledMesaCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. %!s(int64=22) %!d(string=hai) anos
cmUseMangledMesaCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmUtilitySourceCommand.cxx 8b8766d246 fix for utility command without EXECUTABLE_OUTPUT_PATH %!s(int64=22) %!d(string=hai) anos
cmUtilitySourceCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmVTKMakeInstantiatorCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmVTKWrapJavaCommand.cxx d55033b4c1 Oops, std namespace %!s(int64=23) %!d(string=hai) anos
cmVTKWrapJavaCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmVTKWrapPythonCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmVTKWrapTclCommand.cxx 413154827c Fix a problem with TCL wrapping if the source files have a relative path. %!s(int64=23) %!d(string=hai) anos
cmVTKWrapTclCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmVariableRequiresCommand.cxx ae5a80c795 spelling errors %!s(int64=23) %!d(string=hai) anos
cmVariableRequiresCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmVariableWatch.cxx ffaaedc7c6 ENH: Add remove watch %!s(int64=22) %!d(string=hai) anos
cmVariableWatch.h ffaaedc7c6 ENH: Add remove watch %!s(int64=22) %!d(string=hai) anos
cmWin32ProcessExecution.cxx 44429c46c0 ENH: remove warnings from use of NULL %!s(int64=22) %!d(string=hai) anos
cmWin32ProcessExecution.h f5d95fb078 Complete rework of makefile generators expect trouble %!s(int64=23) %!d(string=hai) anos
cmWrapExcludeFilesCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 %!s(int64=22) %!d(string=hai) anos
cmWrapExcludeFilesCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
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. %!s(int64=23) %!d(string=hai) anos
cmWriteFileCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmake.cxx afc33a1990 ENH: Argument for script mode is -P (process) and take out the automatic script mode %!s(int64=22) %!d(string=hai) anos
cmake.h ac2859aaa3 ENH: Start includding the scripting support %!s(int64=22) %!d(string=hai) anos
cmakemain.cxx afc33a1990 ENH: Argument for script mode is -P (process) and take out the automatic script mode %!s(int64=22) %!d(string=hai) anos
cmaketest.cxx 9a0ca088a1 ENH: More verbose %!s(int64=22) %!d(string=hai) anos
cmaketest.h.in a2d7a92c88 BUG: Fix some dependencies for location of executables %!s(int64=22) %!d(string=hai) anos
cmakewizard.cxx 41445f67ac BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner. %!s(int64=22) %!d(string=hai) anos
cmakewizard.h 41445f67ac BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner. %!s(int64=22) %!d(string=hai) anos
cmw9xcom.cxx d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. %!s(int64=23) %!d(string=hai) anos
ctest.cxx a442f1715e a start on the dashboard driver %!s(int64=22) %!d(string=hai) anos