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: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -5/+7 |
| | | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions. | ||||
* | ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch ↵ | Brad King | 2005-06-17 | 1 | -0/+1 |
| | | | | level. Submitted by Alexander Neundorf. | ||||
* | ENH: Add development version support in CMake | Andy Cedilnik | 2004-10-22 | 1 | -0/+40 |