Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
..
CTest 7acfc4dc3c ENH: Start adding support for CTest testfiles 20 years ago
CursesDialog 21c818340e STYLE: Remove unused code 21 years ago
MFCDialog 11965ebd34 ENH: change how the generator is selected and what the last one used was 20 years ago
WXDialog bd588e7a55 ENH: Fix problem with wx 2.4 22 years ago
kwsys 3bb990dcf1 BUG: Test for stl stirng operator!= for char* needs to know result of KWSYS_STL_HAVE_STD. 20 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 70007a02c2 ENH: When in-source build, do not do bootstrap test 20 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 289429cd00 ENH: Added check for invalid characters in output name. 20 years ago
cmAddCustomCommandCommand.h b8a77b2965 BUG: Fixed formatting of generated documentation. 20 years ago
cmAddCustomTargetCommand.cxx 289429cd00 ENH: Added check for invalid characters in output name. 20 years ago
cmAddCustomTargetCommand.h 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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
cmAddSubDirectoryCommand.cxx 1f9df24ba7 ENH: added immediate subdirectory command 20 years ago
cmAddSubDirectoryCommand.h 8cb981b176 ENH: Clarified documentation of the command. 20 years ago
cmAddTestCommand.cxx 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 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
cmBootstrapCommands.cxx 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmBuildCommand.cxx 584e0f2f64 fix for xcode 20 years ago
cmBuildCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmBuildNameCommand.cxx 32c2ed2ef3 ENH: Use the new signature 22 years ago
cmBuildNameCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmCMakeMinimumRequired.cxx 072db6ad70 removed redundent includes 22 years ago
cmCMakeMinimumRequired.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmCPluginAPI.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
cmCPluginAPI.h 1490cecaf3 ENH: move version to 2.1 for cvs because 2.0 has been branched 21 years ago
cmCTest.cxx 6cd36d16e5 ENH: Rename the DartConfiguration.tcl to CTestConfiguration.ini 20 years ago
cmCTest.h 7acfc4dc3c ENH: Start adding support for CTest testfiles 20 years ago
cmCacheManager.cxx 5ddaebb522 COMP: Removed warning due to unsigned enum type. 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmCommands.cxx 33024e8ff6 COMP: Remove compile warning in bootstrap stage 20 years ago
cmCommands.h a641ad3bba ENH: split up cmCommands into two files 21 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmCustomCommand.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
cmCustomCommand.h 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 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
cmDepends.cxx 5dc555e26d BUG: Dependency scans and checks must always set the current working directory to the directory containing the Makefile. 20 years ago
cmDepends.h 337ad802c6 ENH: Implemented support for include/complain regular expressions for dependency scanning. This now includes the possibility that scanning will return failure and the build will stop. 21 years ago
cmDependsC.cxx 2fe4e650bf BUG: Fixed scanning to account for double-quote includes. 20 years ago
cmDependsC.h 2fe4e650bf BUG: Fixed scanning to account for double-quote includes. 20 years ago
cmDependsFortran.cxx e75df695de BUG: When checking for upper-case modules do not use an upper-case .MOD extension. 20 years ago
cmDependsFortran.h 2444cd3828 ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 modules to the stamp files more reliably. This removes the temporary hack for per-platform upper-/lower- case. 20 years ago
cmDependsFortranLexer.cxx 04e56bf7ff ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation. 21 years ago
cmDependsFortranLexer.h 04e56bf7ff ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation. 21 years ago
cmDependsFortranLexer.in.l 04e56bf7ff ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation. 21 years ago
cmDependsFortranParser.cxx 16125cd015 COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression. 20 years ago
cmDependsFortranParser.h 04e56bf7ff ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation. 21 years ago
cmDependsFortranParser.y 16125cd015 COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression. 20 years ago
cmDependsFortranParserTokens.h 04e56bf7ff ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation. 21 years ago
cmDependsJava.cxx 35f36d3f0f COMP: Removed unused parameter warning. 20 years ago
cmDependsJava.h e979735a19 ENH: Framework for java dependency scanner. Right now it does nothing but always reports success. This is enough to get the Java test to pass with the new generator because the old implementation did not do dependencies anyway. 20 years ago
cmDependsJavaLexer.cxx ca6fddec80 COMP: Another borland problem 21 years ago
cmDependsJavaLexer.h 289c74541a COMP: Removing #line directives from .h file to avoid bogus Sun warning. 21 years ago
cmDependsJavaLexer.in.l 289c74541a COMP: Removing #line directives from .h file to avoid bogus Sun warning. 21 years ago
cmDependsJavaParser.cxx a9af1c23ef COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler. 21 years ago
cmDependsJavaParser.y a9af1c23ef COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler. 21 years ago
cmDependsJavaParserHelper.cxx cecf8bf26a COMP: Fix warning about printf format and given type. 21 years ago
cmDependsJavaParserHelper.h ab475733e4 ENH: Initial import of java parser 21 years ago
cmDependsJavaParserTokens.h 759ef8d424 COMP: Remove more warnings/errors 21 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 296a3f41aa FIX: fix bug 1690 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmEnableLanguageCommand.cxx 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
cmEnableLanguageCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmEnableTestingCommand.cxx 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
cmEnableTestingCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmEndForEachCommand.cxx 5b145fe592 fix warning 21 years ago
cmEndForEachCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmEndIfCommand.cxx ca773a5d6d ENH: add stdlib.h for portability to borland 6 22 years ago
cmEndIfCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmEndWhileCommand.cxx 0c225eb5b9 ENH: added while command 21 years ago
cmEndWhileCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 20 years ago
cmExportLibraryDependencies.h 072db6ad70 removed redundent includes 22 years ago
cmFLTKWrapUICommand.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
cmFLTKWrapUICommand.h 072db6ad70 removed redundent includes 22 years ago
cmFileCommand.cxx 04bb427d1f BUG: Handle restrictive permissions 20 years ago
cmFileCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmFindFileCommand.cxx 072db6ad70 removed redundent includes 22 years ago
cmFindFileCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmFindLibraryCommand.cxx e9fa240937 BUG: use IsNOTFOUND 23 years ago
cmFindLibraryCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmFindPackageCommand.cxx 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmFindPackageCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmFindProgramCommand.cxx 072db6ad70 removed redundent includes 22 years ago
cmFindProgramCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmFunctionBlocker.h 08f1d2f9e1 ERR: Fixed unused parameter warning. 23 years ago
cmGeneratedFileStream.cxx 562b0b820f COMP: Fix unused parameter warning when bootstrapping. 21 years ago
cmGeneratedFileStream.h 14477cee6e ENH: Add compression support 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 c7beb28657 ENH: Enabling cmLocalUnixMakefileGenerator2 by default. 20 years ago
cmGlobalBorlandMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalGenerator.cxx 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
cmGlobalGenerator.h 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
cmGlobalKdevelopGenerator.cxx 52a6bb1bca COMP: fix warning 21 years ago
cmGlobalKdevelopGenerator.h c840bbcaaf ENH: move most of the to global generator 21 years ago
cmGlobalNMakeMakefileGenerator.cxx c7beb28657 ENH: Enabling cmLocalUnixMakefileGenerator2 by default. 20 years ago
cmGlobalNMakeMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalUnixMakefileGenerator.cxx 2aa613b98c ENH: Enabling cmLocalUnixMakefileGenerator2 (new makefile generator) by default. 20 years ago
cmGlobalUnixMakefileGenerator.h 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
cmGlobalVisualStudio6Generator.cxx 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
cmGlobalVisualStudio6Generator.h 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
cmGlobalVisualStudio71Generator.cxx 791aa6052b ENH: add support for out of source source 20 years ago
cmGlobalVisualStudio71Generator.h 444dbd3309 BUG: fix external project command for VS 7 and 71 21 years ago
cmGlobalVisualStudio7Generator.cxx 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
cmGlobalVisualStudio7Generator.h 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 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
cmGlobalXCodeGenerator.cxx 047047924d BUG: fix ITK build with xcode, as long as you build it in little parts, this fixes the headermap problem 20 years ago
cmGlobalXCodeGenerator.h 1568f73825 ENH: add source groups xcode 20 years ago
cmITKWrapTclCommand.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmIncludeCommand.cxx 3abd6306a9 ENH: Allow user to overwrite Platforms files 21 years ago
cmIncludeCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmIncludeDirectoryCommand.cxx 692f18538b ENH: add a check for empty include directories 21 years ago
cmIncludeDirectoryCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmIncludeExternalMSProjectCommand.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 b636a0f20a BUG: Added FILES mode to INSTALL_PROGRAMS command to make the single argument case unambiguous. 20 years ago
cmInstallProgramsCommand.h b636a0f20a BUG: Added FILES mode to INSTALL_PROGRAMS command to make the single argument case unambiguous. 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLinkLibrariesCommand.cxx e3edb83c51 BUG: Fixed crash when optimized/debug argument is not followed by a value. 21 years ago
cmLinkLibrariesCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 28bb8e04c0 COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. It was producing a warning about unreachable code. 20 years ago
cmListFileLexer.h 486a26d3db BUG#1049: Added error message when file ends in an unterminated string. 21 years ago
cmListFileLexer.in.l 28bb8e04c0 COMP: Defining YY_NO_INPUT to remove compilation of unused yyinput function. It was producing a warning about unreachable code. 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLoadCommandCommand.cxx 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLoadCommandCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLocalGenerator.cxx e0fab29395 ENH: remove commented code 20 years ago
cmLocalGenerator.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLocalKdevelopGenerator.cxx 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLocalKdevelopGenerator.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLocalUnixMakefileGenerator.cxx 770d4a2fac ENH: remove cmSubDirectory from unused files? 20 years ago
cmLocalUnixMakefileGenerator.h 770d4a2fac ENH: remove cmSubDirectory from unused files? 20 years ago
cmLocalUnixMakefileGenerator2.cxx dd4031114a BUG: When generating the name of the custom rule file the character : should be replaced with an underscore because it might be a non-file-name part of a path. 20 years ago
cmLocalUnixMakefileGenerator2.h c940351914 BUG: Fix dependencies of custom commands that are relative paths to files or other custom command outputs. 20 years ago
cmLocalVisualStudio6Generator.cxx 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLocalVisualStudio6Generator.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLocalVisualStudio7Generator.cxx c2ad3e4afc ENH: fix adding of rc files 20 years ago
cmLocalVisualStudio7Generator.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmLocalXCodeGenerator.cxx e57b17df7e ENH: initial xcode stuff 21 years ago
cmLocalXCodeGenerator.h e57b17df7e ENH: initial xcode stuff 21 years ago
cmMacroCommand.cxx 0fe5f14c28 COMP: fix warning 20 years ago
cmMacroCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 years ago
cmMakefile.h 86cebea79a ENH: More ctest changes and move SetupTest to superclass 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmOrderLinkDirectories.cxx 16b65d86c9 ENH: try and debug the failed test on the continuous 20 years ago
cmOrderLinkDirectories.h 16b65d86c9 ENH: try and debug the failed test on the continuous 20 years ago
cmOutputRequiredFilesCommand.cxx a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 22 years ago
cmOutputRequiredFilesCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmProjectCommand.cxx 798404aeee ENH: Added CMAKE_PROJECT_NAME variable to play the role of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR for the top-level project name. 20 years ago
cmProjectCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmQTWrapCPPCommand.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
cmQTWrapCPPCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmQTWrapUICommand.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
cmQTWrapUICommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmRemoveCommand.cxx 0a29ebad97 BUG: fix broken command 22 years ago
cmRemoveCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmSetCommand.cxx c66e55a91a COMP: fix unused var warning 21 years ago
cmSetCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmSetDirectoryPropertiesCommand.cxx 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 21 years ago
cmSetDirectoryPropertiesCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmSourceFile.cxx ffb2c0c0e5 BUG: cmSourceFile instances should delete their own custom commands when a new one is set. 21 years ago
cmSourceFile.h ffb2c0c0e5 BUG: cmSourceFile instances should delete their own custom commands when a new one is set. 21 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmStandardIncludes.h 084a1c9900 COMP: Adding stdlib.h to standard includes. We are using functions from it all over the place assuming it has been included here. 20 years ago
cmStringCommand.cxx 4990e1481d ENH: Added STRING(CONFIGURE ...) command. 21 years ago
cmStringCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmSubdirCommand.cxx 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 e2ec4a1845 ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system. 21 years ago
cmSystemTools.h e2ec4a1845 ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system. 21 years ago
cmTarget.cxx 04b5d1613c COMP: Using const_iterator instead of iterator to walk through custom command dependencies. 21 years ago
cmTarget.h 1088f39327 COMP: Added missing forward declaration of cmMakefile. This was only working because cmCustomCommand.h declared it. 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. 21 years ago
cmTryCompileCommand.cxx 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 20 years ago
cmTryCompileCommand.h baaf5eae7d fix to the signature and argument parsing 22 years ago
cmTryRunCommand.cxx 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 20 years ago
cmTryRunCommand.h b7b501bbe8 ENH: fix for 1450 21 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 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 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 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
cmVTKWrapJavaCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmVTKWrapPythonCommand.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 years ago
cmVTKWrapPythonCommand.h 2ccce878a3 ENH: Cleanups 22 years ago
cmVTKWrapTclCommand.cxx 39af9ee1e4 ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. 20 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 eca18a2e9f STYLE: Nightly Version update 20 years ago
cmVersion.h fc70a2bb2a ENH: Add development version support in CMake 21 years ago
cmWhileCommand.cxx 35c33d0e2d COMP: fix unused var warning 21 years ago
cmWhileCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 20 years ago
cmWin32ProcessExecution.cxx e6e98b47da BUG: make sure handles are always closed even if Wait is not called. 21 years ago
cmWin32ProcessExecution.h e6e98b47da BUG: make sure handles are always closed even if Wait is not called. 21 years ago
cmWrapExcludeFilesCommand.cxx 2ccce878a3 ENH: Cleanups 22 years ago
cmWrapExcludeFilesCommand.h 072db6ad70 removed redundent includes 22 years ago
cmWriteFileCommand.cxx 04bb427d1f BUG: Handle restrictive permissions 20 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
cmXCodeObject.cxx 0bc51d181d ENH: fix bug in target linking 21 years ago
cmXCodeObject.h e930043477 ENH: more tests are passing, relative paths, and external objects are the ones left now 21 years ago
cmXMLParser.cxx 0532cc2920 COMP: Try to resolve compile errors because of missing includes and wrong include path 21 years ago
cmXMLParser.h dcadffbe00 ENH: Add XML parser 21 years ago
cmake.cxx 3abbf15a5a ENH: make xcode compile only on apple 20 years ago
cmake.h 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 20 years ago
cmakemain.cxx ee0db4aeb4 BUG: fix CommandLine test problems with spaces and testing for the return value 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 7acfc4dc3c ENH: Start adding support for CTest testfiles 20 years ago