Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify ↵ | Brad King | 2008-01-17 | 1 | -0/+26 |
| | | | | implementation of SET_PROPERTY command by using them. | ||||
* | ENH: different way of testing properties | Ken Martin | 2007-11-06 | 1 | -62/+4 |
| | |||||
* | ENH: added CMAKE_STRICT option for var and property checking | Ken Martin | 2007-10-16 | 1 | -3/+0 |
| | |||||
* | ENH: added the ability to document variables and cached_variables | Ken Martin | 2007-06-25 | 1 | -0/+12 |
| | |||||
* | ENH: add project to target map, not used yet, but created | Bill Hoffman | 2007-03-13 | 1 | -3/+6 |
| | |||||
* | ENH: change STRICT to CMAKE_STRICT | Ken Martin | 2007-01-04 | 1 | -3/+3 |
| | |||||
* | COMP: oops really did not mean to check in that change | Ken Martin | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | COMP: fix warning | Ken Martin | 2006-12-07 | 1 | -0/+2 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -3/+9 |
| | |||||
* | ENH: getting some of the property changed chewcked into CVS at least | Ken Martin | 2006-12-01 | 1 | -0/+140 |