summaryrefslogtreecommitdiff
path: root/Source/ctest.cxx
Commit message (Expand)AuthorAgeFilesLines
* ctest: Add support for writing test results in JUnit XML formatZack Galbreath2021-04-261-0/+1
* ctest: Support multiple -L and -LE options to mean "AND"Adriaan de Groot2021-03-281-4/+6
* ctest: Add support for '--prefix=<prefix>' form of the argumentBrad King2021-02-231-1/+2
* cmake-presets: Add build and test presetsSam Freed2021-02-011-0/+2
* Ctest: Support build tree on command lineAsit Dhal2020-12-171-0/+1
* cmConsoleBuf: Factor out cout/cerr console buffer managementBrad King2020-10-141-9/+5
* clang-format: Fix include block order in ctest.cxx and cpack.cxxBrad King2020-10-141-4/+5
* ctest: add option --stop-on-failureJohnny Jazeix2020-04-201-0/+1
* Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-311-0/+2
* Merge topic 'ctest-repeat'Craig Scott2019-11-191-3/+3
|\
| * CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-151-3/+3
* | Windows: Restore suppression of error report popups in CI buildsBrad King2019-11-151-1/+0
|/
* Merge branch 'backport-ctest-resource-groups'Brad King2019-11-051-1/+1
|\
| * CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-051-1/+1
* | ctest: Add --repeat-after-timeout optionBrad King2019-10-291-0/+2
* | ctest: Add --repeat-until-pass optionBrad King2019-10-291-2/+3
|/
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-0/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* ctest: rename TRACK to GROUPZack Galbreath2019-08-221-1/+3
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-2/+2
* Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+1
* cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-201-2/+1
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-1/+1
* CTest: Add --show-only[=format] option to print test infoJustin Goshi2019-01-101-1/+4
* Help: clarify documentation of ctest --timeoutRegina Pfeifer2018-12-091-1/+1
* ctest: Add option for live progress summary in terminalMichael Wegner2018-09-261-0/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-40/+57
* Extend libuv file translate mode workaround to all executablesBrad King2018-01-231-0/+1
* cmCTest: Remove dead codeBetsy McPhail2017-11-071-2/+0
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-281-0/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Display subproject timing summaryBetsy McPhail2017-07-101-0/+2
* ctest: remove unused cmake instanceDaniel Pfeifer2017-05-081-6/+0
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-021-0/+12
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-301-0/+2
* Enable Unicode output to Windows consolesDāvis Mosāns2016-10-261-0/+8
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-4/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-6/+11
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-123/+113
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-181-0/+4
* ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-301-0/+1
* cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-0/+2