Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up ↵ | Brad King | 2007-03-09 | 1 | -0/+5 |
| | | | | creation of rules to drive creation of extra outputs generated as side effects of another rule. Reimplemented generation of custom command multiple output rules to use it. Reimplemented soname symlink output dependencies to use it. Now if a symlink is deleted the library will be recreated with the symlink. | ||||
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -1/+1 |
| | |||||
* | ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type ↵ | Brad King | 2006-12-14 | 1 | -2/+2 |
| | | | | cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set. | ||||
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵ | Brad King | 2006-09-28 | 1 | -0/+4 |
| | | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. | ||||
* | BUG: reduce the number of file handles kept open | Ken Martin | 2006-07-12 | 1 | -2/+0 |
| | |||||
* | BUG: changed to progress to make it more flexible and to no relink targets ↵ | Ken Martin | 2006-07-11 | 1 | -0/+18 |
| | | | | as often | ||||
* | ENH: Added generation of link rules into script files executed by a cmake -E ↵ | Brad King | 2006-06-15 | 1 | -0/+1 |
| | | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells. | ||||
* | BUG: Custom command outputs listed explicitly as source files in a target ↵ | Brad King | 2006-06-01 | 1 | -5/+8 |
| | | | | should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds. | ||||
* | ENH: Add support for adding content to bundles | Andy Cedilnik | 2006-03-28 | 1 | -16/+17 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | ENH: add support for removing language flags from shared library and shared ↵ | Bill Hoffman | 2006-03-14 | 1 | -1/+2 |
| | | | | module link commands | ||||
* | COMP: fix compiler warning | Ken Martin | 2006-02-15 | 1 | -3/+4 |
| | |||||
* | ENH: some reorg of the unix makefile generator | Ken Martin | 2006-02-15 | 1 | -1/+1 |
| | |||||
* | ENH: some cleanup of the makefile generator | Ken Martin | 2006-02-14 | 1 | -0/+152 |