summaryrefslogtreecommitdiff
path: root/Source/cmFunctionCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* return(): Propagate variables to result scopeMarc Chevrier2022-09-031-0/+1
* cmState: Prohibit override of flow control commandsKyle Edwards2020-10-221-2/+5
* cmListFileCache: Make cmListFileFunction a shared pointerOleksandr Koval2020-10-011-1/+1
* cmMakefile: Simplify ExpandArguments signatureBrad King2020-09-281-2/+1
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+2
* cmFunctionCommand: Introduce `CMAKE_CURRENT_FUNCTION*` variablesAlex Turbov2019-12-101-0/+21
* Refactor: Modernize `function` commandAlex Turbov2019-12-071-27/+30
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-2/+3
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+3
* cmCommand refactor: cmFunctionCommandGabor Bencze2019-08-201-4/+7
* cmFunctionBlocker: Recycle functionsRegina Pfeifer2019-07-311-3/+3
* cmFunctionBlocker: Move check for matching argsRegina Pfeifer2019-07-311-16/+9
* cmFunctionBlocker: Move common logic to baseRegina Pfeifer2019-07-311-28/+7
* cm*FunctionBlocker: Extract function ReplayRegina Pfeifer2019-07-311-11/+19
* cm*FunctionBlocker: Move to source fileRegina Pfeifer2019-07-301-0/+14
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-5/+5
* cmState: Add scripted commands by valueRegina Pfeifer2019-07-211-47/+27
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-1/+1
* cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptrSebastian Holtermann2019-07-171-3/+5
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-5/+8
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+1
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-5/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* Revise implementation of case-insensitive command namesFlorian Jacomme2018-05-221-4/+3
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-2/+2
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-10/+0
* cmState: introduce method for adding scripted commandsDaniel Pfeifer2017-05-111-5/+1
* Merge topic 'dead-code-removal'Brad King2017-05-111-1/+1
|\
| * cmExecutionStatus: Remove arguments from settersDaniel Pfeifer2017-05-091-1/+1
* | cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
|/
* 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-231-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-061-0/+1