summaryrefslogtreecommitdiff
path: root/Source/cmRemoveCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-4/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* cmCommand refactor: cmRemoveCommandGabor Bencze2019-08-201-6/+5
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-4/+3
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* cmSystemTools: Add ExpandedListArgument and ExpandedLists methodsSebastian Holtermann2019-05-131-6/+4
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-4/+4
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-24/+15
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-4/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* 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/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* BUG: fix broken commandBill Hoffman2003-03-211-2/+2
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-6/+4
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* minor fixKen Martin2002-08-051-3/+8
* updated for 1.4Ken Martin2002-04-221-0/+77