summaryrefslogtreecommitdiff
path: root/Source/cmMacroCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* return(): Propagate variables to result scopeMarc Chevrier2022-09-031-1/+1
* Trace: include `line_end` field in json-v1 formatBraulio Valdivielso Martinez2022-02-091-1/+1
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-1/+1
* cmState: Prohibit override of flow control commandsKyle Edwards2020-10-221-2/+5
* cmListFileCache: Make cmListFileFunction a shared pointerOleksandr Koval2020-10-011-8/+7
* 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
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-2/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-4/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* cmCommand refactor: cmMacroCommandGabor Bencze2019-08-201-4/+7
* cmFunctionBlocker: Recycle functionsRegina Pfeifer2019-07-311-4/+4
* cmFunctionBlocker: Move check for matching argsRegina Pfeifer2019-07-311-16/+9
* cmFunctionBlocker: Move common logic to baseRegina Pfeifer2019-07-311-29/+6
* cm*FunctionBlocker: Extract function ReplayRegina Pfeifer2019-07-311-12/+20
* 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
* cmState: Add scripted commands by valueRegina Pfeifer2019-07-211-36/+18
* 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/+7
* 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
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-1/+1
* Revise implementation of case-insensitive command namesFlorian Jacomme2018-05-221-3/+3
* cmMacroCommand: Fix format string to match type of argumentjrp20142018-04-051-1/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+2
* 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-11/+9
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-10/+0
* cmState: introduce method for adding scripted commandsDaniel Pfeifer2017-05-111-4/+1
* Merge topic 'dead-code-removal'Brad King2017-05-111-3/+3
|\
| * cmExecutionStatus: Remove arguments from settersDaniel Pfeifer2017-05-091-3/+3
* | 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 cmBootstrapCommands2Daniel 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-2/+2
* cmMakefile: Port nested error logic away from cmExecutionStatusStephen Kelly2016-08-251-2/+2