| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add an edit_cache target that runs ccmake or CMakeSetup | Bill Hoffman | 2002-05-07 | 1 | -0/+7 |
|
|
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -2/+2 |
|
|
* | ENH: make CMake less verbose/precious | Sebastien Barre | 2002-04-22 | 1 | -2/+2 |
|
|
* | ENH: need CMAKE_LINKER_FLAGS | Sebastien Barre | 2002-04-22 | 1 | -1/+1 |
|
|
* | ENH: make CMake less verbose/precious | Sebastien Barre | 2002-04-22 | 1 | -7/+14 |
|
|
* | renamed unix to unixPath for compile error | Ken Martin | 2002-04-19 | 1 | -3/+3 |
|
|
* | BUG: fix short path on files that do not exist | Bill Hoffman | 2002-04-19 | 1 | -4/+15 |
|
|
* | FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix gen | Sebastien Barre | 2002-04-11 | 1 | -64/+33 |
|
|
* | ENH: fix more space problems, you can add args to the ExecProgram command sep... | Bill Hoffman | 2002-04-03 | 1 | -18/+13 |
|
|
* | ENH: add enable language support for PROJECT command, this means that a C onl... | Bill Hoffman | 2002-04-02 | 1 | -5/+9 |
|
|
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ... | Bill Hoffman | 2002-03-29 | 1 | -4/+4 |
|
|
* | ENH: use ccommand for del on windows | Bill Hoffman | 2002-03-26 | 1 | -3/+3 |
|
|
* | BUG: fix for files with dashes in them | Bill Hoffman | 2002-03-14 | 1 | -0/+8 |
|
|
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -1/+1 |
|
|
* | ENH: big change in the path handling, one function CreateOutputPath is used t... | Bill Hoffman | 2002-02-22 | 1 | -47/+37 |
|
|
* | ENH: add a virtual CreateMakeVariable to shorten makefile variables for borla... | Bill Hoffman | 2002-02-21 | 1 | -7/+8 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
|
|
* | BUG: fix build of library in other directory if it is not there | Bill Hoffman | 2002-01-10 | 1 | -3/+7 |
|
|
* | BUG: put back recursive call to make for checking sources | Bill Hoffman | 2002-01-02 | 1 | -0/+1 |
|
|
* | ENH: remove one call to make, and clean echo stuff a bit | Bill Hoffman | 2001-12-31 | 1 | -5/+8 |
|
|
* | ENH: remove the rule to run make depend from the top with each change in any ... | Bill Hoffman | 2001-12-28 | 1 | -3/+6 |
|
|
* | BUG: Don't generate build rules for header files. | Amitha Perera | 2001-12-28 | 1 | -0/+4 |
|
|
* | BUG: fix so you can remove a directory in the source tree, and clean up echo ... | Bill Hoffman | 2001-12-21 | 1 | -4/+16 |
|
|
* | ENH: fix for win98 check for directory existence | Bill Hoffman | 2001-12-20 | 1 | -1/+6 |
|
|
* | ENH: add make silent flag for nmake and move .SILENT: directive to top of mak... | Bill Hoffman | 2001-12-20 | 1 | -4/+5 |
|
|
* | ENH: add silent mode for makefile builds and fix borland and nmake after the ... | Bill Hoffman | 2001-12-19 | 1 | -8/+13 |
|
|
* | ENH: Improved dependency generation. If any cmake.depends is out of date, al... | Brad King | 2001-12-18 | 1 | -1/+2 |
|
|
* | ENH: add custom commands for targets | Bill Hoffman | 2001-12-07 | 1 | -4/+22 |
|
|
* | Do not output library search path if the library path option/flag is empty + ... | Sebastien Barre | 2001-12-07 | 1 | -18/+46 |
|
|
* | Fix the command quoting pb (remove m_QuoteNextCommand), move ConvertToNativeP... | Sebastien Barre | 2001-12-06 | 1 | -24/+35 |
|
|
* | Add single quotes feature. | Sebastien Barre | 2001-12-05 | 1 | -14/+53 |
|
|
* | Add options for library manager (lib). | Sebastien Barre | 2001-11-30 | 1 | -30/+32 |
|
|
* | Add linker flags for each build type | Sebastien Barre | 2001-11-30 | 1 | -4/+13 |
|
|
* | fix library suffix | Bill Hoffman | 2001-11-30 | 1 | -1/+3 |
|
|
* | ENH: fix various problems caused by the generalization of nmake generator | Bill Hoffman | 2001-11-30 | 1 | -0/+1 |
|
|
* | Nmake build: move most of hard-coded values to config parameters | Sebastien Barre | 2001-11-30 | 1 | -33/+48 |
|
|
* | Fix space pb (embended, then escaped) | Sebastien Barre | 2001-11-29 | 1 | -1/+2 |
|
|
* | ENH: borland generator 2 is working more or less | Bill Hoffman | 2001-11-28 | 1 | -0/+2 |
|
|
* | add new borland generator | Bill Hoffman | 2001-11-28 | 1 | -18/+19 |
|
|
* | bug: fix same path comparison when short paths are used | Bill Hoffman | 2001-11-28 | 1 | -1/+12 |
|
|
* | ENH: nmake generator much closer to working with spaces | Berk Geveci | 2001-11-27 | 1 | -14/+74 |
|
|
* | NMake with spaces in directories | Bill Hoffman | 2001-11-21 | 1 | -17/+54 |
|
|
* | ENH: closer to working with spaces in source directory | Berk Geveci | 2001-11-20 | 1 | -5/+10 |
|
|
* | ENH: fix for dll builds | Bill Hoffman | 2001-11-16 | 1 | -11/+19 |
|
|
* | ENH: use crazy temp files for long command lines | Bill Hoffman | 2001-11-15 | 1 | -3/+5 |
|
|
* | ENH: remove debug prints | Bill Hoffman | 2001-11-15 | 1 | -5/+3 |
|
|
* | closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used... | Bill Hoffman | 2001-11-15 | 1 | -4/+47 |
|
|
* | ENH: fix library builds with nmake | Bill Hoffman | 2001-11-15 | 1 | -4/+21 |
|
|
* | closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -11/+132 |
|
|
* | nmake support | Bill Hoffman | 2001-11-14 | 1 | -1/+160 |
|
|