summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestLaunchReporter.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Source: Replace C headers with C++ onesRose2021-11-021-1/+2
| | | | In applicable areas only, of course.
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
|
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
| | | | | CMake uses explicit 'this->' style. Using custom clang-tidy check we can detect and fix places where 'this->' was missed.
* ctest: improve Unicode support for launchersZack Galbreath2020-09-281-4/+2
| | | | Fix launcher behavior for international characters in the path on Windows.
* ctest: split launcher XML writer into separate classZack Galbreath2020-09-281-0/+318
This refactor will allow us to more easily add additional warnings and errors to builds that use launchers.