summaryrefslogtreecommitdiff
path: root/Source/cmCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix clang -Wextra-semi warningsSean McBride2021-09-281-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmCommand: De-virtualize function InvokeInitialPassRegina Pfeifer2019-07-211-2/+2
* cmState: Hold commands by valueRegina Pfeifer2019-07-211-0/+18
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-7/+4
* cmCommand: remove FinalPass from interfaceDaniel Pfeifer2019-07-181-13/+0
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+2
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-5/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-11/+0
* cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-4/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-5/+0
* cmCommand: make noncopyableDaniel Pfeifer2017-02-131-0/+4
* cmCommand: remove member HelperDaniel Pfeifer2017-02-131-2/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+9
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-2/+0
* Remove cmCommand::Enabled and all related accessorsDaniel Pfeifer2016-10-241-23/+1
* Merge topic 'remove-cmobject-uses'Brad King2016-10-241-9/+5
|\
| * Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-9/+5
* | cmCommand: implement functions in cxx fileDaniel Pfeifer2016-10-211-42/+6
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-41/+30
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmCommand: Remove IsDiscouraged interface.Stephen Kelly2015-09-271-9/+0
* Port to static cmPolicies API.Stephen Kelly2015-05-041-1/+1
* Replace 'foo.length() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* stringapi: Accept strings when setting command errorsBen Boeckel2014-03-081-1/+1
* Add infrastructure for policies that disallow commandsBrad King2013-10-221-0/+19
* Drop builtin command documentationBrad King2013-10-161-10/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-11/+11
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-7/+7
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-0/+11
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Keep only FinalPass commands in memoryBrad King2009-07-241-0/+5
* BUG: Skip a command if its arguments fail to parseBrad King2008-09-241-1/+6
* ENH: add first cut and policies still need to add the doc supportKen Martin2008-03-011-8/+0
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-3/+5
* ENH: add framework for unified handling of arguments to cmake commands,Alexander Neundorf2007-07-021-0/+2
* ENH: Patch from Alex to add IsDiscouraged method for future use in generating...Brad King2006-08-311-0/+9