Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make sure verbose output is used for kde | Bill Hoffman | 2006-04-08 | 1 | -0/+1 |
| | |||||
* | ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵ | Brad King | 2006-03-30 | 1 | -1/+4 |
| | | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -36/+36 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: use a cmake script to do the clean step, this allows for large numbers ↵ | Bill Hoffman | 2006-03-09 | 1 | -1/+2 |
| | | | | of files to be removed without making the command line too long | ||||
* | ENH: Cleaned up generation of symbolic rules. Removed generation of ↵ | Brad King | 2006-02-15 | 1 | -1/+2 |
| | | | | rebuild_cache and similar rules from internal makefiles. | ||||
* | ENH: some reorg of the unix makefile generator | Ken Martin | 2006-02-15 | 1 | -140/+90 |
| | |||||
* | ENH: more cleanup and removal of old code | Ken Martin | 2006-01-30 | 1 | -18/+1 |
| | |||||
* | ENH: cleanup and remove some old code | Ken Martin | 2006-01-30 | 1 | -10/+0 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -0/+7 |
| | |||||
* | ENH: Further centralized custom command dependency computation. Custom ↵ | Brad King | 2006-01-14 | 1 | -1/+0 |
| | | | | command dependencies in the source tree may now also be specified relative to the source directory. | ||||
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix many bugs related to target names being computed inconsistently. - Centralized computation of a target's file name to a method in cmTarget. Now that global knowledge is always available the *_CMAKE_PATH cache variables are no longer needed. - Centralized computation of link library command lines and link directory search order. - Moved computation of link directories needed to link CMake targets to be after evaluation of linking dependencies. This also removed alot of duplicate code in which each version had its own bugs. This commit is surrounded by the tags CMake-TargetNameCentralization1-pre and CMake-TargetNameCentralization1-post so make the large set of changes easy to identify. | ||||
* | BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help | Bill Hoffman | 2006-01-02 | 1 | -2/+5 |
| | |||||
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -1/+3 |
| | |||||
* | ENH: fix borland make clean targets before build, add new generators for ↵ | Bill Hoffman | 2005-12-22 | 1 | -0/+15 |
| | | | | msys and mingw | ||||
* | ENH: big cleanup and fix for jump commands | Ken Martin | 2005-10-20 | 1 | -2/+7 |
| | |||||
* | BUG: cd into local directory to reduce link line length | Ken Martin | 2005-10-19 | 1 | -2/+5 |
| | |||||
* | ENH: fix warning | Ken Martin | 2005-08-05 | 1 | -1/+1 |
| | |||||
* | ENH: first step to only rebuuilding on flag changes | Ken Martin | 2005-08-01 | 1 | -2/+4 |
| | |||||
* | ENH: fix warning | Ken Martin | 2005-07-28 | 1 | -1/+1 |
| | |||||
* | ENH: fix some warnings and cleanup some | Ken Martin | 2005-07-27 | 1 | -1/+0 |
| | |||||
* | ENH: fix some warnings and cleanup some | Ken Martin | 2005-07-27 | 1 | -2/+1 |
| | |||||
* | ENH: fix some warnings and cleanup some | Ken Martin | 2005-07-27 | 1 | -4/+1 |
| | |||||
* | ENH: fix some warnings and cleanup some | Ken Martin | 2005-07-27 | 1 | -6/+2 |
| | |||||
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -12/+17 |
| | |||||
* | BUG: fix for bootstrap problem | Ken Martin | 2005-07-06 | 1 | -1/+1 |
| | |||||
* | ENH: added local help and install targets | Ken Martin | 2005-06-30 | 1 | -0/+3 |
| | |||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -20/+20 |
| | | | | of const junk | ||||
* | ENH: added support for forcing recomputation of depends | Ken Martin | 2005-06-10 | 1 | -1/+2 |
| | |||||
* | ENH: now also provides obj rules for local Makefiles | Ken Martin | 2005-06-02 | 1 | -1/+5 |
| | |||||
* | ENH: minor perf improvement | Ken Martin | 2005-06-01 | 1 | -1/+10 |
| | |||||
* | STYLE: add some better comments and remove some unused code | Ken Martin | 2005-05-31 | 1 | -6/+0 |
| | |||||
* | BUG: a fix for constant recomputing of depends | Ken Martin | 2005-05-25 | 1 | -4/+4 |
| | |||||
* | ENH: some more cleanup and changes to how custom commands are stored | Ken Martin | 2005-05-24 | 1 | -15/+18 |
| | |||||
* | ENH: added help target and made custom commands execute in start output ↵ | Ken Martin | 2005-05-20 | 1 | -2/+3 |
| | | | | directory | ||||
* | ENH: another step to the next generator still not optimized yet | Ken Martin | 2005-05-18 | 1 | -2/+6 |
| | |||||
* | COMP: some warning fixes and cleanup | Ken Martin | 2005-05-17 | 1 | -14/+7 |
| | |||||
* | ENH: some more reorg | Ken Martin | 2005-05-17 | 1 | -8/+9 |
| | |||||
* | ENH: warning fixes and some first steps in cleaning up the convert code | Ken Martin | 2005-05-13 | 1 | -1/+0 |
| | |||||
* | ENH: added new generator | Ken Martin | 2005-05-12 | 1 | -2/+2 |
| | |||||
* | ENH: another snapshot | Ken Martin | 2005-05-11 | 1 | -3/+2 |
| | |||||
* | ENH: snapshot | Ken Martin | 2005-05-11 | 1 | -5/+19 |
| | |||||
* | ENH: some more cleanup | Ken Martin | 2005-05-09 | 1 | -2/+3 |
| | |||||
* | ENH: updates | Ken Martin | 2005-05-06 | 1 | -101/+135 |
| | |||||
* | ENH: backup of work in progress | Ken Martin | 2005-05-05 | 1 | -0/+296 |