summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-5/+5
* Use new SetOption signaturesMarc Chevrier2021-09-151-10/+10
* ctest: Add support for writing test results in JUnit XML formatZack Galbreath2021-04-261-3/+7
* ctest: Support multiple -L and -LE options to mean "AND"Adriaan de Groot2021-03-281-3/+3
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-9/+8
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-2/+2
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-3/+4
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
* ctest: add option --stop-on-failureJohnny Jazeix2020-04-201-0/+4
* CTest: Add CTEST_RESOURCE_SPEC_FILE variableKyle Edwards2020-04-021-0/+7
* ctest_test: Add option to REPEAT testsBrad King2019-11-071-0/+4
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-3/+3
* CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-051-2/+2
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-0/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+6
* cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-201-59/+45
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-4/+3
* cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-201-1/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-3/+5
* CTest: introduce cmDurationWouter Klouwen2018-01-231-3/+4
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-4/+5
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+6
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-011-0/+15
* cmCTestTestCommand: defer getting the global timeoutBen Boeckel2017-04-211-1/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-66/+41
* ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-301-0/+33
* ctest_test: Add QUIET optionZack Galbreath2015-02-231-0/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Add the --stop-time argumentZach Mullen2010-03-171-0/+5
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-1/+1
* Hook for scheduling tests in a random orderZach Mullen2009-10-291-0/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Added PARALLEL_LEVEL option to ctest_test() command.Zach Mullen2009-09-021-0/+6
* ENH: add the ability to run tests by labelsBill Hoffman2009-02-101-0/+12
* BUG: 0007569 add ability to do -R/-E in ctest_test commandBill Hoffman2008-09-091-0/+10
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+2
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-15/+16
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-3/+4
* ENH: Fix memcheck commandAndy Cedilnik2005-09-171-1/+1
* COMP: Remove warning and fix the logicAndy Cedilnik2005-07-141-2/+5
* ENH: Add timeout supportAndy Cedilnik2005-07-131-0/+12
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-59/+26
* ENH: Improve syntaxAndy Cedilnik2005-05-041-11/+52
* ENH: CleanupsAndy Cedilnik2005-05-031-1/+1