summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-11/+9
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-10/+0
* cmState: introduce method for adding scripted commandsDaniel Pfeifer2017-05-111-4/+1
* Merge topic 'dead-code-removal'Brad King2017-05-111-3/+3
|\
| * cmExecutionStatus: Remove arguments from settersDaniel Pfeifer2017-05-091-3/+3
* | cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
|/
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+7
* Merge topic 'remove-cmobject-uses'Brad King2016-10-241-7/+2
|\
| * Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-221-7/+2
* | Separate compilation for commands included in cmBootstrapCommands2Daniel 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
* cmMakefile: Restore nested error logic use of cmExecutionStatusBrad King2016-09-061-2/+2
* cmMakefile: Port nested error logic away from cmExecutionStatusStephen Kelly2016-08-251-2/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-8/+9
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-82/+54
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Remove temporary allocations in cmMacroHelper::InvokeInitialPass.Milian Wolff2016-01-201-9/+7
* cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
* cmMakefile: Remove special handling of MACROS property.Stephen Kelly2015-07-191-1/+1
* cmListFile: Remove FilePath member from cmListFileContext.Stephen Kelly2015-07-061-1/+0
* cmState: Store execution context.Stephen Kelly2015-07-051-0/+1
* cmListFileArgument: Remove FilePath member.Stephen Kelly2015-06-211-5/+0
* cmMakefile: Add filename context to ExpandArguments.Stephen Kelly2015-06-211-1/+2
* cmMacroCommand: Store the FilePath when creating the prototype.Stephen Kelly2015-06-211-4/+1
* cmMakefile: Create a unified raii for macro scopes.Stephen Kelly2015-06-041-8/+3
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-3/+2
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* cmMakefile: Store macro list in a vector not in a map.Stephen Kelly2015-02-211-9/+1
* cmMacroCommand: Manipulate target string directly.Stephen Kelly2015-02-111-14/+10
* cmMacroCommand: Move computation of ARGV%n names out of double loop.Stephen Kelly2015-02-111-4/+9
* cmMacroCommand: Move ARGV replacement out of condition.Stephen Kelly2015-02-111-2/+1
* cmMacroCommand: Remove condition around ARGN replacement.Stephen Kelly2015-02-111-5/+1
* cmMacroCommand: Declare tmps in the scope that it's used.Stephen Kelly2015-02-111-3/+1
* cmMacroCommand: Declare arg in the scope that it is used.Stephen Kelly2015-02-111-1/+2
* cmMacroCommand: Inline variable computation.Stephen Kelly2015-02-111-5/+1
* cmMacroCommand: Compute variables outside of two loops.Stephen Kelly2015-02-111-6/+12
* cmMacroCommand: Remove intermediate arg variables.Stephen Kelly2015-02-111-7/+2
* cmMacroCommand: Remove condition around ARGN computation.Stephen Kelly2015-02-111-4/+1
* cmMacroCommand: Remove conditional append of semicolon.Stephen Kelly2015-02-111-8/+0
* cmMacroCommand: Declare arg variables where used and initialized.Stephen Kelly2015-02-111-21/+9
* cmMacroCommand: Join the args strings outside of the loops.Stephen Kelly2015-02-111-4/+6
* Convert loops to cmJoin algorithm with cmRange.Stephen Kelly2015-02-111-6/+1
* Replace common loop pattern with cmJoinStephen Kelly2015-02-111-8/+1
* Convert loops populating maybe-empty content into the common pattern.Stephen Kelly2015-02-111-9/+14
* cmMacroCommand: Remove counting variable.Stephen Kelly2015-02-111-9/+4
* cmMacroCommand: Execute loop only if it has an effect.Stephen Kelly2015-02-111-9/+12