summaryrefslogtreecommitdiff
path: root/Source/cmOptionCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-2/+2
* set(CACHE): do not remove normal variableMarc Chevrier2021-05-201-0/+7
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-2/+2
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-9/+7
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* cmCommand refactor: cmOptionCommandGabor Bencze2019-08-201-13/+13
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* Merge topic 'definitions-get'Brad King2018-09-071-2/+2
|\
| * cmStateSnapshot::GetDefinition(): Return std::string const*Vitaly Stakhovsky2018-09-051-2/+2
* | Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
|/
* option: No CMP077 warnings when both cache and local variable existsRobert Maynard2018-07-101-26/+36
* option: respect existing normal variableRobert Maynard2018-07-091-9/+43
* cmOption: Remove VTK 4.0 workaroundsRobert Maynard2018-06-211-13/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-2/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+7
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-23/+16
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+2
* Port to cmState.Stephen Kelly2015-04-131-4/+4
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-6/+6
* Revert topic 'refactor-cache-api'Brad King2015-04-071-6/+6
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-6/+6
* Replace common loop pattern with cmJoinStephen Kelly2015-02-111-5/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* stringapi: Use strings for cache iterator valuesBen Boeckel2014-03-081-4/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Remove CMake Policy CMP0015 until it is revisedBrad King2009-10-081-1/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix option() interpretation of non-boolean valuesBrad King2009-09-111-1/+2
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-0/+1
* Remove barely-used cmMakefile::AddCacheDefinitionBrad King2009-09-101-4/+2
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: fix line lengthKen Martin2006-05-121-3/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* BUG: fix for 282Bill Hoffman2004-04-151-0/+1
* ERR: Fix problems with OPTION and -D on command line. Fix Bug #408 - Using -D...Andy Cedilnik2003-12-291-9/+18
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* WAR: remove warnings for .NET compilerBill Hoffman2002-04-251-1/+1
* ENH: backwards compatible for VTK 4.0, add cmake version requiresBill Hoffman2002-04-171-3/+24
* ENH: add error checking for option commands with too many argumentsBill Hoffman2002-03-111-1/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: do not write over existing cache values even doc strings to avoid changi...Berk Geveci2001-11-271-6/+0