summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)Kevin Puetz2020-08-261-2/+2
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-2/+3
* CTest: Log environment variables as a test measurementKyle Edwards2020-05-191-0/+1
* CTest: Add CTEST_RESOURCE_SPEC_FILE variableKyle Edwards2020-04-021-1/+1
* remove pointless return value from cmCTestTestHandler::CleanTestOutput()Rolf Eike Beer2020-03-231-1/+1
* CTest: Provide more detailed information on resource allocation errorKyle Edwards2020-02-241-0/+1
* ctest_test: Add option to REPEAT testsBrad King2019-11-071-1/+3
* CTest: Rename hardware -> resources for source codeCraig Scott2019-11-051-3/+3
* CTest: Rename PROCESSES test property to RESOURCE_GROUPSBrad King2019-11-051-3/+3
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-0/+4
* CTest: Add lexer for PROCESSES propertyKyle Edwards2019-10-021-0/+15
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+8
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-6/+5
* Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functionsKyle Edwards2019-07-191-0/+13
* CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-181-0/+2
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-2/+2
* CTest: Represent process exit codes as 64-bit signed integerZsolt Parragi2019-02-081-1/+2
* TestGenerator: Record support file and line where test was addedJustin Goshi2019-01-081-0/+3
* CTest: Add colored output on tests summary where supportedSylvain Joubert2018-11-091-1/+1
* CTest: Add options to control test process affinity to CPUsBrad King2018-03-051-0/+2
* CTest: introduce cmDurationWouter Klouwen2018-01-231-4/+5
* CTest: Remove unfinished batch test modeBrad King2017-12-081-1/+0
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-3/+3
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-2/+2
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-1/+2
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-4/+6
* CTest: Split out labels and subproject labels in summary outputBill Hoffman2017-09-081-2/+1
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Merge topic 'better-exception-reporting'Brad King2017-07-131-1/+2
|\
| * CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-121-1/+2
* | Display subproject timing summaryBetsy McPhail2017-07-101-0/+2
* | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-101-0/+5
|/
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-011-0/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Add 'DISABLED' test propertyBetsy McPhail2017-03-291-0/+1
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-1/+0
* Make cmCTestGenericHandler not inherit from cmObjectDaniel Pfeifer2016-10-221-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-0/+9
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+12
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-59/+55
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-221-0/+3
* CTest: Add options to limit output of passed and failed testsRoman Wüger2015-09-181-0/+5
* cmCTest{Test,MemCheck}Handler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-5/+6