Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Define RULE_LAUNCH_* properties | Brad King | 2009-02-10 | 1 | -0/+2 |
| | | | | | | | This defines global, directory, and target properties RULE_LAUNCH_COMPILE, RULE_LAUNCH_LINK, and RULE_LAUNCH_CUSTOM. Their values specify 'launcher' command lines which are prefixed to compile, link, and custom build rules by Makefile generators. | ||||
* | ENH: Updated DEFINE_PROPERTY command to be more extendible and more ↵ | Brad King | 2008-02-14 | 1 | -4/+4 |
| | | | | consistent with new SET_PROPERTY and GET_PROPERTY signatures. | ||||
* | ENH: Re-enable diagnosis of non-unique target names. | Brad King | 2008-02-14 | 1 | -26/+29 |
| | | | | | | | | - Re-enable enforcement in cmMakefile::EnforceUniqueName - Improve error message to help user resolve the problem - Fix Modules/CTestTargets.cmake to not duplicate testing targets - Move commands used by the changes to Modules/CTestTargets.cmake to build during bootstrap: DEFINE_PROPERTY, GET_PROPERTY | ||||
* | ENH: On Visual Studio and Xcode handle config type | Andy Cedilnik | 2006-10-12 | 1 | -3/+9 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2005-08-03 | 1 | -0/+60 |