summaryrefslogtreecommitdiff
path: root/Source/cmMacroCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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-111-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
* cmMacroCommand: Extract iteration starting point.Stephen Kelly2015-02-111-2/+3
* cmMacroCommand: Replace a loop with cmJoin.Stephen Kelly2015-02-111-3/+3
* 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-2/+2
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-1/+1
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+1
|/
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* macro: Do not substitute for placeholders in bracket argumentsBrad King2013-10-301-0/+7
* macro: Add extra indentation to placeholder substitution codeBrad King2013-10-301-51/+51