| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+1 |
|
|
* | BUG: Watcom WMake needs empty rule commands even for symbolic targets. This ... | Brad King | 2007-05-16 | 1 | -1/+1 |
|
|
* | BUG: A utility target should not run the custom commands from its source file... | Brad King | 2007-05-01 | 1 | -3/+7 |
|
|
* | ENH: make sure default /System framework is not added with -F | Bill Hoffman | 2007-03-30 | 1 | -0/+1 |
|
|
* | ENH: Created method cmTarget::GetExportMacro to centralize computation of the... | Brad King | 2007-03-28 | 1 | -13/+4 |
|
|
* | ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation... | Brad King | 2007-03-09 | 1 | -19/+29 |
|
|
* | ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar... | Brad King | 2007-03-08 | 1 | -1/+1 |
|
|
* | ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil... | Brad King | 2007-03-08 | 1 | -9/+6 |
|
|
* | BUG: Some calls to Convert() were converting for MAKEFILE but then passing th... | Brad King | 2007-03-08 | 1 | -1/+1 |
|
|
* | ENH: fix for Watcom | Ken Martin | 2007-02-20 | 1 | -4/+0 |
|
|
* | ENH: fixed more bugs with spaces in the path | Ken Martin | 2007-02-19 | 1 | -1/+5 |
|
|
* | BUG: fix for spaces in path for nmake | Ken Martin | 2007-02-19 | 1 | -1/+1 |
|
|
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -1/+0 |
|
|
* | BUG: Use the exe/lib output path for .pdb file location. This addresses bug#... | Brad King | 2007-02-01 | 1 | -7/+21 |
|
|
* | BUG: fix for bug number 3964 | Ken Martin | 2007-02-01 | 1 | -0/+9 |
|
|
* | ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU... | Brad King | 2006-12-14 | 1 | -5/+5 |
|
|
* | ENH: make sure things do not depend on optimized libraries if they are debug,... | Bill Hoffman | 2006-11-27 | 1 | -1/+15 |
|
|
* | BUG: Fixed out-of-source subdirectories to work when they are also out-of-bin... | Brad King | 2006-10-10 | 1 | -3/+2 |
|
|
* | ENH: Added SYMBOLIC source file property to mark custom command outputs that ... | Brad King | 2006-10-02 | 1 | -2/+23 |
|
|
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri... | Brad King | 2006-09-28 | 1 | -5/+24 |
|
|
* | ENH: put the if in the right place | Bill Hoffman | 2006-09-12 | 1 | -5/+5 |
|
|
* | ENH: fix for BUG: #739 again, makefiles did not depend on external full path ... | Bill Hoffman | 2006-09-12 | 1 | -1/+6 |
|
|
* | BUG: Fixed ordering of code generated in Makefile and build.make files to mak... | Brad King | 2006-09-08 | 1 | -1/+0 |
|
|
* | ENH: Make sure all custom command outputs are up to date before scanning depe... | Brad King | 2006-08-31 | 1 | -17/+17 |
|
|
* | BUG: Added object language to list of object files in a local generator's dir... | Brad King | 2006-08-15 | 1 | -3/+7 |
|
|
* | ENH: fix for no newline on some makes fix for ctest and some symlinks | Andy Cedilnik | 2006-08-14 | 1 | -0/+1 |
|
|
* | ENH: Changed preprocessed source extension to .i and assembly extension to .s... | Brad King | 2006-08-09 | 1 | -5/+5 |
|
|
* | ENH: Added generation of rules to manually request preprocessed or generated ... | Brad King | 2006-08-08 | 1 | -0/+98 |
|
|
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -1/+1 |
|
|
* | ENH: added progress to custom commands with comments | Ken Martin | 2006-07-13 | 1 | -0/+13 |
|
|
* | BUG: reduce the number of file handles kept open | Ken Martin | 2006-07-12 | 1 | -13/+12 |
|
|
* | ENH: fix compile warning | Ken Martin | 2006-07-11 | 1 | -2/+0 |
|
|
* | BUG: changed to progress to make it more flexible and to no relink targets as... | Ken Martin | 2006-07-11 | 1 | -10/+62 |
|
|
* | STYLE: Fix some style errors | Andy Cedilnik | 2006-07-10 | 1 | -77/+78 |
|
|
* | BUG: Several fixes to handle bundle content on Mac OSX | Andy Cedilnik | 2006-07-06 | 1 | -2/+9 |
|
|
* | ENH: Added generation of link rules into script files executed by a cmake -E ... | Brad King | 2006-06-15 | 1 | -0/+50 |
|
|
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -1/+2 |
|
|
* | ENH: cleanup | Ken Martin | 2006-06-12 | 1 | -9/+10 |
|
|
* | ENH: some cleanup to progress | Ken Martin | 2006-06-12 | 1 | -8/+9 |
|
|
* | ENH: line lengths | Ken Martin | 2006-06-05 | 1 | -1/+2 |
|
|
* | BUG: Custom command outputs listed explicitly as source files in a target sho... | Brad King | 2006-06-01 | 1 | -66/+111 |
|
|
* | BUG: Updated Makefile dependency scanning to provide a full local generator t... | Brad King | 2006-05-25 | 1 | -10/+21 |
|
|
* | BUG: Fix for spaces in path to build directory with new progress stuff. | Brad King | 2006-05-23 | 1 | -3/+6 |
|
|
* | ENH: always compile progress | Ken Martin | 2006-05-23 | 1 | -0/+16 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -27/+40 |
|
|
* | BUG: Make sure each cmake_depends process uses the same SystemTools path tran... | Brad King | 2006-04-27 | 1 | -0/+11 |
|
|
* | ENH: ignore all files that we do not know about just like in ide generators | Bill Hoffman | 2006-04-21 | 1 | -3/+1 |
|
|
* | ENH: name pdb files for visual studio make based builds | Bill Hoffman | 2006-04-19 | 1 | -0/+8 |
|
|
* | ENH: fix java and add OBJECT_DIR support | Bill Hoffman | 2006-04-17 | 1 | -0/+6 |
|
|
* | BUG: Work-around Watcom WMake limitation for multiple-output custom command s... | Brad King | 2006-04-13 | 1 | -0/+5 |
|
|