Andy Cedilnik ff6bc56616 ENH: On Cygwin shared libraries have only .dll file no .lib file, so when finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin 22 yıl önce
..
CTest eea07a2f64 ERR: Fixed prototypes of gmtime, localtime, and mktime. 22 yıl önce
CursesDialog 5b232ded15 ENH: Add initial memory check support which works for Valgrind 22 yıl önce
MFCDialog d13e30f3ae ENH: Make install on windows seems to work now 22 yıl önce
WXDialog bd588e7a55 ENH: Fix problem with wx 2.4 22 yıl önce
kwsys ff6bc56616 ENH: On Cygwin shared libraries have only .dll file no .lib file, so when finding library on cygwin, search also for .dll. Also fix SimpleInstall test on cygwin 22 yıl önce
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 23 yıl önce
CMakeLists.txt 1061101745 ENH: Some systems do not handle spaces in the path 22 yıl önce
cmAbstractFilesCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 yıl önce
cmAbstractFilesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmAddCustomCommandCommand.cxx 4ef0f1414c ENH: Fix typo: Bug #100 - Spelling correction to an error message 22 yıl önce
cmAddCustomCommandCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmAddCustomTargetCommand.cxx a293f8f7a0 fixed argument parsing 22 yıl önce
cmAddCustomTargetCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmAddDefinitionsCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmAddDependenciesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmAddExecutableCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmAddLibraryCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmAddTestCommand.cxx 0169ccf157 BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake. 22 yıl önce
cmAddTestCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmAuxSourceDirectoryCommand.cxx bab4bcb570 fix compiler warnings 22 yıl önce
cmAuxSourceDirectoryCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmBuildCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmBuildNameCommand.cxx 32c2ed2ef3 ENH: Use the new signature 22 yıl önce
cmBuildNameCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmCMakeMinimumRequired.cxx 072db6ad70 removed redundent includes 22 yıl önce
cmCMakeMinimumRequired.h 072db6ad70 removed redundent includes 22 yıl önce
cmCPluginAPI.cxx e093bdade0 ENH: Fix compatibility 22 yıl önce
cmCPluginAPI.h 3c1292a388 version 19 22 yıl önce
cmCTest.cxx eaf25c6739 ERR: Use filepath followed by filename not another filepath 22 yıl önce
cmCTest.h d278cde9e7 ENH: Add logging of tests while running. This way you can actually see the output as it goes 22 yıl önce
cmCacheManager.cxx ff32379e26 BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables should return value 22 yıl önce
cmCacheManager.h 91065673d6 ENH: Get accessor for cache value as boolean 22 yıl önce
cmCommand.h 69dd3218ba ENH: Start includding the scripting support 22 yıl önce
cmCommands.cxx 730a278f89 BUG: Bootstrapping with wxWindows support needs SEPARATE_ARGUMENTS command. 22 yıl önce
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 yıl önce
cmConfigure.cmake.h.in a1bb1a4712 ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers. 22 yıl önce
cmConfigureFileCommand.cxx 09421a261c ENH: Preserve permissions when copying files 22 yıl önce
cmConfigureFileCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmCreateTestSourceList.cxx 737d2fc7d6 fix compiler warning 22 yıl önce
cmCreateTestSourceList.h 072db6ad70 removed redundent includes 22 yıl önce
cmCustomCommand.cxx fc0a916eee ENH: allow duplicate commands with the same output to be reduced automatically to one command 22 yıl önce
cmCustomCommand.h 116f39d840 performance improvement 22 yıl önce
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 yıl önce
cmDocumentation.cxx 7d6aaf23e9 BUG: Don't use -V as a version option. It conflicts with ctest. 22 yıl önce
cmDocumentation.h b78888fe38 ENH: Added configuration of name of executable in man page header and version banner. 22 yıl önce
cmDumpDocumentation.cxx 08441daded ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test. 22 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
cmElseCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 yıl önce
cmEnableTestingCommand.cxx d18c9559b3 sets variable now 22 yıl önce
cmEnableTestingCommand.h 362ce0c32d sets variable now 22 yıl önce
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 yıl önce
cmEndForEachCommand.h 54785fafba ENH: Make more commands scriptable 22 yıl önce
cmEndIfCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 yıl önce
cmEndIfCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 yıl önce
cmExecProgramCommand.cxx f5d95fb078 Complete rework of makefile generators expect trouble 23 yıl önce
cmExecProgramCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmExportLibraryDependencies.cxx 847bda5270 fix for bug # 101 22 yıl önce
cmExportLibraryDependencies.h 072db6ad70 removed redundent includes 22 yıl önce
cmFLTKWrapUICommand.cxx af8c7e7616 some updates 22 yıl önce
cmFLTKWrapUICommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmFileCommand.cxx 9c744cfe35 ENH: Handle script mode 22 yıl önce
cmFileCommand.h dae3e140ae ENH: Add unix style install in file command 22 yıl önce
cmFindFileCommand.cxx 072db6ad70 removed redundent includes 22 yıl önce
cmFindFileCommand.h 070fa61ff4 ENH: Documentation improvements. 22 yıl önce
cmFindLibraryCommand.cxx e9fa240937 BUG: use IsNOTFOUND 23 yıl önce
cmFindLibraryCommand.h 070fa61ff4 ENH: Documentation improvements. 22 yıl önce
cmFindPackageCommand.cxx 972541c291 BUG: Fixed typo in error message. 22 yıl önce
cmFindPackageCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmFindPathCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 yıl önce
cmFindPathCommand.h 070fa61ff4 ENH: Documentation improvements. 22 yıl önce
cmFindProgramCommand.cxx 072db6ad70 removed redundent includes 22 yıl önce
cmFindProgramCommand.h 070fa61ff4 ENH: Documentation improvements. 22 yıl önce
cmForEachCommand.cxx b56dcc2a30 perf improvement 22 yıl önce
cmForEachCommand.h 54785fafba ENH: Make more commands scriptable 22 yıl önce
cmFunctionBlocker.h 08f1d2f9e1 ERR: Fixed unused parameter warning. 23 yıl önce
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 yıl önce
cmGetCMakePropertyCommand.cxx 96d561aabc ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES 22 yıl önce
cmGetCMakePropertyCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmGetFilenameComponentCommand.cxx cde384411d Several fixes/improvements: 23 yıl önce
cmGetFilenameComponentCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 yıl önce
cmGetSourceFilePropertyCommand.cxx eee69632d6 minor bug fix 22 yıl önce
cmGetSourceFilePropertyCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmGetTargetPropertyCommand.cxx eee69632d6 minor bug fix 22 yıl önce
cmGetTargetPropertyCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmGlob.cxx 31c1071ebf ENH: When nor specifying full path, make sure it actually works, on broken filesystems fix case of files. 22 yıl önce
cmGlob.h 274535d366 ENH: Recurse subdirectories 22 yıl önce
cmGlobalBorlandMakefileGenerator.cxx 34853be45a BUG: fix for bug 346, borland should now support dash in the path 22 yıl önce
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 yıl önce
cmGlobalCodeWarriorGenerator.cxx 72d8bd1e41 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 yıl önce
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 yıl önce
cmGlobalGenerator.cxx 222e9a2876 BUG: fix put/get env problems 22 yıl önce
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 yıl önce
cmGlobalNMakeMakefileGenerator.cxx 3e2c1f3477 BUG: fix for bug 303 pass makeflags to sub makes 22 yıl önce
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 yıl önce
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 yıl önce
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 yıl önce
cmGlobalVisualStudio6Generator.cxx a8620773f3 BUG: fix crash in external dsp include 22 yıl önce
cmGlobalVisualStudio6Generator.h d89adbf049 remove warnings 22 yıl önce
cmGlobalVisualStudio71Generator.cxx 72d8bd1e41 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 yıl önce
cmGlobalVisualStudio71Generator.h 6e9a96119c ENH: fix some warnings 22 yıl önce
cmGlobalVisualStudio7Generator.cxx 72d8bd1e41 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 yıl önce
cmGlobalVisualStudio7Generator.h d89adbf049 remove warnings 22 yıl önce
cmITKWrapTclCommand.cxx d5d0f17e5c updated for new custom command 22 yıl önce
cmITKWrapTclCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmIfCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 yıl önce
cmIfCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmIncludeCommand.h 69dd3218ba ENH: Start includding the scripting support 22 yıl önce
cmIncludeDirectoryCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 yıl önce
cmIncludeDirectoryCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmIncludeExternalMSProjectCommand.cxx 7e54a53a3d ENH: improve coverage 22 yıl önce
cmIncludeExternalMSProjectCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmIncludeRegularExpressionCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmInstallFilesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmInstallProgramsCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmInstallTargetsCommand.cxx d13e30f3ae ENH: Make install on windows seems to work now 22 yıl önce
cmInstallTargetsCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmLinkDirectoriesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmLinkLibrariesCommand.cxx c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 yıl önce
cmLinkLibrariesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
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 yıl önce
cmListFileLexer.c cf42225c0b ERR: Removed YY_BREAK statements after return statements because they are unreachable. 22 yıl önce
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 yıl önce
cmListFileLexer.in.l cf42225c0b ERR: Removed YY_BREAK statements after return statements because they are unreachable. 22 yıl önce
cmLoadCacheCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 yıl önce
cmLoadCacheCommand.h a02574158d ENH: Cleaned up documentation and formatted it for use by cmDocumentation. 23 yıl önce
cmLoadCommandCommand.cxx 0d8f8a0dc2 ERR: Fix crash of cmake on broken load commands 22 yıl önce
cmLoadCommandCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmLocalCodeWarriorGenerator.cxx 72d8bd1e41 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 yıl önce
cmLocalCodeWarriorGenerator.h 99b3152a60 add COdeWarrior back in for testing 22 yıl önce
cmLocalGenerator.cxx 038abb867e ENH: Add support for install postfix 22 yıl önce
cmLocalGenerator.h d13e30f3ae ENH: Make install on windows seems to work now 22 yıl önce
cmLocalUnixMakefileGenerator.cxx 6720075f8b BUG: -l or whatever should be at beginning of line. 22 yıl önce
cmLocalUnixMakefileGenerator.h ed1c2573aa BUG: Fix to build rule generation with relative paths. 22 yıl önce
cmLocalVisualStudio6Generator.cxx cb2b5a188a fix for long lines with post build rules 22 yıl önce
cmLocalVisualStudio6Generator.h ba68f771b3 yikes added new custom command support 22 yıl önce
cmLocalVisualStudio7Generator.cxx a588dbcba1 BUG: .lib from a .dll should go in m_LibraryOutputPath not m_ExecutableOutputPath 22 yıl önce
cmLocalVisualStudio7Generator.h ba68f771b3 yikes added new custom command support 22 yıl önce
cmMacroCommand.cxx 96d561aabc ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES 22 yıl önce
cmMacroCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmMakeDepend.cxx 9d4aefc088 BUG: fix for bug 373 make depend problem 22 yıl önce
cmMakeDepend.h cc8aa74ec4 removed duplicate includes 22 yıl önce
cmMakeDirectoryCommand.cxx dc3fd5c267 ENH: Merged use of kwsys library. 22 yıl önce
cmMakeDirectoryCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmMakefile.cxx 5ccfaefb48 ENH: generate a sln and dsw file for each sub project in a project 22 yıl önce
cmMakefile.h 5ccfaefb48 ENH: generate a sln and dsw file for each sub project in a project 22 yıl önce
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 yıl önce
cmMarkAsAdvancedCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmMessageCommand.cxx 2f4ea98a4c add a fatal error, and make sure c and c++ compilers work before using them 23 yıl önce
cmMessageCommand.h 69dd3218ba ENH: Start includding the scripting support 22 yıl önce
cmOptionCommand.cxx d97e79c971 ERR: Fix problems with OPTION and -D on command line. Fix Bug #408 - Using -D without a type does not always work 22 yıl önce
cmOptionCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmOutputRequiredFilesCommand.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 23 yıl önce
cmOutputRequiredFilesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmProjectCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmQTWrapCPPCommand.cxx 15cdf406d6 BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP 22 yıl önce
cmQTWrapCPPCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmQTWrapUICommand.cxx ab28d3ea6e ENH: Fix comment 22 yıl önce
cmQTWrapUICommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmRemoveCommand.cxx 0a29ebad97 BUG: fix broken command 23 yıl önce
cmRemoveCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmSeparateArgumentsCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmSetCommand.cxx c74ce9b218 BUG: A variable is not in the cache if it is UNINITIALIZED. 23 yıl önce
cmSetCommand.h 038abb867e ENH: Add support for install postfix 22 yıl önce
cmSetSourceFilesPropertiesCommand.cxx dc87f60ca2 BUG: Fixed crash when source file cannot be looked up correctly. 22 yıl önce
cmSetSourceFilesPropertiesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmSetTargetPropertiesCommand.cxx 1161d76bc6 ENH: add target properties files 23 yıl önce
cmSetTargetPropertiesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmSiteNameCommand.cxx c237e0ac68 ENH: Do not use nslookup. All we really care is hostname. If somebody wants something fancy, just set it yourself. Fixes Bug #407 - nslookup is being deprecated for Red Hat and Fedora distributions 22 yıl önce
cmSiteNameCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmSourceFile.cxx cc8aa74ec4 removed duplicate includes 22 yıl önce
cmSourceFile.h 072db6ad70 removed redundent includes 22 yıl önce
cmSourceFilesCommand.cxx 0152cc3a35 ENH: Use new deprecation mechanism 22 yıl önce
cmSourceFilesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmSourceFilesRemoveCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 yıl önce
cmSourceFilesRemoveCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmSourceGroup.cxx 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. 22 yıl önce
cmSourceGroup.h 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. 22 yıl önce
cmSourceGroupCommand.cxx 3d27a6a391 ENH: put back old style call to SOURCE_GROUP, no need to break things for this 22 yıl önce
cmSourceGroupCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmStandardIncludes.h fb228e73c8 ERR: Properly handle mode_t on borland 22 yıl önce
cmStringCommand.cxx bc16c68a14 BUG#452: Fix to argument checking for TOUPPER and TOLOWER subcommands. 22 yıl önce
cmStringCommand.h 54785fafba ENH: Make more commands scriptable 22 yıl önce
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 yıl önce
cmSubdirCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmSubdirDependsCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmSystemTools.cxx 6b6971a2c2 BUG: fix FMM 22 yıl önce
cmSystemTools.h fb228e73c8 ERR: Properly handle mode_t on borland 22 yıl önce
cmTarget.cxx c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 yıl önce
cmTarget.h d13e30f3ae ENH: Make install on windows seems to work now 22 yıl önce
cmTargetLinkLibrariesCommand.cxx c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 yıl önce
cmTargetLinkLibrariesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmTryCompileCommand.cxx 09ba0a0a31 BUG: keep more of the case information 22 yıl önce
cmTryCompileCommand.h baaf5eae7d fix to the signature and argument parsing 22 yıl önce
cmTryRunCommand.cxx 32c2ed2ef3 ENH: Use the new signature 22 yıl önce
cmTryRunCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmUseMangledMesaCommand.cxx 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 yıl önce
cmUseMangledMesaCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmUtilitySourceCommand.cxx 8b8766d246 fix for utility command without EXECUTABLE_OUTPUT_PATH 22 yıl önce
cmUtilitySourceCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmVTKMakeInstantiatorCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmVTKWrapJavaCommand.cxx d55033b4c1 Oops, std namespace 23 yıl önce
cmVTKWrapJavaCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmVTKWrapPythonCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmVTKWrapTclCommand.cxx 413154827c Fix a problem with TCL wrapping if the source files have a relative path. 23 yıl önce
cmVTKWrapTclCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmVariableRequiresCommand.cxx ae5a80c795 spelling errors 23 yıl önce
cmVariableRequiresCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmVariableWatch.cxx ffaaedc7c6 ENH: Add remove watch 22 yıl önce
cmVariableWatch.h ffaaedc7c6 ENH: Add remove watch 22 yıl önce
cmWin32ProcessExecution.cxx 2c2291bbe0 ENH: add new feature to ctest so that it can cmake, build and run a test executable 22 yıl önce
cmWin32ProcessExecution.h f5d95fb078 Complete rework of makefile generators expect trouble 23 yıl önce
cmWrapExcludeFilesCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 yıl önce
cmWrapExcludeFilesCommand.h 072db6ad70 removed redundent includes 22 yıl önce
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 yıl önce
cmWriteFileCommand.h 072db6ad70 removed redundent includes 22 yıl önce
cmake.cxx 222e9a2876 BUG: fix put/get env problems 22 yıl önce
cmake.h 222e9a2876 BUG: fix put/get env problems 22 yıl önce
cmakemain.cxx afc33a1990 ENH: Argument for script mode is -P (process) and take out the automatic script mode 22 yıl önce
cmaketest.h.in a2d7a92c88 BUG: Fix some dependencies for location of executables 22 yıl önce
cmakewizard.cxx 41445f67ac BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner. 22 yıl önce
cmakewizard.h 41445f67ac BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner. 22 yıl önce
cmw9xcom.cxx d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. 23 yıl önce
ctest.cxx 2c2291bbe0 ENH: add new feature to ctest so that it can cmake, build and run a test executable 22 yıl önce