| Commit message (Expand) | Author | Age | Files | Lines |
* | STYLE: minor cleanup | Ken Martin | 2005-10-20 | 1 | -1/+2 |
|
|
* | ENH: Optimize performance by caching stat results | Andy Cedilnik | 2005-10-12 | 1 | -1/+4 |
|
|
* | BUG: the -P option was not working with relative paths and a couple types | Ken Martin | 2005-09-23 | 1 | -3/+10 |
|
|
* | ENH: Added cmake -E create_symlink command that behaves like ln -s. | Brad King | 2005-08-19 | 1 | -0/+11 |
|
|
* | ENH: Added -E cmake_symlink_executable command to help create symbolic links ... | Brad King | 2005-08-17 | 1 | -0/+20 |
|
|
* | ENH: added better error checking for cases when there is a CMakeCache.txt fil... | Ken Martin | 2005-08-11 | 1 | -1/+12 |
|
|
* | BUG: When exiting before the configure step in script mode we must account fo... | Brad King | 2005-08-08 | 1 | -1/+8 |
|
|
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -1/+1 |
|
|
* | ENH: fix for bug 1866, make -G,-D -C options allow for space between arg and ... | Bill Hoffman | 2005-07-19 | 1 | -2/+9 |
|
|
* | BUG: win95 returning non unix path for cmake command | Ken Martin | 2005-07-07 | 1 | -0/+1 |
|
|
* | ENH: Only truncate files when not in try compile. Alsom move truncating code ... | Andy Cedilnik | 2005-07-03 | 1 | -3/+7 |
|
|
* | ENH: Start adding the code that will truncate output logs | Andy Cedilnik | 2005-07-03 | 1 | -0/+31 |
|
|
* | ENH: Before running configre, remove all macros. Also, backup the command nam... | Andy Cedilnik | 2005-06-16 | 1 | -6/+42 |
|
|
* | ENH: Save command that macro overwrites | Andy Cedilnik | 2005-06-14 | 1 | -0/+14 |
|
|
* | ENH: added support for forcing recomputation of depends | Ken Martin | 2005-06-10 | 1 | -1/+4 |
|
|
* | ENH: removed UMG2 | Ken Martin | 2005-06-09 | 1 | -3/+0 |
|
|
* | ENH: fix problem with dependency scanning | Ken Martin | 2005-06-07 | 1 | -2/+2 |
|
|
* | ENH: switch to using new Unix Makefile generator for Unix as well | Ken Martin | 2005-05-25 | 1 | -1/+1 |
|
|
* | BUG: fix bad generator name | Ken Martin | 2005-05-12 | 1 | -1/+1 |
|
|
* | ENH: added new generator | Ken Martin | 2005-05-12 | 1 | -6/+29 |
|
|
* | COMP: Fixed forced bool conversion warning. | Brad King | 2005-05-06 | 1 | -1/+1 |
|
|
* | ENH: Added optional verbose output to build system dependency check. | Brad King | 2005-05-06 | 1 | -2/+5 |
|
|
* | BUG: fix for bug 1700 | Bill Hoffman | 2005-04-05 | 1 | -0/+5 |
|
|
* | ENH: make xcode compile only on apple | Bill Hoffman | 2005-03-14 | 1 | -1/+4 |
|
|
* | COMP: fix a warning | Ken Martin | 2005-03-11 | 1 | -3/+1 |
|
|
* | ENH: cleanup by removing all the olf local generate junk that i not longer ne... | Ken Martin | 2005-03-10 | 1 | -76/+29 |
|
|
* | ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 modu... | Brad King | 2005-03-03 | 1 | -1/+10 |
|
|
* | ENH: remove code warrior classes | Ken Martin | 2005-03-03 | 1 | -8/+0 |
|
|
* | ENH: Enabling cmLocalUnixMakefileGenerator2 (new makefile generator) by default. | Brad King | 2005-03-01 | 1 | -16/+4 |
|
|
* | BUG: Need to return before configure step when running in script mode. | Brad King | 2005-02-22 | 1 | -0/+6 |
|
|
* | BUG: Removing "guess when there is a space in the path" check for chdir comma... | Brad King | 2005-02-17 | 1 | -13/+7 |
|
|
* | BUG: fix CommandLine test problems with spaces and testing for the return value | Bill Hoffman | 2005-02-16 | 1 | -3/+15 |
|
|
* | ENH: Add command to copy directory with content | Andy Cedilnik | 2005-02-11 | 1 | -0/+14 |
|
|
* | BUG: prevent -P or script to be passed as homedirectory | Andy Cedilnik | 2005-01-28 | 1 | -1/+2 |
|
|
* | ENH: add initial non-working XCode stuff | Bill Hoffman | 2005-01-25 | 1 | -0/+3 |
|
|
* | ENH: split up cmCommands into two files | Bill Hoffman | 2005-01-21 | 1 | -0/+1 |
|
|
* | ENH: Split dependency scanning and checking into separate cmDepends superclas... | Brad King | 2005-01-18 | 1 | -4/+1 |
|
|
* | ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. Th... | Brad King | 2004-10-29 | 1 | -13/+24 |
|
|
* | PERF: Remove several classes from the bootstrap and so making bootstrap small... | Andy Cedilnik | 2004-10-27 | 1 | -30/+33 |
|
|
* | ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2. ... | Brad King | 2004-10-26 | 1 | -0/+8 |
|
|
* | ENH: Add development version support in CMake | Andy Cedilnik | 2004-10-22 | 1 | -6/+5 |
|
|
* | ENH: Added --check-rerun option to allow a runtime check of whether a new gen... | Brad King | 2004-10-15 | 1 | -0/+72 |
|
|
* | BUG: do not build kdevlop stuff when bootstrapping | Bill Hoffman | 2004-10-12 | 1 | -2/+13 |
|
|
* | NEW: add kdevelop patch from Alexander Neundorf | Bill Hoffman | 2004-10-11 | 1 | -17/+21 |
|
|
* | FIX: correctly handle if path table can not open | Bill Hoffman | 2004-10-05 | 1 | -2/+7 |
|
|
* | COMP: fix bad include file | Ken Martin | 2004-10-05 | 1 | -1/+0 |
|
|
* | ENH: Mathieus support for path conversions | Ken Martin | 2004-10-04 | 1 | -0/+26 |
|
|
* | ENH: more uniform approach to enable language, one step closer to being able ... | Bill Hoffman | 2004-08-26 | 1 | -7/+7 |
|
|
* | ENH: Implement PreLoad.cmake feature for CMakeSetup | Andy Cedilnik | 2004-08-23 | 1 | -6/+12 |
|
|
* | ENH: Move PreLoad.cmake code to public method so that ccmake and CMakeSetup c... | Andy Cedilnik | 2004-08-17 | 1 | -13/+18 |
|
|