summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* For macros make sure the FilePath points to a valid pointer in the args.Bill Hoffman2010-09-011-2/+10
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Better policies for functions and macrosBrad King2009-01-221-0/+8
* ENH: Enforce logical blocks in functions/macrosBrad King2009-01-211-0/+4
* ENH: Better handling of mismatched blocksBrad King2009-01-211-1/+1
* ENH: Better error message for unclosed blocksBrad King2009-01-211-11/+0
* ENH: Improve context for errors in macrosBrad King2008-09-241-29/+2
* ENH: New format for warning and error messagesBrad King2008-03-071-17/+5
* 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-6/+22
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-1/+2
* ENH: fix warningBill Hoffman2006-12-011-1/+0
* BUG: fix for 3815 seg faultBill Hoffman2006-12-011-4/+10