summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateCommand.h
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Update for Debian 13 CI jobBrad King2025-11-121-1/+0
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* cmCTestUpdateCommand: Remove handler usageDaniel Pfeifer2024-11-131-4/+9
* cmCTest*Command: Port away from cmCommandDaniel Pfeifer2024-11-051-4/+1
* cmCTest*Command: Declare member functions constDaniel Pfeifer2024-11-051-1/+1
* cmCTest*Command: Direct use of cmExecutionStatusDaniel Pfeifer2024-11-051-1/+1
* cmCTest*Command: Loosen coupling with cmArgumentParserDaniel Pfeifer2024-11-051-1/+7
* cmCTest*Command: Bring all classes to a uniform layoutDaniel Pfeifer2024-11-051-23/+7
* cmCTest: Remove handler instancesDaniel Pfeifer2024-10-291-1/+1
* cmCTestCommand: remove CTestScriptHandler memberDaniel Pfeifer2024-10-111-1/+0
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* Merge topic 'ctest-argument-parser'Kyle Edwards2019-09-261-2/+0
|\
| * cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-201-2/+0
* | cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
|/
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-4/+7
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-1/+0
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-221-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+8
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-5/+3
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-22/+0
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix return value of ctest_updateBrad King2009-03-201-2/+1
* ENH: Improve ctest_* command documentationBrad King2009-02-201-3/+6
* STYLE: use lower case also for the ctest-specific commands, as in cmakeAlexander Neundorf2008-05-121-2/+2
* ENH: Several cleanups and make sure things get propagated where they should. ...Andy Cedilnik2006-03-291-9/+5
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-2/+2
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-8/+8
* ENH: Improve syntaxAndy Cedilnik2005-05-041-1/+1
* ENH: Cleanups and add CTEST_UPDATE commandAndy Cedilnik2005-02-171-0/+80