summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Drop builtin command documentationBrad King2013-10-161-18/+0
* cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-081-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-5/+5
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-0/+11