summaryrefslogtreecommitdiff
path: root/Source/cmSetCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-1/+1
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-2/+2
* cmState: more members will use std::stringVitaly Stakhovsky2020-01-021-1/+1
* cmCommand refactor: cmSetCommandGabor Bencze2019-08-201-15/+14
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* set: warn of extra arguments after ENV value.Taylor Holberton2019-02-011-0/+8
* set: warn if CACHE type is not recognizedTaylor Holberton2019-01-301-1/+10
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-4/+4
* cm{Unset,Set}Command: use std::string to determine the env variable nameMatthias Maennich2017-10-101-10/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+8
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-4/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-1/+1
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-3/+4
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-73/+49
* cmSetCommand: Re-use local named variable.Stephen Kelly2015-09-271-1/+1
* cmSetCommand: Fix typo in comment.Stephen Kelly2015-09-271-1/+1
* cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-5/+5
* Port to cmState.Stephen Kelly2015-04-131-3/+3
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-3/+4
* Revert topic 'refactor-cache-api'Brad King2015-04-071-4/+3
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-3/+4
* cmSet: Replace loop with cmJoin.Stephen Kelly2015-02-111-11/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-1/+1
* set: Fix handling of empty value with PARENT_SCOPEDaniele E. Domenichelli2013-11-131-9/+2
* set: Handle value-less PARENT_SCOPE explicitlyDaniele E. Domenichelli2013-11-131-0/+8
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-10/+10
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* 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
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-3/+3
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-0/+1
* STYLE: cacheStart is used only locally in the if-branchAlexander Neundorf2009-05-101-2/+1
* BUG: fix issue with -D and cache forceBill Hoffman2008-11-211-1/+1
* ENH: Simplify error message for invalid set(... CACHE) calls to make it look ...Brad King2008-03-131-11/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-181-10/+37