summaryrefslogtreecommitdiffstats
path: root/Source/cmMacroCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: fix compile errorBill Hoffman2006-10-031-3/+4
* BUG: fix for seg fault bug #3815Bill Hoffman2006-10-031-0/+4
* ENH: reduce string construct delete opsKen Martin2006-05-311-3/+3
* ENH: always compile progressKen Martin2006-05-231-5/+16
* STYLE: fix line lengthKen Martin2006-05-121-2/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-48/+46
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-40/+43
* ENH: revert back to string replacement versionKen Martin2005-07-051-84/+119
* COMP: fix compiler warningsKen Martin2005-06-231-2/+1
* ENH: converted macro to use variables and fixed some case issues with some fu...Ken Martin2005-06-231-120/+86
* ENH: Save command that macro overwritesAndy Cedilnik2005-06-141-0/+9
* ENH: performance improvementsBill Hoffman2005-04-121-3/+9
* COMP: fix warningKen Martin2005-03-181-2/+1
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-165/+238
* ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...Brad King2004-08-041-0/+16
* ENH: make it run much fasterBill Hoffman2004-05-191-44/+55
* ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all argu...Andy Cedilnik2004-04-291-0/+39
* WRN: remove warningsBill Hoffman2004-04-271-5/+4
* macros now support varargsKen Martin2004-04-261-2/+31
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-0/+9
* performance improvementsKen Martin2003-06-241-12/+13
* perf improvementKen Martin2003-06-231-3/+7