summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigure.cmake.h.in
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Overhaul CMake version numberingBrad King2009-03-051-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 parsingBrad King2008-02-271-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 allBill Hoffman2008-02-181-1/+0
|
* ENH: added CMAKE_STRICT option for var and property checkingKen Martin2007-10-161-0/+1
|
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-271-0/+16
|
* ENH: add rc to version stuffBill Hoffman2006-11-281-1/+1
|
* ENH: Propagate cmake variables to macros in CAndy Cedilnik2006-03-171-0/+2
|
* BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and ↵Brad King2006-03-161-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 Hoffman2004-02-161-0/+5
| | | | and extensions
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵Brad King2003-07-211-0/+2
| | | | for package maintainers.
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-141-2/+3
|
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-191-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 variableBill Hoffman2001-08-091-0/+1
|
* ENH: better ability to find cmake programBill Hoffman2001-06-211-0/+3
|
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-201-0/+5