summaryrefslogtreecommitdiff
path: root/Source/cmMarkAsAdvancedCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-1/+1
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-0/+1
* cmMarkAsAdvancedCommand: ignore variables which don't exist in the cacheBen Boeckel2020-01-201-5/+57
* cmCommand refactor: cmMarkAsAdvancedCommandGabor Bencze2019-08-201-7/+6
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+5
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-25/+17
* Always cache entries through the cmake instance.Stephen Kelly2015-10-101-1/+2
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* Port to cmState.Stephen Kelly2015-04-131-6/+6
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-10/+5
* Revert topic 'refactor-cache-api'Brad King2015-04-071-5/+10
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-10/+5
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* STYLE: Fixed line-too-long.Brad King2007-04-111-1/+2
* BUG: When a non-cache variable is marked as advance do not use the cmMakefile...Brad King2007-04-101-2/+2
* STYLE: fix line lengthKen Martin2006-05-121-2/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Fix problems with advanced not being marked.Andy Cedilnik2002-09-171-1/+1
* Fix mark as advanced. Now it should work properlyAndy Cedilnik2002-09-121-1/+5
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-9/+12
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: add mark as not advanced to mark as advancedBill Hoffman2001-12-071-4/+21
* fix warningBill Hoffman2001-11-281-1/+1
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+63