Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test cache entry property "STRINGS" | Brad King | 2009-07-29 | 1 | -1/+5 |
| | | | | | The STRINGS property tells cmake-gui to create a drop-down selection list. This teaches the Properties test to set and verify its value. | ||||
* | ENH: Teach set/get_property about CACHE properties | Brad King | 2009-03-10 | 1 | -0/+26 |
| | | | | | | | | This adds the CACHE option to set_property and get_property commands. This allows full control over cache entry information, so advanced users can tweak their project cache as desired. The set_property command allows only pre-defined CACHE properties to be set since others would not persist anyway. | ||||
* | ENH: support unset of properties | Ken Martin | 2008-04-01 | 1 | -3/+35 |
| | |||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | ENH: Updated DEFINE_PROPERTY command to be more extendible and more ↵ | Brad King | 2008-02-14 | 1 | -2/+4 |
| | | | | consistent with new SET_PROPERTY and GET_PROPERTY signatures. | ||||
* | ENH: Changed signature of GET_PROPERTY command to be more powerful and ↵ | Brad King | 2008-01-17 | 1 | -10/+12 |
| | | | | extendible. | ||||
* | ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more ↵ | Brad King | 2008-01-17 | 1 | -5/+4 |
| | | | | powerful signature. | ||||
* | ENH: Added SOURCES property to targets. This is based on patch from issues ↵ | Brad King | 2007-12-17 | 1 | -1/+11 |
| | | | | #6137. | ||||
* | ENH: some property cleanup and added GetProperty | Ken Martin | 2007-06-25 | 1 | -4/+30 |
| | |||||
* | ENH: added new test for SourceFile objects and properties | Ken Martin | 2007-05-31 | 4 | -0/+38 |