summaryrefslogtreecommitdiffstats
path: root/Source/cmFunctionCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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 cmBootstrapCommands1Daniel 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-3/+3
* cmMakefile: Port nested error logic away from cmExecutionStatusStephen Kelly2016-08-251-3/+3
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-8/+9
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-68/+45
* cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
* cmState: Store execution context.Stephen Kelly2015-07-051-0/+1
* cmListFileArgument: Remove FilePath member.Stephen Kelly2015-06-211-11/+0
* cmMakefile: Add filename context to ExpandArguments.Stephen Kelly2015-06-211-1/+2
* cmFunctionCommand: Store the FilePath when creating the prototype.Stephen Kelly2015-06-211-0/+3
* cmMakefile: Create a unified raii for function scopes.Stephen Kelly2015-06-041-11/+3
* Merge topic 'fix-function-missing-endforeach'Brad King2015-05-191-1/+1
|\
| * Fix assertion failure on unmatched foreach in function (#15572)Brad King2015-05-181-1/+1
* | Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-3/+2
* | cmFunctionCommand: Remove ineffectual code.Stephen Kelly2015-02-211-5/+0
* | cmFunctionCommand: Replace loops with cmJoin.Stephen Kelly2015-02-121-19/+4
* | cmFunctionCommand: Remove counting variable.Stephen Kelly2015-02-121-9/+5
* | cmFunctionCommand: Split loop in two.Stephen Kelly2015-02-121-2/+4
* | Replace common loop pattern with cmJoinStephen Kelly2015-02-111-6/+2
|/
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-2/+2
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* | 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-6/+6
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-18/+0
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-10/+10
* 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
* Remove old false positive avoidance codeBen Boeckel2010-09-171-4/+0
* Mark ARGC, ARGV*, and ARGN as usedBen Boeckel2010-09-151-0/+8
* 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/+2
* ENH: Better handling of mismatched blocksBrad King2009-01-211-1/+1
* ENH: Better error message for unclosed blocksBrad King2009-01-211-11/+0
* BUG: Pop a function scope even on errorBrad King2009-01-141-3/+2
* ENH: New format for warning and error messagesBrad King2008-03-071-12/+6
* ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...Bill Hoffman2008-02-291-5/+5
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-6/+17
* BUG: fix issue with CMAKE_CURENT_LIST_FILE reporting in funcitonsKen Martin2007-12-201-2/+12