Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Brad King | 2003-08-05 | 1 | -0/+2 |
| | | | | file as an argument. Its settings will be loaded. | ||||
* | 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 |
| | | | | for inclusion in every binary's documentation. | ||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -0/+5 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | 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 ↵ | Andy Cedilnik | 2003-04-29 | 1 | -1/+3 |
| | | | | set paths and load cache. It will not do configure and gfenerate | ||||
* | ENH: Improved documentation. Also modified behavior of "cmake" to not ↵ | Brad King | 2003-04-03 | 1 | -0/+19 |
| | | | | configure a project in the current directory unless . is given. | ||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+2 |
| | | | | Each executable will be able to generate its own documentation. | ||||
* | 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 ↵ | Andy Cedilnik | 2002-11-06 | 1 | -1/+1 |
| | | | | cmake or ccmake without specifying source dir | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | 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 ↵ | Bill Hoffman | 2002-08-23 | 1 | -1/+1 |
| | | | | destruction is not a problem. | ||||
* | support for plugins | Ken Martin | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | BUG: CMake crashed if it failed to find its own executable. Also added ↵ | Brad King | 2002-06-27 | 1 | -1/+1 |
| | | | | better error messages when this occurs. | ||||
* | removed ccommand use cmake now | Ken Martin | 2002-06-03 | 1 | -0/+6 |
| | |||||
* | remobed bootstrap | Ken Martin | 2002-05-28 | 1 | -8/+0 |
| | |||||
* | added initial attempt to support win32 bootstrapping | Ken Martin | 2002-05-15 | 1 | -0/+8 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | Rolling back symbolic path changes until it works on Windows. | Amitha Perera | 2002-01-07 | 1 | -1/+0 |
| | |||||
* | ENH: Add an invocation that maintains symbolic paths to the source and ↵ | Amitha Perera | 2002-01-06 | 1 | -0/+1 |
| | | | | | | binary trees, mainly for systems with automounted network drives. ENH: CollapseFullPath() no longer adds a trailing "/" to directory paths. | ||||
* | ENH: add command line arguments to set cache entries | Bill Hoffman | 2001-11-20 | 1 | -4/+3 |
| | |||||
* | ENH: integrate borland support | Bill Hoffman | 2001-09-06 | 1 | -2/+2 |
| | |||||
* | ENH: rework GUI with configure/OK/Cancel | Bill Hoffman | 2001-07-25 | 1 | -1/+3 |
| | |||||
* | ENH: change MFC gui to use cmake class | Bill Hoffman | 2001-05-30 | 1 | -4/+8 |
| | |||||
* | new command | Ken Martin | 2001-05-18 | 1 | -0/+82 |