Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixed typo in error message. | Brad King | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | ENH: Removed old argument processing code that never does anything. | Brad King | 2003-08-06 | 1 | -24/+0 |
| | |||||
* | ENH: Clarified source directory mismatch message. | Brad King | 2003-08-05 | 1 | -3/+4 |
| | |||||
* | ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt ↵ | Brad King | 2003-08-05 | 1 | -8/+92 |
| | | | | file as an argument. Its settings will be loaded. | ||||
* | ENH: Use the new RunCommand | Andy Cedilnik | 2003-08-04 | 1 | -6/+4 |
| | |||||
* | ENH: Allow specifying cmake variables on the command line without specifying ↵ | Andy Cedilnik | 2003-08-01 | 1 | -5/+6 |
| | | | | the type Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | BUG: make sure initial cache file read only reads one file, and does not ↵ | Bill Hoffman | 2003-07-28 | 1 | -1/+1 |
| | | | | look for CMakeLists.txt files on the entire disk | ||||
* | add a better message for the GUI if no CMakeLists.txt file is found. | Bill Hoffman | 2003-07-25 | 1 | -1/+1 |
| | |||||
* | ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵ | Brad King | 2003-07-21 | 1 | -3/+3 |
| | | | | for package maintainers. | ||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -50/+51 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | BUG: Fixed check for existence of CMakeLists.txt file in top-level source ↵ | Brad King | 2003-06-13 | 1 | -11/+11 |
| | | | | directory before first configure. | ||||
* | ENH: Abstract pre configure check in a separate method | Andy Cedilnik | 2003-05-29 | 1 | -1/+15 |
| | |||||
* | ENH: add some includes for borland 6 | Bill Hoffman | 2003-05-23 | 1 | -0/+1 |
| | |||||
* | ERR: Fixed string literal->char* conversion warning. | Brad King | 2003-05-14 | 1 | -1/+2 |
| | |||||
* | BUG: Need to remove the MAKEFLAGS when cmake starts. If cmake is run from ↵ | Brad King | 2003-05-13 | 1 | -0/+10 |
| | | | | inside make, we don't want the try-compiles to inherit the makeflags. | ||||
* | ENH: When the initially configured generator is invalid, allow the user to ↵ | Brad King | 2003-05-13 | 1 | -0/+8 |
| | | | | change the generator without deleting the cache by hand. | ||||
* | add support for vs 71 | Bill Hoffman | 2003-05-08 | 1 | -0/+7 |
| | |||||
* | ENH: New location of cmake binaries | Andy Cedilnik | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | ENH: Add additional optional argument to Run. If it is true, it will only ↵ | Andy Cedilnik | 2003-04-29 | 1 | -1/+6 |
| | | | | set paths and load cache. It will not do configure and gfenerate | ||||
* | minor fix | Ken Martin | 2003-04-16 | 1 | -2/+4 |
| | |||||
* | add COdeWarrior back in for testing | Ken Martin | 2003-04-16 | 1 | -0/+11 |
| | |||||
* | ENH: Improved documentation. Also modified behavior of "cmake" to not ↵ | Brad King | 2003-04-03 | 1 | -23/+3 |
| | | | | configure a project in the current directory unless . is given. | ||||
* | BUG: Fixed crash when CMAKE_BACKWARDS_COMPATIBILITY is deleted between ↵ | Brad King | 2003-02-24 | 1 | -0/+12 |
| | | | | configures. | ||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+17 |
| | | | | Each executable will be able to generate its own documentation. | ||||
* | BUG: Fixed crash when CMAKE_ROOT cannot be found. | Brad King | 2003-01-22 | 1 | -1/+5 |
| | |||||
* | BUG: fix command line to take -G only | Bill Hoffman | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | BUG: Use CMakeDefaultMakeRuleVariables.cmake to locate modules directory ↵ | Brad King | 2003-01-21 | 1 | -7/+7 |
| | | | | instead of FindVTK.cmake. | ||||
* | compiler warning | Ken Martin | 2003-01-10 | 1 | -1/+1 |
| | |||||
* | fix bug in env settings | Ken Martin | 2003-01-09 | 1 | -0/+37 |
| | |||||
* | added watches for access of bw compat vars | Ken Martin | 2003-01-09 | 1 | -0/+20 |
| | |||||
* | Add option of watching variables | Andy Cedilnik | 2003-01-08 | 1 | -0/+3 |
| | |||||
* | testing more agressive compatability settings | Ken Martin | 2002-12-20 | 1 | -3/+0 |
| | |||||
* | Save directories when doing global build | Andy Cedilnik | 2002-12-17 | 1 | -0/+5 |
| | |||||
* | Fix switching from local to global generation when cmake version changes or ↵ | Andy Cedilnik | 2002-12-16 | 1 | -3/+12 |
| | | | | when things change inside version | ||||
* | ENH: Added copy_if_different option to -E flag. | Brad King | 2002-12-16 | 1 | -0/+8 |
| | |||||
* | BUG: fix get make command problems. | Bill Hoffman | 2002-12-04 | 1 | -0/+9 |
| | |||||
* | added CMAKE_BACKWARDS_COMPATIBILITY entry | Ken Martin | 2002-12-04 | 1 | -0/+16 |
| | |||||
* | remove code warrior and fixed GUI isues | Ken Martin | 2002-12-03 | 1 | -7/+0 |
| | |||||
* | fix some compiler warnings hopefully | Ken Martin | 2002-11-17 | 1 | -2/+4 |
| | |||||
* | fixed bad source directory bug | Ken Martin | 2002-11-15 | 1 | -0/+10 |
| | |||||
* | ENH: check to make sure cmake matches the cmake used to generate the cache | Bill Hoffman | 2002-11-13 | 1 | -11/+38 |
| | |||||
* | Revert back | Andy Cedilnik | 2002-11-07 | 1 | -37/+3 |
| | |||||
* | In certain cases, try to guess the source directory, so that you can run ↵ | Andy Cedilnik | 2002-11-06 | 1 | -3/+37 |
| | | | | cmake or ccmake without specifying source dir | ||||
* | BUG: fix stack limit size on mac OSX | Bill Hoffman | 2002-10-24 | 1 | -0/+18 |
| | |||||
* | 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. | ||||
* | ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵ | Brad King | 2002-10-10 | 1 | -3/+3 |
| | | | | Removed cmInputStringStream. | ||||
* | added Code Warrior dev | Ken Martin | 2002-10-09 | 1 | -23/+30 |
| | |||||
* | Produce only one output | Ken Martin | 2002-10-02 | 1 | -1/+1 |
| | |||||
* | Fix bug in chdir; Who did this anyway... | Andy Cedilnik | 2002-09-30 | 1 | -1/+1 |
| | |||||
* | Set comspec substitute the right way | Ken Martin | 2002-09-30 | 1 | -2/+1 |
| |