summaryrefslogtreecommitdiff
path: root/Source/cmExecutionStatus.h
Commit message (Expand)AuthorAgeFilesLines
* return(): Propagate variables to result scopeMarc Chevrier2022-09-031-1/+16
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-0/+1
* cmExecutionStatus: Remove function ClearRegina Pfeifer2019-08-061-9/+0
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-0/+19
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-2/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-11/+5
* cmExecutionStatus: Remove arguments from settersDaniel Pfeifer2017-05-091-12/+19
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-4/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmMakefile: Restore nested error logic use of cmExecutionStatusBrad King2016-09-061-0/+4
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* cmMakefile: Port nested error logic away from cmExecutionStatusStephen Kelly2016-08-251-4/+0
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-14/+8
* cmExecutionStatus: Remove inheritance of cmObject.Stephen Kelly2015-05-161-5/+3
* cmExecutionStatus: De-virtualize API.Stephen Kelly2015-05-161-11/+10
* continue: Add a new CMake language command for loop continuation (#14013)Gregor Jasny2014-12-011-0/+7
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-7/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: New format for warning and error messagesBrad King2008-03-071-1/+8
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-0/+53