| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: fix for spaces in paths on unix | Bill Hoffman | 2002-02-22 | 1 | -11/+14 |
|
|
* | ENH: big change in the path handling, one function CreateOutputPath is used t... | Bill Hoffman | 2002-02-22 | 1 | -43/+36 |
|
|
* | ENH: add a virtual CreateMakeVariable to shorten makefile variables for borla... | Bill Hoffman | 2002-02-21 | 1 | -41/+44 |
|
|
* | ENH: fix for borland tlib files with dash in them problem. | Bill Hoffman | 2002-02-18 | 1 | -0/+15 |
|
|
* | ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do ... | Bill Hoffman | 2002-02-14 | 1 | -5/+10 |
|
|
* | Better support for parallel builds. Subdirs depend on their parent. | Berk Geveci | 2002-02-01 | 1 | -1/+1 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
|
|
* | BUG: remove warning from hpux make | Bill Hoffman | 2002-01-21 | 1 | -0/+2 |
|
|
* | some fixes to recent screwerd up changes | Ken Martin | 2002-01-18 | 1 | -25/+77 |
|
|
* | Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were not output) | Sebastien Barre | 2002-01-17 | 1 | -5/+62 |
|
|
* | ENH: add silent and suffixes to check depend file | Bill Hoffman | 2002-01-16 | 1 | -0/+5 |
|
|
* | Improved performance by removing implicit rules. | Berk Geveci | 2002-01-15 | 1 | -0/+1 |
|
|
* | remove extra logic not needed anymore because of better depends | Bill Hoffman | 2002-01-14 | 1 | -22/+7 |
|
|
* | Quote echo | Berk Geveci | 2002-01-14 | 1 | -4/+4 |
|
|
* | BUG: put back recursive call to make for checking sources | Bill Hoffman | 2002-01-02 | 1 | -2/+13 |
|
|
* | Type || should have been && | Berk Geveci | 2001-12-31 | 1 | -1/+1 |
|
|
* | ENH: remove one call to make, and clean echo stuff a bit | Bill Hoffman | 2001-12-31 | 1 | -34/+29 |
|
|
* | BUG: fix long depend list because it gets cut on the hp: I may look like berk... | Berk Geveci | 2001-12-30 | 1 | -1/+1 |
|
|
* | ENH: remove the rule to run make depend from the top with each change in any ... | Bill Hoffman | 2001-12-28 | 1 | -36/+152 |
|
|
* | BUG: Don't generate build rules for header files. | Amitha Perera | 2001-12-28 | 1 | -1/+4 |
|
|
* | BUG: fix so you can remove a directory in the source tree, and clean up echo ... | Bill Hoffman | 2001-12-21 | 1 | -6/+30 |
|
|
* | ENH: add support for DESTDIR in install targets | Bill Hoffman | 2001-12-21 | 1 | -12/+12 |
|
|
* | ENH: Add option to disable use of -rpath. | Amitha Perera | 2001-12-21 | 1 | -1/+1 |
|
|
* | ENH: add make silent flag for nmake and move .SILENT: directive to top of mak... | Bill Hoffman | 2001-12-20 | 1 | -5/+5 |
|
|
* | ENH: add silent mode for makefile builds and fix borland and nmake after the ... | Bill Hoffman | 2001-12-19 | 1 | -14/+22 |
|
|
* | ENH: Improved dependency generation. If any cmake.depends is out of date, al... | Brad King | 2001-12-18 | 1 | -13/+18 |
|
|
* | BUG: cmake.depends files of zero size were not being re-written in some cases... | Brad King | 2001-12-11 | 1 | -0/+1 |
|
|
* | FIX: GENERATED_CODE type is no longer needed: generated code is not a Target. | Luis Ibanez | 2001-12-11 | 1 | -2/+0 |
|
|
* | BUG: LIBRARY_OUTPATH_PATH may be "set" to the null string, in which case it | Amitha Perera | 2001-12-10 | 1 | -1/+2 |
|
|
* | ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionali... | Brad King | 2001-12-10 | 1 | -5/+9 |
|
|
* | BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote target | Bill Hoffman | 2001-12-09 | 1 | -1/+6 |
|
|
* | BUG: executable extension wrong for ctest search, and was not looking in Debu... | Bill Hoffman | 2001-12-08 | 1 | -1/+17 |
|
|
* | BUG: the rule for generating a library no longer has the full path, and so the | Amitha Perera | 2001-12-07 | 1 | -2/+2 |
|
|
* | ENH: add custom commands for targets | Bill Hoffman | 2001-12-07 | 1 | -5/+64 |
|
|
* | Lib path should be converted to native path too. | Sebastien Barre | 2001-12-06 | 1 | -1/+2 |
|
|
* | crazy fix for putenv, and native path called on custom command paths | Bill Hoffman | 2001-12-04 | 1 | -3/+17 |
|
|
* | fix warning for Borland build | Sebastien Barre | 2001-11-30 | 1 | -3/+3 |
|
|
* | Add options for library manager (lib). | Sebastien Barre | 2001-11-30 | 1 | -5/+5 |
|
|
* | remove suffix rules | Bill Hoffman | 2001-11-30 | 1 | -2/+0 |
|
|
* | add new suffix rules | Bill Hoffman | 2001-11-30 | 1 | -1/+2 |
|
|
* | fix warning | Bill Hoffman | 2001-11-30 | 1 | -2/+2 |
|
|
* | ENH: fix various problems caused by the generalization of nmake generator | Bill Hoffman | 2001-11-30 | 1 | -6/+7 |
|
|
* | Nmake build: move most of hard-coded values to config parameters | Sebastien Barre | 2001-11-30 | 1 | -2/+2 |
|
|
* | ENH: GENERATED_CODE case added to switch. | Luis Ibanez | 2001-11-29 | 1 | -0/+2 |
|
|
* | ENH: borland generator 2 is working more or less | Bill Hoffman | 2001-11-28 | 1 | -1/+1 |
|
|
* | bug: fix same path comparison when short paths are used | Bill Hoffman | 2001-11-28 | 1 | -3/+9 |
|
|
* | ENH: nmake generator much closer to working with spaces | Berk Geveci | 2001-11-27 | 1 | -4/+14 |
|
|
* | ENH: Support for FLTK Fluid tool added. | Luis Ibanez | 2001-11-27 | 1 | -2/+5 |
|
|
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -2/+0 |
|
|
* | NMake with spaces in directories | Bill Hoffman | 2001-11-21 | 1 | -35/+50 |
|
|