Bill Hoffman 39f112b71b BUG: make sure all returns for ConvertToRelativeOutputPath get passed by ConvertToOutputPath 21 лет назад
..
CTest 68c3550faa COMP: Remove warnings on borland build 21 лет назад
CursesDialog 3bc8cbd475 ENH: Reload PreLoad.cmake every time you do configure 21 лет назад
MFCDialog 3e2e0d5d63 BUG: fixes for mingw and CMakesetup with spaces in the source directory 21 лет назад
WXDialog bd588e7a55 ENH: Fix problem with wx 2.4 22 лет назад
kwsys 1ed5888d91 BUG: fix split program from args to not get stuck in an infinite loop in some cases 21 лет назад
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 24 лет назад
CMakeLists.txt 9fd8d5f181 allow kdevelop for cygwin 21 лет назад
cmAbstractFilesCommand.cxx b41d447935 ENH: use GetRequiredDefinition instead of GetDefinition and crash 21 лет назад
cmAbstractFilesCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmAddCustomCommandCommand.cxx 4ef0f1414c ENH: Fix typo: Bug #100 - Spelling correction to an error message 22 лет назад
cmAddCustomCommandCommand.h 84a1d5e553 update docs 22 лет назад
cmAddCustomTargetCommand.cxx bfd79e99e6 BUG: Fixed check of number of arguments. 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 81487bdb79 BUG: If macdir does not end with '/' then add it always, not just when adding current directory 21 лет назад
cmAddExecutableCommand.h e34c83540d BUG: fix for bug 121 add some docs for MFC flag 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 23 лет назад
cmAuxSourceDirectoryCommand.h 67d3634e46 ENH: Added warning about using this command to avoid listing sources for a library by hand. It is supposed to be used only for Templates directories. 21 лет назад
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 b6da1d1271 ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012. 21 лет назад
cmCPluginAPI.h 1490cecaf3 ENH: move version to 2.1 for cvs because 2.0 has been branched 22 лет назад
cmCTest.cxx 9594c888ab BUG: On Windows, remove extra CR characters. Hopefully this will result in not duplicated new-lines 21 лет назад
cmCTest.h 6e9ec4598d ENH: Add CTEST_EXECUTABLE_NAME to CTest scripting. This way you do not have to specify ctest executable in CTEST_COMMAND, but just a variable 21 лет назад
cmCacheManager.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
cmCacheManager.h 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
cmCommand.h 69dd3218ba ENH: Start includding the scripting support 22 лет назад
cmCommands.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
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 4a1f15c344 ENH: If configure file fails do not create directory 22 лет назад
cmConfigureFileCommand.h 4a1f15c344 ENH: If configure file fails do not create directory 22 лет назад
cmCreateTestSourceList.cxx b41d447935 ENH: use GetRequiredDefinition instead of GetDefinition and crash 21 лет назад
cmCreateTestSourceList.h e539cf9f7c ENH: make test driver more flexible by using a configured file instead of generating all the code. fixes bug 28 22 лет назад
cmCustomCommand.cxx fc0a916eee ENH: allow duplicate commands with the same output to be reduced automatically to one command 23 лет назад
cmCustomCommand.h 116f39d840 performance improvement 23 лет назад
cmData.h 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 лет назад
cmDocumentation.cxx 04016278c6 BUG: Move documentation so that it does not apear in ctest 22 лет назад
cmDocumentation.h 0c92cfb8c4 ENH: Renamed --help-list-commands to --help-command-list and split --help [command] into separate --help and --help-command cmd options. 22 лет назад
cmDumpDocumentation.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 лет назад
cmDynamicLoader.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
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 лет назад
cmEnableLanguageCommand.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
cmEnableLanguageCommand.h 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
cmEnableTestingCommand.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 лет назад
cmEnableTestingCommand.h 362ce0c32d sets variable now 22 лет назад
cmEndForEachCommand.cxx 5b145fe592 fix warning 22 лет назад
cmEndForEachCommand.h 54785fafba ENH: Make more commands scriptable 22 лет назад
cmEndIfCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 23 лет назад
cmEndIfCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmExecProgramCommand.cxx 78cc9adbd2 BUG: exec program should not fail if it can not exec the program, but should only set the return value to -1 and set the output to the reason for the failure. 22 лет назад
cmExecProgramCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmExportLibraryDependencies.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 лет назад
cmExportLibraryDependencies.h 072db6ad70 removed redundent includes 22 лет назад
cmFLTKWrapUICommand.cxx 6ccbfe9795 clean up commands so they don't need extra variable 22 лет назад
cmFLTKWrapUICommand.h 072db6ad70 removed redundent includes 22 лет назад
cmFileCommand.cxx 491bebefa2 BUG: Fix crash when CMAKE_DEBUG_POSTFIX is not set. 21 лет назад
cmFileCommand.h 55a71ba572 ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops 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 d59e06595c BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH 22 лет назад
cmFindPackageCommand.cxx 7c0844d2f4 BUG#682: Adding environment variable check to FIND_PACKAGE command. 22 лет назад
cmFindPackageCommand.h d4214bc565 ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate the cmake configure step if the package is not found. 22 лет назад
cmFindPathCommand.cxx d59e06595c BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH 22 лет назад
cmFindPathCommand.h d59e06595c BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH 22 лет назад
cmFindProgramCommand.cxx 072db6ad70 removed redundent includes 22 лет назад
cmFindProgramCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmForEachCommand.cxx f188d46431 BUG: Propagate file name and line number inside FOREACH. Fixes Bug #1169 - Erro messages inside FOREACH have bad filename and line number 21 лет назад
cmForEachCommand.h 8750f1c277 ENH: Add RANGE support to FOREACH 22 лет назад
cmFunctionBlocker.h 08f1d2f9e1 ERR: Fixed unused parameter warning. 23 лет назад
cmGeneratedFileStream.h 70eaddbf8e BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time 22 лет назад
cmGetCMakePropertyCommand.cxx 2ccce878a3 ENH: Cleanups 22 лет назад
cmGetCMakePropertyCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmGetDirectoryPropertyCommand.cxx 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 22 лет назад
cmGetDirectoryPropertyCommand.h aff8c7bcd6 ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES 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 56f960296f ENH: remove warnings 22 лет назад
cmGetTargetPropertyCommand.h e52dc31185 ENH: Added documentation of LOCATION target property. 21 лет назад
cmGlob.cxx f545c5149f ENH: Remove double slash 21 лет назад
cmGlob.h f545c5149f ENH: Remove double slash 21 лет назад
cmGlobalBorlandMakefileGenerator.cxx 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalBorlandMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalCodeWarriorGenerator.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 лет назад
cmGlobalCodeWarriorGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalGenerator.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
cmGlobalGenerator.h 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
cmGlobalKdevelopGenerator.cxx 766c093d69 NEW: add kdevelop patch from Alexander Neundorf 21 лет назад
cmGlobalKdevelopGenerator.h 766c093d69 NEW: add kdevelop patch from Alexander Neundorf 21 лет назад
cmGlobalNMakeMakefileGenerator.cxx 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalNMakeMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalUnixMakefileGenerator.cxx 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalUnixMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalVisualStudio6Generator.cxx cf7893b934 BUG: fix VSExternal for visual studio 6 21 лет назад
cmGlobalVisualStudio6Generator.h 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalVisualStudio71Generator.cxx 444dbd3309 BUG: fix external project command for VS 7 and 71 21 лет назад
cmGlobalVisualStudio71Generator.h 444dbd3309 BUG: fix external project command for VS 7 and 71 21 лет назад
cmGlobalVisualStudio7Generator.cxx 444dbd3309 BUG: fix external project command for VS 7 and 71 21 лет назад
cmGlobalVisualStudio7Generator.h 731369ef9c ENH: try to initialize all languages at the same time 21 лет назад
cmGlobalVisualStudio8Generator.cxx 86195caf6a ENH: add support for VCExpress 2005 22 лет назад
cmGlobalVisualStudio8Generator.h 86195caf6a ENH: add support for VCExpress 2005 22 лет назад
cmITKWrapTclCommand.cxx d5d0f17e5c updated for new custom command 23 лет назад
cmITKWrapTclCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmIfCommand.cxx 87cab828b6 ERR: Fix warnings and memory leak 21 лет назад
cmIfCommand.h f3e58aeb7d BUG: When regular expression failes to compile, produce error: Fixes part of Bug #1025 - CMake silently ignores regular expression failure 21 лет назад
cmIncludeCommand.cxx 3abd6306a9 ENH: Allow user to overwrite Platforms files 21 лет назад
cmIncludeCommand.h eeb7637a6e DOC: Fix comment 22 лет назад
cmIncludeDirectoryCommand.cxx f58d7df66a ENH: add checking for NOTFOUND 23 лет назад
cmIncludeDirectoryCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmIncludeExternalMSProjectCommand.cxx 5001eed8a5 ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson 21 лет назад
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 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
cmInstallFilesCommand.h f8f388b4ff ENH: Since install works on Windows too, remove the UNIX 21 лет назад
cmInstallProgramsCommand.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
cmInstallProgramsCommand.h f8f388b4ff ENH: Since install works on Windows too, remove the UNIX 21 лет назад
cmInstallTargetsCommand.cxx d13e30f3ae ENH: Make install on windows seems to work now 22 лет назад
cmInstallTargetsCommand.h f8f388b4ff ENH: Since install works on Windows too, remove the UNIX 21 лет назад
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 e3edb83c51 BUG: Fixed crash when optimized/debug argument is not followed by a value. 21 лет назад
cmLinkLibrariesCommand.h a109ba1365 ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES. 22 лет назад
cmListFileCache.cxx c5756a41d3 BUG: Fixed line number of end of file error message. 21 лет назад
cmListFileCache.h b6da1d1271 ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012. 21 лет назад
cmListFileLexer.c bc26a216b4 BUG#1179: Fix for syntax in unquoted arguments. 21 лет назад
cmListFileLexer.h 486a26d3db BUG#1049: Added error message when file ends in an unterminated string. 21 лет назад
cmListFileLexer.in.l bc26a216b4 BUG#1179: Fix for syntax in unquoted arguments. 21 лет назад
cmLoadCacheCommand.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
cmLoadCacheCommand.h 2ccce878a3 ENH: Cleanups 22 лет назад
cmLoadCommandCommand.cxx c19a70b3ad WRN: remove warnings 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 39f112b71b BUG: make sure all returns for ConvertToRelativeOutputPath get passed by ConvertToOutputPath 21 лет назад
cmLocalGenerator.h 46a493ae74 ENH: remove warnings 21 лет назад
cmLocalKdevelopGenerator.cxx 6579e30bdb COMP: remove warning 21 лет назад
cmLocalKdevelopGenerator.h 766c093d69 NEW: add kdevelop patch from Alexander Neundorf 21 лет назад
cmLocalUnixMakefileGenerator.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
cmLocalUnixMakefileGenerator.h 16c0a02d9b ENH: correctly ignore files 21 лет назад
cmLocalUnixMakefileGenerator2.cxx bf46e4f4b7 ENH: Started new makefile generator implementation. It will temporarily be called cmLocalUnixMakefileGenerator2 until it is ready to replace the original completely. 21 лет назад
cmLocalUnixMakefileGenerator2.h bf46e4f4b7 ENH: Started new makefile generator implementation. It will temporarily be called cmLocalUnixMakefileGenerator2 until it is ready to replace the original completely. 21 лет назад
cmLocalVisualStudio6Generator.cxx 309b4caf45 BUG: make sure release flags are replaced 21 лет назад
cmLocalVisualStudio6Generator.h ba68f771b3 yikes added new custom command support 23 лет назад
cmLocalVisualStudio7Generator.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
cmLocalVisualStudio7Generator.h a3eeaa1ce2 ENH: use a map to fill out flags, and keep command line consistent with the GUI 21 лет назад
cmMacroCommand.cxx b6da1d1271 ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012. 21 лет назад
cmMacroCommand.h 28f6e1b194 ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all arguments and ARGN is the list of all nonexpected arguments 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. 23 лет назад
cmMakeDirectoryCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmMakefile.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
cmMakefile.h 891c273062 ENH: remove warning 21 лет назад
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 a5c3087360 BUG: fix for 282 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 c8750db71f remove warnings 21 лет назад
cmProjectCommand.h 2d3c33b19b BUG: 1163 fix documentation 21 лет назад
cmQTWrapCPPCommand.cxx 6ccbfe9795 clean up commands so they don't need extra variable 22 лет назад
cmQTWrapCPPCommand.h 2ccce878a3 ENH: Cleanups 22 лет назад
cmQTWrapUICommand.cxx 0a208d5fb5 ENH: remove QT_WRAP_UI flag 22 лет назад
cmQTWrapUICommand.h 2ccce878a3 ENH: Cleanups 22 лет назад
cmRemoveCommand.cxx 0a29ebad97 BUG: fix broken command 23 лет назад
cmRemoveCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 лет назад
cmRemoveDefinitionsCommand.cxx 504d0bc3b3 ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS 22 лет назад
cmRemoveDefinitionsCommand.h 504d0bc3b3 ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS 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 лет назад
cmSetDirectoryPropertiesCommand.cxx 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 22 лет назад
cmSetDirectoryPropertiesCommand.h 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 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 eeb7637a6e DOC: Fix comment 22 лет назад
cmSiteNameCommand.cxx e78cf5ca6f BUG: fix for bug 689 22 лет назад
cmSiteNameCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmSourceFile.cxx 482eef7112 BUG: Fix aus source dir and add better testing of it 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 23 лет назад
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 ae50b4bc6a BUG: Add a safety check so that you cannot send cmOStringStream.str() to other stream and produce the funky hex number. This makes it impossible to compile such a code. Adding that exposed a whole bunch of places in CMake where streams were used wrongly 22 лет назад
cmStringCommand.cxx 4990e1481d ENH: Added STRING(CONFIGURE ...) command. 22 лет назад
cmStringCommand.h c93d43b09e ENH: Documented use of \1 syntax in replace expression. 22 лет назад
cmSubdirCommand.cxx 8b0b749a11 ENH: add SUBDIR PREORDER and fix clean for non-relative paths 22 лет назад
cmSubdirCommand.h 7ce0ee3437 clean up documentation 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 ef8385744b BUG: allow split string to know if it is separating a path 21 лет назад
cmSystemTools.h ef8385744b BUG: allow split string to know if it is separating a path 21 лет назад
cmTarget.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
cmTarget.h 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
cmTargetLinkLibrariesCommand.cxx e3edb83c51 BUG: Fixed crash when optimized/debug argument is not followed by a value. 21 лет назад
cmTargetLinkLibrariesCommand.h a109ba1365 ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES. 22 лет назад
cmTryCompileCommand.cxx d85738fe3f remove warning 21 лет назад
cmTryCompileCommand.h baaf5eae7d fix to the signature and argument parsing 22 лет назад
cmTryRunCommand.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 лет назад
cmTryRunCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmUseMangledMesaCommand.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 лет назад
cmUseMangledMesaCommand.h 2ccce878a3 ENH: Cleanups 22 лет назад
cmUtilitySourceCommand.cxx b41d447935 ENH: use GetRequiredDefinition instead of GetDefinition and crash 21 лет назад
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 b5bdf2cb0a ENH: add better error reporting for file open failures 21 лет назад
cmVTKWrapPythonCommand.h 2ccce878a3 ENH: Cleanups 22 лет назад
cmVTKWrapTclCommand.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 лет назад
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 815c1cad70 BUG: don't close the pipes too early 21 лет назад
cmWin32ProcessExecution.h 815c1cad70 BUG: don't close the pipes too early 21 лет назад
cmWrapExcludeFilesCommand.cxx 2ccce878a3 ENH: Cleanups 22 лет назад
cmWrapExcludeFilesCommand.h 072db6ad70 removed redundent includes 22 лет назад
cmWriteFileCommand.cxx 55a71ba572 ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops 22 лет назад
cmWriteFileCommand.h 55a71ba572 ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops 22 лет назад
cmake.cxx 832a302ca2 BUG: do not build kdevlop stuff when bootstrapping 21 лет назад
cmake.h 1066af4527 ENH: Mathieus support for path conversions 21 лет назад
cmakemain.cxx 3e03bed0ac ENH: fix warning correctly 21 лет назад
cmaketest.h.in a2d7a92c88 BUG: Fix some dependencies for location of executables 23 лет назад
cmakewizard.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 лет назад
cmakewizard.h c8101e8e47 BUG: fix for bug 998, fix spelling errors 21 лет назад
cmw9xcom.cxx d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. 23 лет назад
ctest.cxx a9028dfd07 BUG: Attempt to remove memory leak 21 лет назад