summaryrefslogtreecommitdiff
path: root/Source/cmSubdirCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* add_subdirectory: Add SYSTEM optionDa Quexian2022-09-261-2/+2
* cmSubdirCommand: Port away from cmCommandRegina Pfeifer2019-09-121-16/+12
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+3
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-4/+3
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-10/+9
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-4/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+3
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* 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-34/+23
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Remove unused PreOrder member.Stephen Kelly2015-04-011-4/+3
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-7/+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-1/+2
* ENH: some code cleanupKen Martin2007-03-121-4/+4
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-2/+2
* ENH: add support for out of source sourceKen Martin2005-03-141-5/+22
* ENH: add SUBDIR PREORDER and fix clean for non-relative pathsBill Hoffman2004-04-231-1/+7
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-1/+7
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* Subdirs reports an error if the subdirectory does not existsAndy Cedilnik2002-10-241-2/+15
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* 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: Expand vars in SUBDIRSSebastien Barre2002-02-251-2/+4
* 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
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-0/+33