summaryrefslogtreecommitdiff
path: root/Source/cmLoadCommandCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Convince LCC that RAII variables are usedBrad King2022-06-131-3/+3
* Source: fix more -Wmissing-prototypes warningsSean McBride2021-10-251-0/+1
* Source: Convince NVHPC that RAII variables are usedBrad King2021-04-281-0/+9
* OpenBSD: Fix system feature definitionsRafael Sadowski2021-04-141-2/+2
* clang-tidy: fix `bugprone-suspicious-include` warningsBen Boeckel2021-01-271-0/+1
* clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-271-0/+2
* cmState: Prohibit override of flow control commandsKyle Edwards2020-10-221-5/+6
* CMake compilation: do not use compiler extensionsMarc Chevrier2020-03-231-0/+10
* cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-241-2/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-4/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-4/+4
* cmCommand refactor: cmLoadCommandCommandGabor Bencze2019-08-251-14/+14
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-12/+9
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* cmState: Add scripted commands by valueRegina Pfeifer2019-07-211-1/+2
* cmLoadCommandCommand: Port away from FinalPassDaniel Pfeifer2019-07-181-19/+5
* cmLoadCommandCommand: Code cleanupRegina Pfeifer2019-07-181-73/+91
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-5/+9
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* use static_cast<> for casts from void*Rolf Eike Beer2017-09-011-1/+1
* Replace C-style castsDaniel Pfeifer2017-08-271-9/+7
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* cmState: introduce method for adding scripted commandsDaniel Pfeifer2017-05-111-1/+1
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-7/+6
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-5/+0
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-4/+4
* Merge topic 'remove-cmobject-uses'Brad King2016-10-241-2/+0
|\
| * Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* | Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-211-1/+1
* | Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-2/+9
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-7/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-107/+88
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Add policy CMP0031 to disallow load_commandBrad King2013-10-221-0/+3
* Drop builtin command documentationBrad King2013-10-161-35/+0
* Revert "load_command: Deprecate and document pending removal"Brad King2013-01-071-4/+0