Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into ↵ | Brad King | 2008-01-18 | 3 | -0/+75 |
| | | | | a COMPILE_DEFINITIONS directory property. | ||||
* | ENH: Use new set_property signature to set COMPILE_DEFINITIONS properties in ↵ | Brad King | 2008-01-17 | 1 | -17/+19 |
| | | | | Preprocess test. | ||||
* | ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> ↵ | Brad King | 2008-01-16 | 1 | -4/+4 |
| | | | | for better documentation clarity. | ||||
* | BUG: Test needs ansi C code support. | Brad King | 2008-01-15 | 1 | -0/+5 |
| | |||||
* | BUG: Disable semicolon test on VS 7.0. | Brad King | 2008-01-14 | 1 | -3/+6 |
| | |||||
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. ↵ | Brad King | 2008-01-14 | 7 | -0/+569 |
Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators. |