summaryrefslogtreecommitdiffstats
path: root/Source/cmForEachCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCommand refactor: cmForEachCommandGabor Bencze2019-08-201-12/+18
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* cmExecutionStatus: Remove function ClearRegina Pfeifer2019-08-061-2/+1
* cmFunctionBlocker: Recycle functionsRegina Pfeifer2019-07-311-3/+2
* cmFunctionBlocker: Move check for matching argsRegina Pfeifer2019-07-301-14/+8
* cmFunctionBlocker: Move common logic to baseRegina Pfeifer2019-07-301-36/+7
* cm*FunctionBlocker: Extract function ReplayRegina Pfeifer2019-07-301-38/+48
* cm*FunctionBlocker: Move to source fileRegina Pfeifer2019-07-301-0/+19
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-4/+4
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-1/+1
* cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptrSebastian Holtermann2019-07-171-11/+11
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-2/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-4/+2
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* clang-tidy: fix warnings from version 7Regina Pfeifer2018-11-201-1/+1
* Revise implementation of case-insensitive command namesFlorian Jacomme2018-05-221-3/+3
* cmForEachCommand: prevent leakageMatthias Maennich2017-10-301-2/+3
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-4/+5
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-2/+2
* cmExecutionStatus: Remove arguments from settersDaniel Pfeifer2017-05-091-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+8
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+2
* 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-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