Andy Cedilnik 320e90ef5a ENH: Add a delay method 21 years ago
..
CTest a0c96218b0 ENH: Add support for proxy authentication (thanks Jean-Michel) 21 years ago
CursesDialog 21c818340e STYLE: Remove unused code 21 years ago
MFCDialog 3e2e0d5d63 BUG: fixes for mingw and CMakesetup with spaces in the source directory 21 years ago
WXDialog bd588e7a55 ENH: Fix problem with wx 2.4 22 years ago
kwsys 320e90ef5a ENH: Add a delay method 21 years ago
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 23 years ago
CMakeLists.txt 0ad63cf5fd ENH: minor fix for windows 21 years ago
cmAbstractFilesCommand.cxx b41d447935 ENH: use GetRequiredDefinition instead of GetDefinition and crash 21 years ago
cmAbstractFilesCommand.h 072db6ad70 removed redundent includes 22 years ago
cmAddCustomCommandCommand.cxx 4ef0f1414c ENH: Fix typo: Bug #100 - Spelling correction to an error message 22 years ago
cmAddCustomCommandCommand.h 84a1d5e553 update docs 21 years ago
cmAddCustomTargetCommand.cxx bfd79e99e6 BUG: Fixed check of number of arguments. 21 years ago
cmAddCustomTargetCommand.h 072db6ad70 removed redundent includes 22 years ago
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 years ago
cmAddDefinitionsCommand.h 072db6ad70 removed redundent includes 22 years ago
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 years ago
cmAddDependenciesCommand.h 072db6ad70 removed redundent includes 22 years ago
cmAddExecutableCommand.cxx 81487bdb79 BUG: If macdir does not end with '/' then add it always, not just when adding current directory 21 years ago
cmAddExecutableCommand.h e34c83540d BUG: fix for bug 121 add some docs for MFC flag 21 years ago
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 years ago
cmAddLibraryCommand.h 072db6ad70 removed redundent includes 22 years ago
cmAddTestCommand.cxx 0169ccf157 BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake. 22 years ago
cmAddTestCommand.h 072db6ad70 removed redundent includes 22 years ago
cmAuxSourceDirectoryCommand.cxx bab4bcb570 fix compiler warnings 22 years ago
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 years ago
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 years ago
cmBuildCommand.h 072db6ad70 removed redundent includes 22 years ago
cmBuildNameCommand.cxx 32c2ed2ef3 ENH: Use the new signature 22 years ago
cmBuildNameCommand.h 072db6ad70 removed redundent includes 22 years ago
cmCMakeMinimumRequired.cxx 072db6ad70 removed redundent includes 22 years ago
cmCMakeMinimumRequired.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
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 years ago
cmCPluginAPI.h 1490cecaf3 ENH: move version to 2.1 for cvs because 2.0 has been branched 21 years ago
cmCTest.cxx 5a0366c6e0 ENH: added -U option to take union of -R and -I 21 years ago
cmCTest.h 3de7010216 ENH: Add method to get the relative path to source or build 21 years ago
cmCacheManager.cxx c48af00154 BUG: Handle DOS files un unix file systems 21 years ago
cmCacheManager.h 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 years ago
cmCommand.h 69dd3218ba ENH: Start includding the scripting support 22 years ago
cmCommands.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
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 years ago
cmConfigure.cmake.h.in c60f2fabc4 ENH: use cmake variables for cmDynamicLoader to figure out library prefix and extensions 22 years ago
cmConfigureFileCommand.cxx 4a1f15c344 ENH: If configure file fails do not create directory 21 years ago
cmConfigureFileCommand.h 4a1f15c344 ENH: If configure file fails do not create directory 21 years ago
cmCreateTestSourceList.cxx b41d447935 ENH: use GetRequiredDefinition instead of GetDefinition and crash 21 years ago
cmCreateTestSourceList.h e539cf9f7c ENH: make test driver more flexible by using a configured file instead of generating all the code. fixes bug 28 21 years ago
cmCustomCommand.cxx fc0a916eee ENH: allow duplicate commands with the same output to be reduced automatically to one command 22 years ago
cmCustomCommand.h 116f39d840 performance improvement 22 years ago
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 years ago
cmDocumentation.cxx fc70a2bb2a ENH: Add development version support in CMake 21 years ago
cmDocumentation.h 0c92cfb8c4 ENH: Renamed --help-list-commands to --help-command-list and split --help [command] into separate --help and --help-command cmd options. 21 years ago
cmDumpDocumentation.cxx fc70a2bb2a ENH: Add development version support in CMake 21 years ago
cmDynamicLoader.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 years ago
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 years ago
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 years ago
cmElseCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
cmEnableLanguageCommand.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
cmEnableLanguageCommand.h 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
cmEnableTestingCommand.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 years ago
cmEnableTestingCommand.h 362ce0c32d sets variable now 22 years ago
cmEndForEachCommand.cxx 5b145fe592 fix warning 21 years ago
cmEndForEachCommand.h 54785fafba ENH: Make more commands scriptable 22 years ago
cmEndIfCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 years ago
cmEndIfCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
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. 21 years ago
cmExecProgramCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
cmExportLibraryDependencies.cxx a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 21 years ago
cmExportLibraryDependencies.h 072db6ad70 removed redundent includes 22 years ago
cmFLTKWrapUICommand.cxx 6ccbfe9795 clean up commands so they don't need extra variable 21 years ago
cmFLTKWrapUICommand.h 072db6ad70 removed redundent includes 22 years ago
cmFileCommand.cxx 56234aed4b PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster 21 years ago
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 21 years ago
cmFindFileCommand.cxx 072db6ad70 removed redundent includes 22 years ago
cmFindFileCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
cmFindLibraryCommand.cxx e9fa240937 BUG: use IsNOTFOUND 23 years ago
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 21 years ago
cmFindPackageCommand.cxx 56234aed4b PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster 21 years ago
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. 21 years ago
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 21 years ago
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 21 years ago
cmFindProgramCommand.cxx 072db6ad70 removed redundent includes 22 years ago
cmFindProgramCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
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 years ago
cmForEachCommand.h 8750f1c277 ENH: Add RANGE support to FOREACH 21 years ago
cmFunctionBlocker.h 08f1d2f9e1 ERR: Fixed unused parameter warning. 23 years ago
cmGeneratedFileStream.cxx a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 21 years ago
cmGeneratedFileStream.h a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 21 years ago
cmGetCMakePropertyCommand.cxx 2ccce878a3 ENH: Cleanups 22 years ago
cmGetCMakePropertyCommand.h 072db6ad70 removed redundent includes 22 years ago
cmGetDirectoryPropertyCommand.cxx 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 21 years ago
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 21 years ago
cmGetFilenameComponentCommand.cxx cde384411d Several fixes/improvements: 23 years ago
cmGetFilenameComponentCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
cmGetSourceFilePropertyCommand.cxx 2ccce878a3 ENH: Cleanups 22 years ago
cmGetSourceFilePropertyCommand.h 072db6ad70 removed redundent includes 22 years ago
cmGetTargetPropertyCommand.cxx 56f960296f ENH: remove warnings 21 years ago
cmGetTargetPropertyCommand.h e52dc31185 ENH: Added documentation of LOCATION target property. 21 years ago
cmGlob.cxx f545c5149f ENH: Remove double slash 21 years ago
cmGlob.h f545c5149f ENH: Remove double slash 21 years ago
cmGlobalBorlandMakefileGenerator.cxx 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalBorlandMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalCodeWarriorGenerator.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 years ago
cmGlobalCodeWarriorGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalGenerator.cxx 2615e6f0a9 BUG: fix for bug 1396, object files could not be used as sources any more 21 years ago
cmGlobalGenerator.h 2615e6f0a9 BUG: fix for bug 1396, object files could not be used as sources any more 21 years ago
cmGlobalKdevelopGenerator.cxx 3dc02020d9 DOC: documentation change 21 years ago
cmGlobalKdevelopGenerator.h 766c093d69 NEW: add kdevelop patch from Alexander Neundorf 21 years ago
cmGlobalNMakeMakefileGenerator.cxx 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalNMakeMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalUnixMakefileGenerator.cxx 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalUnixMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalVisualStudio6Generator.cxx cf7893b934 BUG: fix VSExternal for visual studio 6 21 years ago
cmGlobalVisualStudio6Generator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalVisualStudio71Generator.cxx 444dbd3309 BUG: fix external project command for VS 7 and 71 21 years ago
cmGlobalVisualStudio71Generator.h 444dbd3309 BUG: fix external project command for VS 7 and 71 21 years ago
cmGlobalVisualStudio7Generator.cxx a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 21 years ago
cmGlobalVisualStudio7Generator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalVisualStudio8Generator.cxx 86195caf6a ENH: add support for VCExpress 2005 21 years ago
cmGlobalVisualStudio8Generator.h 86195caf6a ENH: add support for VCExpress 2005 21 years ago
cmITKWrapTclCommand.cxx d5d0f17e5c updated for new custom command 22 years ago
cmITKWrapTclCommand.h 072db6ad70 removed redundent includes 22 years ago
cmIfCommand.cxx 87cab828b6 ERR: Fix warnings and memory leak 21 years ago
cmIfCommand.h f3e58aeb7d BUG: When regular expression failes to compile, produce error: Fixes part of Bug #1025 - CMake silently ignores regular expression failure 21 years ago
cmIncludeCommand.cxx 3abd6306a9 ENH: Allow user to overwrite Platforms files 21 years ago
cmIncludeCommand.h eeb7637a6e DOC: Fix comment 21 years ago
cmIncludeDirectoryCommand.cxx 692f18538b ENH: add a check for empty include directories 21 years ago
cmIncludeDirectoryCommand.h 072db6ad70 removed redundent includes 22 years ago
cmIncludeExternalMSProjectCommand.cxx 5001eed8a5 ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson 21 years ago
cmIncludeExternalMSProjectCommand.h 072db6ad70 removed redundent includes 22 years ago
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 years ago
cmIncludeRegularExpressionCommand.h 072db6ad70 removed redundent includes 22 years ago
cmInstallFilesCommand.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
cmInstallFilesCommand.h f8f388b4ff ENH: Since install works on Windows too, remove the UNIX 21 years ago
cmInstallProgramsCommand.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
cmInstallProgramsCommand.h f8f388b4ff ENH: Since install works on Windows too, remove the UNIX 21 years ago
cmInstallTargetsCommand.cxx d13e30f3ae ENH: Make install on windows seems to work now 22 years ago
cmInstallTargetsCommand.h f8f388b4ff ENH: Since install works on Windows too, remove the UNIX 21 years ago
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 years ago
cmLinkDirectoriesCommand.h 072db6ad70 removed redundent includes 22 years ago
cmLinkLibrariesCommand.cxx e3edb83c51 BUG: Fixed crash when optimized/debug argument is not followed by a value. 21 years ago
cmLinkLibrariesCommand.h a109ba1365 ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES. 22 years ago
cmListFileCache.cxx c5756a41d3 BUG: Fixed line number of end of file error message. 21 years ago
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 years ago
cmListFileLexer.c bc26a216b4 BUG#1179: Fix for syntax in unquoted arguments. 21 years ago
cmListFileLexer.h 486a26d3db BUG#1049: Added error message when file ends in an unterminated string. 21 years ago
cmListFileLexer.in.l bc26a216b4 BUG#1179: Fix for syntax in unquoted arguments. 21 years ago
cmLoadCacheCommand.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 years ago
cmLoadCacheCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmLoadCommandCommand.cxx c19a70b3ad WRN: remove warnings 21 years ago
cmLoadCommandCommand.h 072db6ad70 removed redundent includes 22 years ago
cmLocalCodeWarriorGenerator.cxx 7aa8085b48 ERR: Fix build on Mac 22 years ago
cmLocalCodeWarriorGenerator.h 99b3152a60 add COdeWarrior back in for testing 22 years ago
cmLocalGenerator.cxx a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 21 years ago
cmLocalGenerator.h 16e86a3ea9 ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories method. 21 years ago
cmLocalKdevelopGenerator.cxx 8032c5cd88 BUG: Applied patch attached to bug #1453. 21 years ago
cmLocalKdevelopGenerator.h ccea94278b ENH: add some more comments 21 years ago
cmLocalUnixMakefileGenerator.cxx 2615e6f0a9 BUG: fix for bug 1396, object files could not be used as sources any more 21 years ago
cmLocalUnixMakefileGenerator.h 6297bcbf1d ENH: Moved code that checks output path variables to separate ConfigureOutputPaths method. Needed to provide access to the same code from a subclass. 21 years ago
cmLocalUnixMakefileGenerator2.cxx c710a2366d BUG: Support for custom command outputs in subdirectories of current build tree location. 21 years ago
cmLocalUnixMakefileGenerator2.h 1480676dab ENH: Added post-build rules to executables and libraries. Generalized AppendLibDepend method to AppendAnyDepend. This takes most of the functionality of AppendCustomDepend too, and generalized jump-and-build to executables. 21 years ago
cmLocalVisualStudio6Generator.cxx 36c8f1d157 ENH: put error checking for missing linker languages 21 years ago
cmLocalVisualStudio6Generator.h ba68f771b3 yikes added new custom command support 22 years ago
cmLocalVisualStudio7Generator.cxx 36c8f1d157 ENH: put error checking for missing linker languages 21 years ago
cmLocalVisualStudio7Generator.h a3eeaa1ce2 ENH: use a map to fill out flags, and keep command line consistent with the GUI 21 years ago
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 years ago
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 21 years ago
cmMakeDepend.cxx 9d4aefc088 BUG: fix for bug 373 make depend problem 22 years ago
cmMakeDepend.h cc8aa74ec4 removed duplicate includes 22 years ago
cmMakeDirectoryCommand.cxx dc3fd5c267 ENH: Merged use of kwsys library. 22 years ago
cmMakeDirectoryCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
cmMakefile.cxx b1c5f1a7ba ENH: fix for relative paths 21 years ago
cmMakefile.h 56234aed4b PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster 21 years ago
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 years ago
cmMarkAsAdvancedCommand.h 072db6ad70 removed redundent includes 22 years ago
cmMessageCommand.cxx 2f4ea98a4c add a fatal error, and make sure c and c++ compilers work before using them 23 years ago
cmMessageCommand.h 69dd3218ba ENH: Start includding the scripting support 22 years ago
cmOptionCommand.cxx a5c3087360 BUG: fix for 282 21 years ago
cmOptionCommand.h 072db6ad70 removed redundent includes 22 years ago
cmOutputRequiredFilesCommand.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 23 years ago
cmOutputRequiredFilesCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmProjectCommand.cxx c8750db71f remove warnings 21 years ago
cmProjectCommand.h 2d3c33b19b BUG: 1163 fix documentation 21 years ago
cmQTWrapCPPCommand.cxx 6ccbfe9795 clean up commands so they don't need extra variable 21 years ago
cmQTWrapCPPCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmQTWrapUICommand.cxx 0a208d5fb5 ENH: remove QT_WRAP_UI flag 21 years ago
cmQTWrapUICommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmRemoveCommand.cxx 0a29ebad97 BUG: fix broken command 23 years ago
cmRemoveCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
cmRemoveDefinitionsCommand.cxx 504d0bc3b3 ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS 21 years ago
cmRemoveDefinitionsCommand.h 504d0bc3b3 ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS 21 years ago
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 years ago
cmSeparateArgumentsCommand.h 007d2bbc50 ENH: Make more commands scriptable 22 years ago
cmSetCommand.cxx 96cdce0083 ENH: fixed SET command to accept cache values with more than one value 21 years ago
cmSetCommand.h 038abb867e ENH: Add support for install postfix 22 years ago
cmSetDirectoryPropertiesCommand.cxx 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 21 years ago
cmSetDirectoryPropertiesCommand.h 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 21 years ago
cmSetSourceFilesPropertiesCommand.cxx 2ccce878a3 ENH: Cleanups 22 years ago
cmSetSourceFilesPropertiesCommand.h 072db6ad70 removed redundent includes 22 years ago
cmSetTargetPropertiesCommand.cxx 1161d76bc6 ENH: add target properties files 23 years ago
cmSetTargetPropertiesCommand.h eeb7637a6e DOC: Fix comment 21 years ago
cmSiteNameCommand.cxx e78cf5ca6f BUG: fix for bug 689 21 years ago
cmSiteNameCommand.h 072db6ad70 removed redundent includes 22 years ago
cmSourceFile.cxx 482eef7112 BUG: Fix aus source dir and add better testing of it 21 years ago
cmSourceFile.h 072db6ad70 removed redundent includes 22 years ago
cmSourceFilesCommand.cxx 2ccce878a3 ENH: Cleanups 22 years ago
cmSourceFilesCommand.h 072db6ad70 removed redundent includes 22 years ago
cmSourceFilesRemoveCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 years ago
cmSourceFilesRemoveCommand.h 072db6ad70 removed redundent includes 22 years ago
cmSourceGroup.cxx 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. 22 years ago
cmSourceGroup.h 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. 22 years ago
cmSourceGroupCommand.cxx 3d27a6a391 ENH: put back old style call to SOURCE_GROUP, no need to break things for this 22 years ago
cmSourceGroupCommand.h 072db6ad70 removed redundent includes 22 years ago
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 21 years ago
cmStringCommand.cxx 4990e1481d ENH: Added STRING(CONFIGURE ...) command. 22 years ago
cmStringCommand.h c93d43b09e ENH: Documented use of \1 syntax in replace expression. 21 years ago
cmSubdirCommand.cxx 8b0b749a11 ENH: add SUBDIR PREORDER and fix clean for non-relative paths 21 years ago
cmSubdirCommand.h 7ce0ee3437 clean up documentation 21 years ago
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 years ago
cmSubdirDependsCommand.h 072db6ad70 removed redundent includes 22 years ago
cmSystemTools.cxx 1c663cf41c BUG: Fix to avoid relative path with ..s all the way to the root. 21 years ago
cmSystemTools.h 626be7884a FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing 21 years ago
cmTarget.cxx 43bc8a0d63 COMP: remove warnings 21 years ago
cmTarget.h 7cef36c628 ENH: add the ability to generate custom commands for a language that is not supported by an IDE 21 years ago
cmTargetLinkLibrariesCommand.cxx e3edb83c51 BUG: Fixed crash when optimized/debug argument is not followed by a value. 21 years ago
cmTargetLinkLibrariesCommand.h a109ba1365 ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES. 22 years ago
cmTryCompileCommand.cxx d85738fe3f remove warning 21 years ago
cmTryCompileCommand.h baaf5eae7d fix to the signature and argument parsing 22 years ago
cmTryRunCommand.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
cmTryRunCommand.h 072db6ad70 removed redundent includes 22 years ago
cmUseMangledMesaCommand.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 years ago
cmUseMangledMesaCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmUtilitySourceCommand.cxx b41d447935 ENH: use GetRequiredDefinition instead of GetDefinition and crash 21 years ago
cmUtilitySourceCommand.h 072db6ad70 removed redundent includes 22 years ago
cmVTKMakeInstantiatorCommand.cxx a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 21 years ago
cmVTKMakeInstantiatorCommand.h 072db6ad70 removed redundent includes 22 years ago
cmVTKWrapJavaCommand.cxx d55033b4c1 Oops, std namespace 23 years ago
cmVTKWrapJavaCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmVTKWrapPythonCommand.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 years ago
cmVTKWrapPythonCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmVTKWrapTclCommand.cxx b5bdf2cb0a ENH: add better error reporting for file open failures 21 years ago
cmVTKWrapTclCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmVariableRequiresCommand.cxx ae5a80c795 spelling errors 23 years ago
cmVariableRequiresCommand.h 072db6ad70 removed redundent includes 22 years ago
cmVariableWatch.cxx ffaaedc7c6 ENH: Add remove watch 22 years ago
cmVariableWatch.h ffaaedc7c6 ENH: Add remove watch 22 years ago
cmVersion.cxx 60bc9bb05e STYLE: Nightly Version update 21 years ago
cmVersion.h fc70a2bb2a ENH: Add development version support in CMake 21 years ago
cmWin32ProcessExecution.cxx 815c1cad70 BUG: don't close the pipes too early 21 years ago
cmWin32ProcessExecution.h 815c1cad70 BUG: don't close the pipes too early 21 years ago
cmWrapExcludeFilesCommand.cxx 2ccce878a3 ENH: Cleanups 22 years ago
cmWrapExcludeFilesCommand.h 072db6ad70 removed redundent includes 22 years ago
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 21 years ago
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 21 years ago
cmake.cxx 81bbae1fb2 ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation. 21 years ago
cmake.h 81bbae1fb2 ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation. 21 years ago
cmakemain.cxx cc5c136cb8 BUG: If bootstrap cmake is run with no argument produce error 21 years ago
cmaketest.h.in a2d7a92c88 BUG: Fix some dependencies for location of executables 22 years ago
cmakewizard.cxx 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 years ago
cmakewizard.h c8101e8e47 BUG: fix for bug 998, fix spelling errors 21 years ago
cmw9xcom.cxx d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. 23 years ago
ctest.cxx e7fd6bac8d COMP: fix warning 21 years ago