summaryrefslogtreecommitdiff
path: root/Source/cmCMakeMinimumRequired.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmCommand refactor: cmCMakeMinimumRequiredGabor Bencze2019-08-201-20/+30
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+1
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-3/+3
* cmake_minimum_required: Tolerate unknown future argumentsBrad King2018-03-261-10/+35
* cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-6/+21
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-5/+5
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+6
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+1
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-56/+32
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* cmCMakeMinimumRequired: Use unsigned int for version numbersChristoph GrĂ¼ninger2014-12-231-8/+8
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Drop compatibility with CMake < 2.4Brad King2013-10-231-0/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Teach cmake_minimum_required about tweak versionBrad King2010-04-231-6/+13
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-7/+7
* ENH: Ignore unknown cmake_minimum_required argsBrad King2009-01-031-5/+21
* ENH: Cleanup policy version interface presented to user.Brad King2008-03-241-6/+5
* ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATI...Ken Martin2008-03-071-0/+9
* BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT...Ken Martin2008-03-061-3/+0
* ENH: Make CMAKE_MINIMUM_REQUIRED command FATAL_ERROR option implicit (always ...Brad King2008-03-041-15/+2
* ENH: more policy changesKen Martin2008-03-041-0/+3
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-3/+3
* 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 roun...Brad King2006-02-141-23/+90
* ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch lev...Brad King2005-06-171-1/+11
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Re...Brad King2002-10-101-1/+1
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...Brad King2002-06-191-4/+3
* 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