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/+0 |
| | | | | | | | | | | | | | 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: Add ELF file parsing | Brad King | 2008-02-27 | 1 | -0/+1 |
| | | | | | | - Enabled when system provides elf.h - Introduce cmELF class to parse ELF files - Use in cmSystemTools::GuessLibrarySOName to really get soname | ||||
* | ENH: remove CMAKE_PREFIX so changing it does not rebuild all | Bill Hoffman | 2008-02-18 | 1 | -1/+0 |
| | |||||
* | ENH: added CMAKE_STRICT option for var and property checking | Ken Martin | 2007-10-16 | 1 | -0/+1 |
| | |||||
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 1 | -0/+16 |
| | |||||
* | ENH: add rc to version stuff | Bill Hoffman | 2006-11-28 | 1 | -1/+1 |
| | |||||
* | ENH: Propagate cmake variables to macros in C | Andy Cedilnik | 2006-03-17 | 1 | -0/+2 |
| | |||||
* | BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and ↵ | Brad King | 2006-03-16 | 1 | -5/+0 |
| | | | | CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files. | ||||
* | ENH: use cmake variables for cmDynamicLoader to figure out library prefix ↵ | Bill Hoffman | 2004-02-16 | 1 | -0/+5 |
| | | | | and extensions | ||||
* | ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵ | Brad King | 2003-07-21 | 1 | -0/+2 |
| | | | | for package maintainers. | ||||
* | ENH: Centralized setting of CMake version number to top-level CMake listfile. | Brad King | 2003-02-14 | 1 | -2/+3 |
| | |||||
* | ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵ | Brad King | 2002-06-19 | 1 | -0/+1 |
| | | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. | ||||
* | BUG: add in for scope variable | Bill Hoffman | 2001-08-09 | 1 | -0/+1 |
| | |||||
* | ENH: better ability to find cmake program | Bill Hoffman | 2001-06-21 | 1 | -0/+3 |
| | |||||
* | ENH: fix cmake so it can boot strap itself better | Bill Hoffman | 2001-06-20 | 1 | -0/+5 |