| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Cleaned up generation of directory-level rules and their support structu... | Brad King | 2006-03-01 | 1 | -54/+35 |
|
|
* | ENH: try to fix things up for the dashboard | Bill Hoffman | 2006-02-23 | 1 | -1/+1 |
|
|
* | ENH: Properly handle target dependencies | Andy Cedilnik | 2006-02-23 | 1 | -3/+5 |
|
|
* | ENH: Remove debug | Andy Cedilnik | 2006-02-23 | 1 | -11/+0 |
|
|
* | ENH: Add a notion of a global target | Andy Cedilnik | 2006-02-23 | 1 | -75/+40 |
|
|
* | ENH: Implemented RPATH specification support. It is documented by the comman... | Brad King | 2006-02-16 | 1 | -2/+16 |
|
|
* | ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_... | Brad King | 2006-02-15 | 1 | -174/+156 |
|
|
* | ENH: some reorg of the unix makefile generator | Ken Martin | 2006-02-15 | 1 | -1839/+397 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -2/+8 |
|
|
* | ENH: allow for - in the name of targets for nmake | Bill Hoffman | 2006-02-06 | 1 | -1/+3 |
|
|
* | ENH: more cleanup and removal of old code | Ken Martin | 2006-01-30 | 1 | -83/+8 |
|
|
* | ENH: cleanup and remove some old code | Ken Martin | 2006-01-30 | 1 | -52/+15 |
|
|
* | ENH: add COMPILE_FLAGS to targets | Bill Hoffman | 2006-01-25 | 1 | -0/+4 |
|
|
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -17/+91 |
|
|
* | ENH: Further centralized custom command dependency computation. Custom comma... | Brad King | 2006-01-14 | 1 | -42/+14 |
|
|
* | COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries. | Brad King | 2006-01-13 | 1 | -2/+2 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -62/+42 |
|
|
* | ENH: fix bundles for Mac and Xcode | Bill Hoffman | 2006-01-05 | 1 | -0/+21 |
|
|
* | BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help | Bill Hoffman | 2006-01-02 | 1 | -7/+13 |
|
|
* | ENH: fix so verbose is put in the correct place | Bill Hoffman | 2005-12-31 | 1 | -8/+8 |
|
|
* | ENH: make sure -F is not duplicated | Bill Hoffman | 2005-12-27 | 1 | -4/+24 |
|
|
* | ENH: remove warning | Bill Hoffman | 2005-12-27 | 1 | -1/+5 |
|
|
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -0/+24 |
|
|
* | ENH: fix borland make clean targets before build, add new generators for msys... | Bill Hoffman | 2005-12-22 | 1 | -16/+38 |
|
|
* | BUG: Libraries and executables that are built with version numbers and symlin... | Brad King | 2005-12-21 | 1 | -5/+35 |
|
|
* | COMP: Fix conversion warning. | Brad King | 2005-12-14 | 1 | -1/+1 |
|
|
* | ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ... | Brad King | 2005-12-14 | 1 | -81/+45 |
|
|
* | ENH: removed TARGET_DIR_PREFIX support and someother fix | Ken Martin | 2005-12-13 | 1 | -10/+3 |
|
|
* | PERF: apply patch for bug 2575 speeds up depend scanning | Bill Hoffman | 2005-12-09 | 1 | -1/+5 |
|
|
* | BUG: Fixed support for external object files built by custom commands. Also ... | Brad King | 2005-11-17 | 1 | -2/+17 |
|
|
* | BUG: make the clean target work | Bill Hoffman | 2005-10-28 | 1 | -8/+9 |
|
|
* | ENH: fix for bad placement of SILENT target | Ken Martin | 2005-10-21 | 1 | -24/+28 |
|
|
* | BUG: symlink issue | Ken Martin | 2005-10-21 | 1 | -1/+5 |
|
|
* | BUG: fix bad checkin that had debugging code in it | Ken Martin | 2005-10-21 | 1 | -1/+1 |
|
|
* | BUG: fix over checking of build system | Ken Martin | 2005-10-20 | 1 | -4/+7 |
|
|
* | BUG: fix for def files and new local target link lines | Ken Martin | 2005-10-20 | 1 | -2/+2 |
|
|
* | ENH: missing check_build_system for all target | Ken Martin | 2005-10-20 | 1 | -0/+2 |
|
|
* | ENH: big cleanup and fix for jump commands | Ken Martin | 2005-10-20 | 1 | -80/+104 |
|
|
* | COMP: fix compiler error | Ken Martin | 2005-10-19 | 1 | -3/+1 |
|
|
* | BUG: cd into local directory to reduce link line length | Ken Martin | 2005-10-19 | 1 | -102/+47 |
|
|
* | ENH: Improve performance of check build system by creating another file that ... | Andy Cedilnik | 2005-10-12 | 1 | -8/+23 |
|
|
* | BUG: If the scanner is not defined this would crash. For example when using n... | Andy Cedilnik | 2005-08-19 | 1 | -18/+18 |
|
|
* | ENH: Added versioned executable support. This partially addresses bug#2143. ... | Brad King | 2005-08-17 | 1 | -22/+52 |
|
|
* | BUG: Do not make a file depend on a virtual target. That causes everything t... | Brad King | 2005-08-17 | 1 | -8/+0 |
|
|
* | COMP: Cannot use first/last insertion constructor of std::set because it is n... | Brad King | 2005-08-17 | 1 | -2/+6 |
|
|
* | ENH: Adding support for automatically adding the OBJECT_DEPENDS for generated... | Brad King | 2005-08-17 | 1 | -5/+62 |
|
|
* | BUG: fix for sun make with spaces | Ken Martin | 2005-08-09 | 1 | -2/+2 |
|
|
* | ENH: have the build.make file include flags.make and use the language flags | Ken Martin | 2005-08-08 | 1 | -26/+13 |
|
|
* | BUG: Do not escape CMAKE_COMMAND twice. | Brad King | 2005-08-08 | 1 | -2/+1 |
|
|
* | ENH: fix and issue with spaces in paths | Ken Martin | 2005-08-08 | 1 | -0/+3 |
|
|