summaryrefslogtreecommitdiff
path: root/Source/cmForEachCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Avoid else after returnDaniel Pfeifer2016-09-161-3/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-4/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-125/+86
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Merge topic 'fix-function-missing-end'Brad King2015-06-231-8/+14
|\
| * Fix assertion failure on unmatched function or macroBrad King2015-06-221-8/+14
* | foreach: Remove unused variables.Stephen Kelly2015-05-241-2/+0
|/
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* continue: Add a new CMake language command for loop continuation (#14013)Gregor Jasny2014-12-011-0/+4
* Track nested loop levels in CMake language with a stack of countersGregor Jasny2014-11-251-0/+8
* Remove some c_str() calls.Stephen Kelly2014-03-111-8/+8
* 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
* BUG: fix for #9014, FATAL_ERROR not ending loopsBill Hoffman2009-05-131-0/+4
* ENH: New foreach(<var> IN ...) modeBrad King2009-03-171-0/+48
* ENH: Better handling of mismatched blocksBrad King2009-01-211-1/+2
* ENH: Better error message for unclosed blocksBrad King2009-01-211-9/+0
* ENH: Refactor function blocker deletionBrad King2009-01-201-11/+4
* ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...Bill Hoffman2008-02-291-4/+4
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-4/+23
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-1/+2
* ENH: reduce string construct delete opsKen Martin2006-05-311-3/+3
* ENH: allow loose loop constructsKen Martin2006-05-181-8/+19
* STYLE: fix line lengthKen Martin2006-05-101-1/+3
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-21/+21
* ENH: converted macro to use variables and fixed some case issues with some fu...Ken Martin2005-06-231-2/+2
* COMP: fix possible poroblem with freed memoryKen Martin2005-06-221-2/+6
* COMP: fix unused variableKen Martin2005-06-221-3/+0
* ENH: changed FOREACH to use variables instead of string replacementKen Martin2005-06-221-18/+7
* BUG: Propagate file name and line number inside FOREACH. Fixes Bug #1169 - Er...Andy Cedilnik2004-09-151-0/+2
* ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...Brad King2004-08-041-0/+2
* better error checking for FOREACHKen Martin2004-05-121-1/+2
* ENH: Add RANGE support to FOREACHAndy Cedilnik2004-04-291-1/+73
* perf improvementKen Martin2003-06-231-2/+5
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-48/+44
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-4/+4
* removed some includesKen Martin2002-09-271-1/+0
* fixed if statements inside a foreachKen Martin2002-07-171-1/+7
* ENH: support semi-colon format (list of args as string)Sebastien Barre2002-03-251-1/+4
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* new borland generator moved into placeBill Hoffman2001-11-301-1/+1
* ENH: clean up warningsBill Hoffman2001-11-131-1/+1
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* new commandsKen Martin2001-07-251-0/+131