| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BUG: Corrected and updated documentation of the -P option, -C option, GET_TAR... | Brad King | 2005-09-21 | 1 | -2/+4 |
|
|
* | ENH: fix for bug 1866, make -G,-D -C options allow for space between arg and ... | Bill Hoffman | 2005-07-19 | 1 | -3/+3 |
|
|
* | ENH: Start adding the code that will truncate output logs | Andy Cedilnik | 2005-07-03 | 1 | -0/+4 |
|
|
* | ENH: Before running configre, remove all macros. Also, backup the command nam... | Andy Cedilnik | 2005-06-16 | 1 | -0/+3 |
|
|
* | ENH: Save command that macro overwrites | Andy Cedilnik | 2005-06-14 | 1 | -0/+1 |
|
|
* | ENH: added support for forcing recomputation of depends | Ken Martin | 2005-06-10 | 1 | -0/+1 |
|
|
* | ENH: Make AddCMakePath public | Andy Cedilnik | 2005-05-02 | 1 | -5/+5 |
|
|
* | ENH: cleanup by removing all the olf local generate junk that i not longer ne... | Ken Martin | 2005-03-10 | 1 | -10/+0 |
|
|
* | ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. Th... | Brad King | 2004-10-29 | 1 | -2/+7 |
|
|
* | PERF: Remove several classes from the bootstrap and so making bootstrap small... | Andy Cedilnik | 2004-10-27 | 1 | -3/+0 |
|
|
* | ENH: Added --check-rerun option to allow a runtime check of whether a new gen... | Brad King | 2004-10-15 | 1 | -0/+2 |
|
|
* | ENH: Mathieus support for path conversions | Ken Martin | 2004-10-04 | 1 | -2/+5 |
|
|
* | ENH: Move PreLoad.cmake code to public method so that ccmake and CMakeSetup c... | Andy Cedilnik | 2004-08-17 | 1 | -0/+1 |
|
|
* | BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still running | Andy Cedilnik | 2004-04-26 | 1 | -0/+1 |
|
|
* | ENH: Add check for infinite loops. Make sure that files written using WRITE_F... | Andy Cedilnik | 2004-04-18 | 1 | -1/+7 |
|
|
* | BUG: fix put/get env problems | Bill Hoffman | 2004-01-26 | 1 | -2/+2 |
|
|
* | BUG: keep more of the case information | Bill Hoffman | 2003-12-23 | 1 | -0/+8 |
|
|
* | ENH: Start includding the scripting support | Andy Cedilnik | 2003-10-29 | 1 | -1/+10 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt fil... | Brad King | 2003-08-05 | 1 | -0/+2 |
|
|
* | ENH: Add accessor for the list of commands | Andy Cedilnik | 2003-08-04 | 1 | -1/+5 |
|
|
* | ERR: Removed duplicate generator documentation.e | Brad King | 2003-07-11 | 1 | -2/+2 |
|
|
* | ENH: Added CMAKE_STANDARD_INTRODUCTION macro defining standard documentation ... | Brad King | 2003-07-11 | 1 | -0/+8 |
|
|
* | ENH: Registered global generators are now kept in a table in the cmake instan... | Brad King | 2003-07-08 | 1 | -0/+5 |
|
|
* | ENH: Abstract pre configure check in a separate method | Andy Cedilnik | 2003-05-29 | 1 | -0/+3 |
|
|
* | ERR: Run should return a value | Andy Cedilnik | 2003-04-30 | 1 | -1/+1 |
|
|
* | ENH: Add additional optional argument to Run. If it is true, it will only set... | Andy Cedilnik | 2003-04-29 | 1 | -1/+3 |
|
|
* | ENH: Improved documentation. Also modified behavior of "cmake" to not config... | Brad King | 2003-04-03 | 1 | -0/+19 |
|
|
* | ENH: Added cmDocumentation class to generate various forms of documentation. ... | Brad King | 2003-02-14 | 1 | -0/+2 |
|
|
* | fix bug in env settings | Ken Martin | 2003-01-09 | 1 | -0/+2 |
|
|
* | Add option of watching variables | Andy Cedilnik | 2003-01-08 | 1 | -0/+7 |
|
|
* | BUG: fix get make command problems. | Bill Hoffman | 2002-12-04 | 1 | -1/+4 |
|
|
* | ENH: check to make sure cmake matches the cmake used to generate the cache | Bill Hoffman | 2002-11-13 | 1 | -0/+2 |
|
|
* | Revert back | Andy Cedilnik | 2002-11-07 | 1 | -1/+1 |
|
|
* | In certain cases, try to guess the source directory, so that you can run cmak... | Andy Cedilnik | 2002-11-06 | 1 | -1/+1 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | added progress | Ken Martin | 2002-09-26 | 1 | -0/+15 |
|
|
* | updated comments | Ken Martin | 2002-09-17 | 1 | -0/+19 |
|
|
* | cleaned up some of the cmake interface | Ken Martin | 2002-09-17 | 1 | -12/+21 |
|
|
* | some fixes for try compile | Ken Martin | 2002-09-13 | 1 | -5/+5 |
|
|
* | added a flag if a cmake is in try compile | Ken Martin | 2002-09-12 | 1 | -0/+7 |
|
|
* | moved commands into cmake | Ken Martin | 2002-09-10 | 1 | -0/+24 |
|
|
* | new arch | Ken Martin | 2002-09-06 | 1 | -27/+125 |
|
|
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -1/+18 |
|
|
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -1/+1 |
|
|
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll de... | Bill Hoffman | 2002-08-23 | 1 | -1/+1 |
|
|
* | support for plugins | Ken Martin | 2002-08-21 | 1 | -1/+1 |
|
|
* | BUG: CMake crashed if it failed to find its own executable. Also added bette... | Brad King | 2002-06-27 | 1 | -1/+1 |
|
|
* | removed ccommand use cmake now | Ken Martin | 2002-06-03 | 1 | -0/+6 |
|
|
* | remobed bootstrap | Ken Martin | 2002-05-28 | 1 | -8/+0 |
|
|