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