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