summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* CTest: Generate NamedMeasurement elements directly into xml fileDaniel Pfeifer2015-05-261-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-9/+9
* allow to mark a test as "Not Run" with a specific return code (#8466)Rolf Eike Beer2014-01-141-0/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-5/+5
* ctest: Add --rerun-failed optionZack Galbreath2013-10-081-0/+15
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-071-1/+1
* CTest: print failed tests in index order (#11746)David Cole2011-08-031-2/+11
* Implement ctest_upload commandZach Mullen2011-03-151-2/+0
* Remove trailing whitespaceBrad King2011-03-111-2/+2
* Test TIMEOUT property explicitly set to zero should be honoredZach Mullen2011-01-031-0/+1
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-021-0/+1
* Use historical average of test times to schedule tests.Zach Mullen2010-02-261-0/+1
* CTest output submitted to the dashboard is now compressed by default.Zach Mullen2009-12-171-0/+1
* Added an option to conditionally attach files to a test submission only if th...Zach Mullen2009-12-161-0/+1
* Changed XML formatting of files attached to test so that each file is archive...Zach Mullen2009-12-151-1/+1
* CTest-side changes to allow users to attach arbitrary files to test results t...Zach Mullen2009-12-151-0/+5
* Unfortunately, I noticed the comment on bug 8668 too late. This changes my l...Zach Mullen2009-12-101-3/+2
* [0008668: CTest Dev: Missing executables shown as failed tests when using MPI...Zach Mullen2009-12-101-1/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...Zach Mullen2009-09-101-0/+1
* ENH: Replaced the EXPENSIVE test property with a COST test property taking a ...Zach Mullen2009-09-081-1/+1
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...Zach Mullen2009-09-071-0/+1
* Fixed warningsZach Mullen2009-09-031-0/+1