summaryrefslogtreecommitdiffstats
path: root/Source/cmWhileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-7/+6
* cmExecutionStatus: Remove arguments from settersDaniel Pfeifer2017-05-091-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+5
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* 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-2/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-71/+51
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmWhileCommand: Simplify context constructionBrad King2016-04-151-6/+2
* cmConditionEvaluator: Remove GetConditionContext methodBrad King2016-03-291-2/+2
* cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)Stephen Kelly2015-10-201-1/+14
* Fix assertion failure on unmatched function or macroBrad King2015-06-221-5/+12
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* 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/+4
* If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-111-1/+1
* If: Extract cmConditionEvaluator from if() implementationNils Gladitz2014-09-111-7/+8
* cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-081-2/+2
* -remove trailing whitespaceAlex Neundorf2012-02-211-9/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: modified the if command to address bug 9123 someKen Martin2009-06-121-2/+27
* BUG: fix for #9014, FATAL_ERROR not ending loopsBill Hoffman2009-05-131-0/+4
* 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
* BUG: fix memory leak and cleanup error string codeKen Martin2008-06-281-3/+3
* ENH: fix warningsBill Hoffman2008-03-011-1/+1
* ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...Bill Hoffman2008-02-291-3/+4
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-4/+18
* 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-21/+36
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-12/+12
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+4
* ENH: converted macro to use variables and fixed some case issues with some fu...Ken Martin2005-06-231-2/+2
* COMP: fix unused var warningKen Martin2005-01-211-1/+1
* ENH: split up cmCommands into two filesBill Hoffman2005-01-211-0/+1
* ENH: added while commandKen Martin2005-01-211-0/+99