| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: fix for bug 971, pick a better generator from the command line | Bill Hoffman | 2004-07-27 | 1 | -1/+35 |
|
|
* | ENH: add a message at the end of the cmake run telling the user where things ... | Bill Hoffman | 2004-07-16 | 1 | -0/+3 |
|
|
* | ENH: add support for VCExpress 2005 | Bill Hoffman | 2004-07-05 | 1 | -0/+3 |
|
|
* | ENH: Also read PreLoad.cmake from the binary tree | Andy Cedilnik | 2004-07-02 | 1 | -0/+6 |
|
|
* | ENH: Remove memory leak | Andy Cedilnik | 2004-05-05 | 1 | -2/+8 |
|
|
* | BUG: fix crash from bug id 806 | Bill Hoffman | 2004-04-29 | 1 | -0/+3 |
|
|
* | ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - Ad... | Andy Cedilnik | 2004-04-28 | 1 | -0/+7 |
|
|
* | BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still running | Andy Cedilnik | 2004-04-26 | 1 | -0/+7 |
|
|
* | ENH: Add check for infinite loops. Make sure that files written using WRITE_F... | Andy Cedilnik | 2004-04-18 | 1 | -0/+10 |
|
|
* | ENH: make relative paths optional and default off, and add a test for them | Bill Hoffman | 2004-03-31 | 1 | -0/+11 |
|
|
* | ENH: Ok, when doing cmake -P you should not have to squish filename next to -... | Andy Cedilnik | 2004-02-20 | 1 | -1/+2 |
|
|
* | BUG: fix put/get env problems | Bill Hoffman | 2004-01-26 | 1 | -27/+23 |
|
|
* | BUG: CopyFileIfDifferent should return success if the files did not differ or... | Brad King | 2004-01-22 | 1 | -4/+15 |
|
|
* | BUG: make sure null terminator is in the right place for putenv static char a... | Bill Hoffman | 2004-01-08 | 1 | -2/+2 |
|
|
* | ENH: add new feature to ctest so that it can cmake, build and run a test exec... | Bill Hoffman | 2004-01-07 | 1 | -0/+8 |
|
|
* | BUG: keep more of the case information | Bill Hoffman | 2003-12-23 | 1 | -0/+6 |
|
|
* | ENH: add support for relative paths in makefiles | Bill Hoffman | 2003-12-22 | 1 | -0/+8 |
|
|
* | ENH: Argument for script mode is -P (process) and take out the automatic scri... | Andy Cedilnik | 2003-12-11 | 1 | -2/+2 |
|
|
* | ENH: Improved error messages when source tree does not have a CMakeLists.txt ... | Brad King | 2003-12-08 | 1 | -4/+34 |
|
|
* | BUG: cmake_symlink_library should return the accumulated result, not just 0. | Brad King | 2003-11-27 | 1 | -1/+1 |
|
|
* | BUG: The cmake_symlink_library command needs to remove existing files before ... | Brad King | 2003-11-26 | 1 | -0/+8 |
|
|
* | ENH: Added undocumented cmake_symlink_library to help with building versioned... | Brad King | 2003-11-26 | 1 | -1/+27 |
|
|
* | BUG#313: Improving error message when no CMakeLists.txt file is found in the ... | Brad King | 2003-10-30 | 1 | -4/+5 |
|
|
* | ENH: Ok, no more argument needed for script mode | Andy Cedilnik | 2003-10-30 | 1 | -3/+4 |
|
|
* | ENH: Start includding the scripting support | Andy Cedilnik | 2003-10-29 | 1 | -11/+49 |
|
|
* | ENH: Command should also be quoted | Andy Cedilnik | 2003-10-28 | 1 | -2/+5 |
|
|
* | BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting... | Brad King | 2003-08-26 | 1 | -3/+8 |
|
|
* | ENH: add the unix makefile generator as an option from the windows GUI, this ... | Bill Hoffman | 2003-08-21 | 1 | -1/+18 |
|
|
* | ENH: Remove unused variable | Andy Cedilnik | 2003-08-18 | 1 | -1/+0 |
|
|
* | ENH: remove a warning | Bill Hoffman | 2003-08-14 | 1 | -1/+0 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | 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 fil... | Brad King | 2003-08-05 | 1 | -8/+92 |
|
|
* | 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 |
|
|
* | BUG: make sure initial cache file read only reads one file, and does not look... | Bill Hoffman | 2003-07-28 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | ENH: Registered global generators are now kept in a table in the cmake instan... | Brad King | 2003-07-08 | 1 | -50/+51 |
|
|
* | BUG: Fixed check for existence of CMakeLists.txt file in top-level source dir... | Brad King | 2003-06-13 | 1 | -11/+11 |
|
|
* | 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 in... | Brad King | 2003-05-13 | 1 | -0/+10 |
|
|
* | ENH: When the initially configured generator is invalid, allow the user to ch... | Brad King | 2003-05-13 | 1 | -0/+8 |
|
|
* | 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 set... | Andy Cedilnik | 2003-04-29 | 1 | -1/+6 |
|
|