summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestHandlerCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-2/+2
* cmCTest*Command: Declare member functions constDaniel Pfeifer2024-11-051-6/+7
* cmCTest*Command: Direct use of cmExecutionStatusDaniel Pfeifer2024-11-051-7/+9
* cmCTest*Command: Access Makefile through an aliasDaniel Pfeifer2024-11-051-12/+12
* cmCTest*Command: Fortify argument parsingDaniel Pfeifer2024-11-051-0/+4
* cmCTest*Command: Generalize argument parsing and checkingDaniel Pfeifer2024-11-051-68/+40
* cmCTest*Command: Loosen coupling with cmArgumentParserDaniel Pfeifer2024-11-051-26/+10
* cmCTest*Command: Access arguments through an aliasDaniel Pfeifer2024-11-051-27/+28
* cmCTest*Command: Bring all classes to a uniform layoutDaniel Pfeifer2024-11-051-0/+10
* cmCTest: Remove handler instancesDaniel Pfeifer2024-10-291-2/+2
* cmCTestScriptHandler: Don't inherit from cmCTestGenericHandlerDaniel Pfeifer2024-10-291-0/+1
* Merge topic 'ctest-timing'Brad King2024-10-251-0/+3
|\
| * cmCTest: Move timing functions from cmCTestScriptHandler to cmCTestDaniel Pfeifer2024-10-231-0/+3
* | cmCTestBuildCommand: Make use of ProcessAdditionalValuesDaniel Pfeifer2024-10-231-4/+0
|/
* cmWorkingDirectory: Unify error messagesDaniel Pfeifer2024-10-181-4/+1
* ctest: Add missing newlines on several error messagesChristian Häggström2023-01-111-2/+2
* cmCTestHandlerCommand: Capture list of parsed keywords via bindingBrad King2022-07-251-5/+6
* cmArgumentParser: Drop unused keywordsMissingValue argument to Parse()Brad King2022-07-251-2/+1
* cmCTest*Command:: Use cm::optional for keyword argument presenceBrad King2022-07-051-4/+3
* cmArgumentParser: Avoid allocating copies of keyword stringsBrad King2022-07-051-3/+4
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-7/+7
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-12/+9
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+7
* cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-201-100/+47
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+2
* Merge topic 'definitions_string_view'Brad King2019-07-261-2/+1
|\
| * cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+1
* | cmCTestHandlerCommand: fix typo of local variableBen Boeckel2019-07-241-7/+7
|/
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-9/+8
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* CTest: Remove special case for Dart version <= 1Regina Pfeifer2018-11-281-12/+1
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-10/+12
* cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-0/+16
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-4/+3
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-3/+2
* cmCommand: Don't prefix error message with command nameDaniel Pfeifer2017-02-131-2/+2
* ctest_memcheck: Add DEFECT_COUNT option to capture defect countBetsy McPhail2016-11-091-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-201-4/+108
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+8
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2