Andy Cedilnik c7067f426f ENH: Properly build WIN32 executables 22 лет назад
..
CTest a46e0d3476 fix warnings 22 лет назад
CursesDialog 183273bea2 BUG: Prevent crash when deleting the last cache item 22 лет назад
MFCDialog 5a391f8aa7 shut up unfixable warning 22 лет назад
WXDialog bd588e7a55 ENH: Fix problem with wx 2.4 22 лет назад
kwsys f7ce654912 ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them 22 лет назад
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 24 лет назад
CMakeLists.txt 62fd43ebae ENH: Comment out test 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 b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 лет назад
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 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmCPluginAPI.cxx b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 лет назад
cmCPluginAPI.h 3c1292a388 version 19 22 лет назад
cmCTest.cxx 3c832dd1b8 BUG: CVS update fix. If the CVS command was not set there was no indication that something went wrong. Now it will make sure it does. Also start working on multiple configuration scripts 22 лет назад
cmCTest.h 3c832dd1b8 BUG: CVS update fix. If the CVS command was not set there was no indication that something went wrong. Now it will make sure it does. Also start working on multiple configuration scripts 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 c60f2fabc4 ENH: use cmake variables for cmDynamicLoader to figure out library prefix and extensions 22 лет назад
cmConfigureFileCommand.cxx 3f752ea4cd ENH: Move implementation of configure_file to cmMakefile, so that other classes can use it 22 лет назад
cmConfigureFileCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmCreateTestSourceList.cxx 737d2fc7d6 fix compiler warning 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 8f565bdc74 BUG: don't crash when loading a module that does not exist 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 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmEnableTestingCommand.cxx d18c9559b3 sets variable now 22 лет назад
cmEnableTestingCommand.h 362ce0c32d sets variable now 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 54785fafba ENH: Make more commands scriptable 22 лет назад
cmEndIfCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 лет назад
cmEndIfCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmExecProgramCommand.cxx f5d95fb078 Complete rework of makefile generators expect trouble 23 лет назад
cmExecProgramCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmExportLibraryDependencies.cxx 847bda5270 fix for bug # 101 22 лет назад
cmExportLibraryDependencies.h 072db6ad70 removed redundent includes 22 лет назад
cmFLTKWrapUICommand.cxx 2ccce878a3 ENH: Cleanups 22 лет назад
cmFLTKWrapUICommand.h 072db6ad70 removed redundent includes 22 лет назад
cmFileCommand.cxx c44d0ef733 ENH: Add DESTDIR support 22 лет назад
cmFileCommand.h dae3e140ae ENH: Add unix style install in file command 22 лет назад
cmFindFileCommand.cxx 072db6ad70 removed redundent includes 22 лет назад
cmFindFileCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmFindLibraryCommand.cxx e9fa240937 BUG: use IsNOTFOUND 23 лет назад
cmFindLibraryCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmFindPackageCommand.cxx b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 лет назад
cmFindPackageCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmFindPathCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 лет назад
cmFindPathCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmFindProgramCommand.cxx 072db6ad70 removed redundent includes 22 лет назад
cmFindProgramCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmForEachCommand.cxx b56dcc2a30 perf improvement 22 лет назад
cmForEachCommand.h 54785fafba ENH: Make more commands scriptable 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 2ccce878a3 ENH: Cleanups 22 лет назад
cmGetCMakePropertyCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmGetFilenameComponentCommand.cxx cde384411d Several fixes/improvements: 23 лет назад
cmGetFilenameComponentCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmGetSourceFilePropertyCommand.cxx 2ccce878a3 ENH: Cleanups 22 лет назад
cmGetSourceFilePropertyCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmGetTargetPropertyCommand.cxx eee69632d6 minor bug fix 22 лет назад
cmGetTargetPropertyCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmGlob.cxx 31c1071ebf ENH: When nor specifying full path, make sure it actually works, on broken filesystems fix case of files. 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 72d8bd1e41 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 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 222e9a2876 BUG: fix put/get env problems 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 a8620773f3 BUG: fix crash in external dsp include 22 лет назад
cmGlobalVisualStudio6Generator.h d89adbf049 remove warnings 22 лет назад
cmGlobalVisualStudio71Generator.cxx 72d8bd1e41 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 лет назад
cmGlobalVisualStudio71Generator.h 6e9a96119c ENH: fix some warnings 22 лет назад
cmGlobalVisualStudio7Generator.cxx 72d8bd1e41 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 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 f1cffef265 ENH: Make IF command scriptable 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 d13e30f3ae ENH: Make install on windows seems to work now 22 лет назад
cmInstallTargetsCommand.h 0f4f9677fc ENH: Add comment about RUNTIME_DIRECTORY 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 c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 лет назад
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 2ccce878a3 ENH: Cleanups 22 лет назад
cmLoadCommandCommand.cxx 0d8f8a0dc2 ERR: Fix crash of cmake on broken load commands 22 лет назад
cmLoadCommandCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmLocalCodeWarriorGenerator.cxx 7aa8085b48 ERR: Fix build on Mac 22 лет назад
cmLocalCodeWarriorGenerator.h 99b3152a60 add COdeWarrior back in for testing 23 лет назад
cmLocalGenerator.cxx b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 лет назад
cmLocalGenerator.h d13e30f3ae ENH: Make install on windows seems to work now 22 лет назад
cmLocalUnixMakefileGenerator.cxx bdd4f8a216 ENH: Handle backticks as a valid library 22 лет назад
cmLocalUnixMakefileGenerator.h ed1c2573aa BUG: Fix to build rule generation with relative paths. 22 лет назад
cmLocalVisualStudio6Generator.cxx b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 лет назад
cmLocalVisualStudio6Generator.h ba68f771b3 yikes added new custom command support 22 лет назад
cmLocalVisualStudio7Generator.cxx c7067f426f ENH: Properly build WIN32 executables 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 bfe234da93 ENH: Macro should be scriptable 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 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmMakefile.cxx f93b1e6d48 ENH: Try to remove warning 22 лет назад
cmMakefile.h f93b1e6d48 ENH: Try to remove warning 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 d97e79c971 ERR: Fix problems with OPTION and -D on command line. Fix Bug #408 - Using -D without a type does not always work 22 лет назад
cmOptionCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmOutputRequiredFilesCommand.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 23 лет назад
cmOutputRequiredFilesCommand.h 2ccce878a3 ENH: Cleanups 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 15cdf406d6 BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP 22 лет назад
cmQTWrapCPPCommand.h 2ccce878a3 ENH: Cleanups 22 лет назад
cmQTWrapUICommand.cxx ab28d3ea6e ENH: Fix comment 22 лет назад
cmQTWrapUICommand.h 2ccce878a3 ENH: Cleanups 22 лет назад
cmRemoveCommand.cxx 0a29ebad97 BUG: fix broken command 23 лет назад
cmRemoveCommand.h 007d2bbc50 ENH: Make more commands scriptable 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 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmSetCommand.cxx c74ce9b218 BUG: A variable is not in the cache if it is UNINITIALIZED. 23 лет назад
cmSetCommand.h 038abb867e ENH: Add support for install postfix 22 лет назад
cmSetSourceFilesPropertiesCommand.cxx 2ccce878a3 ENH: Cleanups 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 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 лет назад
cmSiteNameCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmSourceFile.cxx cc8aa74ec4 removed duplicate includes 22 лет назад
cmSourceFile.h 072db6ad70 removed redundent includes 22 лет назад
cmSourceFilesCommand.cxx 2ccce878a3 ENH: Cleanups 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 fb228e73c8 ERR: Properly handle mode_t on borland 22 лет назад
cmStringCommand.cxx 4990e1481d ENH: Added STRING(CONFIGURE ...) command. 22 лет назад
cmStringCommand.h 4990e1481d ENH: Added STRING(CONFIGURE ...) command. 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 6ab87555ea ERR: Fix crash. We should check output before appending to it 22 лет назад
cmSystemTools.h fb228e73c8 ERR: Properly handle mode_t on borland 22 лет назад
cmTarget.cxx c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 лет назад
cmTarget.h b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 лет назад
cmTargetLinkLibrariesCommand.cxx c3840b5cc3 BUG: Fix Bug #445 - Same library in multiple projects can cause problems 22 лет назад
cmTargetLinkLibrariesCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmTryCompileCommand.cxx 09ba0a0a31 BUG: keep more of the case information 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 2ccce878a3 ENH: Cleanups 22 лет назад
cmUtilitySourceCommand.cxx 8b8766d246 fix for utility command without EXECUTABLE_OUTPUT_PATH 22 лет назад
cmUtilitySourceCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmVTKMakeInstantiatorCommand.cxx 2ccce878a3 ENH: Cleanups 22 лет назад
cmVTKMakeInstantiatorCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmVTKWrapJavaCommand.cxx d55033b4c1 Oops, std namespace 23 лет назад
cmVTKWrapJavaCommand.h 2ccce878a3 ENH: Cleanups 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 2ccce878a3 ENH: Cleanups 22 лет назад
cmVTKWrapTclCommand.cxx 413154827c Fix a problem with TCL wrapping if the source files have a relative path. 23 лет назад
cmVTKWrapTclCommand.h 2ccce878a3 ENH: Cleanups 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 2c2291bbe0 ENH: add new feature to ctest so that it can cmake, build and run a test executable 22 лет назад
cmWin32ProcessExecution.h f5d95fb078 Complete rework of makefile generators expect trouble 23 лет назад
cmWrapExcludeFilesCommand.cxx 2ccce878a3 ENH: Cleanups 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 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmake.cxx 51516613e8 ENH: Ok, when doing cmake -P you should not have to squish filename next to -P, There should be space between 22 лет назад
cmake.h 222e9a2876 BUG: fix put/get env problems 22 лет назад
cmakemain.cxx 51516613e8 ENH: Ok, when doing cmake -P you should not have to squish filename next to -P, There should be space between 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 2c2291bbe0 ENH: add new feature to ctest so that it can cmake, build and run a test executable 22 лет назад