summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakeMinimumRequired.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Cleanup policy version interface presented to user.Brad King2008-03-241-6/+5
| | | | | | | - In cmake_minimum_required do not set policy version if current CMake is too old - In cmPolicies::ApplyPolicyVersion report error if version is too new or cannot be parsed
* ENH: clean up some policy stuff and interactions with ↵Ken Martin2008-03-071-0/+9
| | | | CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED
* BUG: change the handling of CMAKE_MINIMUM_REQUIRED and ↵Ken Martin2008-03-061-3/+0
| | | | BACKWARDS_COMPATIBILITY and extend the documentaiton quite a bit
* ENH: Make CMAKE_MINIMUM_REQUIRED command FATAL_ERROR option implicit (always ↵Brad King2008-03-041-15/+2
| | | | on). Accept but ignore the existing option.
* ENH: more policy changesKen Martin2008-03-041-0/+3
|
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵Bill Hoffman2006-11-291-3/+3
| | | | use cmVersion
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+6
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-5/+8
|
* ENH: Added FATAL_ERROR option and fixed check to not have floating point ↵Brad King2006-02-141-23/+90
| | | | roundoff problems.
* ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch ↵Brad King2005-06-171-1/+11
| | | | level. Submitted by Alexander Neundorf.
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵Brad King2002-10-101-1/+1
| | | | Removed cmInputStringStream.
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-191-4/+3
| | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
* WAR: remove warnings for .NET compilerBill Hoffman2002-04-251-1/+1
|
* BUG: add missing includeBill Hoffman2002-04-181-0/+1
|
* ENH: backwards compatible for VTK 4.0, add cmake version requiresBill Hoffman2002-04-171-0/+45