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