28 Commits (67e8012783da07b165261d93636d2523e142c67c)

Author SHA1 Message Date
Ken Martin aae0bcdacf STYLE: fix line length 20 years ago
Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
Andy Cedilnik c736b5b958 COMP: Fix problem on compilers that cannot implicitly convert std::string to cmStdString 21 years ago
Andy Cedilnik d395b563ed ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file 21 years ago
Andy Cedilnik 0dd2b6eb80 BUG: By default disable new files. 21 years ago
Andy Cedilnik 86cebea79a ENH: More ctest changes and move SetupTest to superclass 21 years ago
Andy Cedilnik 7acfc4dc3c ENH: Start adding support for CTest testfiles 21 years ago
Ken Martin 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 21 years ago
Brad King 0169ccf157 BUG: Cannot add extra escapes for backslashes because it makes the behavior inconsistent with previous versions of cmake. 22 years ago
Brad King 5f30c8caac BUG#259: ADD_TEST command generated in DartTestfile.txt now quotes/escapes all arguments. 22 years ago
Brad King fc689df5d9 BUG: Backing out previous change until a deeper problem can be investigated. 22 years ago
Brad King cc3887c462 BUG#259: Do not double quote arguments if they are already quoted when writing DartTestfile.txt. 22 years ago
Brad King 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
Brad King 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
Ken Martin 7ddb408621 removed some includes 23 years ago
Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands 24 years ago
Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 years ago
Sebastien Barre ffb875f862 FIX: command now expands args during the first pass (found through FOREACH example) 24 years ago
Bill Hoffman b8d2413156 ENH: fix for spaces in paths on unix 24 years ago
Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 years ago
Amitha Perera 2eb9d09e04 BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run. 24 years ago
Jim Miller f5ee70af60 ENH: Changed generated filename to DartTestfile.txt 24 years ago
Bill Hoffman 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 25 years ago
Jim Miller 0905117480 FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending to the file 25 years ago
Ken Martin 37801ddaae added enable testing deprecated some commands 25 years ago
Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 25 years ago
Jim Miller 6282d41c2a New cmake command to specify a single test 25 years ago
Ken Martin 639f1fa239 added registry entry support and windows app support 25 years ago
Brad King 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 25 years ago
Bill Hoffman a5f6b47661 BUG: add internal cache entry for executables, so depends can work 25 years ago
Will Schroeder 54cfe84f3f ENH:New copyright 25 years ago
Ken Martin 865ec96644 major changes to support multiple libraries and source lists 25 years ago
Brad King 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 25 years ago
Brad King be4db9150c ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 25 years ago
Will Schroeder 658614ff6a ENH:Reworked CMake for consistency 25 years ago
Will Schroeder 0ce5ac760b ENH:Documentation and cleanups 25 years ago
Bill Hoffman c54a05bfc7 ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files. 25 years ago