25 Commits (67e8012783da07b165261d93636d2523e142c67c)

Author SHA1 Message Date
Alexander Neundorf 2e56fa4808 ENH: add framework for unified handling of arguments to cmake commands, 18 years ago
Brad King f12742d6cd ENH: Patch from Alex to add IsDiscouraged method for future use in generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used. 19 years ago
Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
Andy Cedilnik d9dc9b54a6 ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked 20 years ago
Andy Cedilnik ed75322836 COMP: Fix build error on Windows 20 years ago
Andy Cedilnik 4c658a5bc5 ENH: Add classname to commands 20 years ago
Andy Cedilnik 63a34874d5 ENH: Add accessor for Makefile and make SetError public 20 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
Andy Cedilnik 69dd3218ba ENH: Start includding the scripting support 22 years ago
Ken Martin 072db6ad70 removed redundent includes 22 years ago
Andy Cedilnik 4d311988b9 ENH: Initial framework for deprecated commands 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
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
Will Schroeder 9027c8bdf7 ERR:Spelling mistake 24 years ago
Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 24 years ago
Bill Hoffman f07ee5b817 ENH: change find library and find program to look for more than one name 25 years ago
Will Schroeder 54cfe84f3f ENH:New copyright 25 years ago
Brad King ce484264de ENH: Improved error handling when GetError is called on a command that has not called SetError. 25 years ago
Brad King 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
Brad King d31ce24413 ERR: Fixed warnings (int->unsigned int and a few others). 25 years ago
Bill Hoffman 89e037ee19 ENH: first pass at cache, clean up the unix generator, clean up configure.in some 25 years ago
Will Schroeder 658614ff6a ENH:Reworked CMake for consistency 25 years ago
Will Schroeder cacd6d1604 ENH:Tweaks to dump documentation 25 years ago
Will Schroeder 26dbdd4671 ENH:Beginning clean up; adding documentation 25 years ago
Bill Hoffman c54a05bfc7 ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files. 25 years ago