summaryrefslogtreecommitdiff
path: root/Source/cmAddDefinitionsCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-11/+5
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+4
* 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-10/+7
* 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-2/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-3/+4
* 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
* modified to accept no argumentsKen Martin2002-07-201-2/+2
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-3/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* BUG: Needed to expand variables of definitions.Brad King2001-08-011-1/+3
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* added if else endif add definitionKen Martin2001-04-191-0/+33