summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestLaunchReporter.h
Commit message (Collapse)AuthorAgeFilesLines
* cmCTestLaunchReporter: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-1/+3
| | | | And convert cmCTestLaunch and cmCTestBuildHandler too.
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
|
* ctest: split launcher XML writer into separate classZack Galbreath2020-09-281-0/+81
This refactor will allow us to more easily add additional warnings and errors to builds that use launchers.