summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'read-list-file'Brad King2019-01-211-2/+2
|\
| * cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-2/+2
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-7/+7
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+1
* TestGenerator: Record support file and line where test was addedJustin Goshi2019-01-081-0/+26
* clang-tidy: Enable checks from bugprone setRegina Pfeifer2018-11-211-2/+2
* CTest: Add colored output on tests summary where supportedSylvain Joubert2018-11-091-9/+30
* Merge topic 'set_directory_properties-script-mode'Brad King2018-10-301-0/+1
|\
| * set_directory_properties: Restore in script modeBrad King2018-10-291-0/+1
* | Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-4/+4
* | Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-3/+3
* | Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-46/+63
* | Merge topic 'cmWorkingDirectory_success_checking'Brad King2018-03-091-1/+6
|\ \
| * | cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-1/+6
* | | CTest: Add options to control test process affinity to CPUsBrad King2018-03-051-0/+4
|/ /
* | Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-6/+6
* | Merge topic 'reduce-temporaries'Brad King2018-01-291-9/+3
|\ \
| * | Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-9/+3
* | | CTest: introduce cmDurationWouter Klouwen2018-01-231-9/+8
|/ /
* | Merge topic 'fix-ctest-chrono'Brad King2017-12-121-13/+4
|\ \
| * | CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-081-13/+4
* | | CTest: Remove unfinished batch test modeBrad King2017-12-081-4/+1
|/ /
* | CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-6/+17
* | IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-281-1/+0
* | CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-2/+2
* | CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-9/+16
|/
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-5/+5
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-2/+2
* Merge topic 'string-clear'Brad King2017-09-191-7/+7
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-7/+7
* | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-10/+10
|/
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-249/+181
* CTest: Weight reported test times by PROCESSORS in summariesBill Hoffman2017-09-081-2/+2
* CTest: Split out labels and subproject labels in summary outputBill Hoffman2017-09-081-97/+36
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* Replace C-style castsDaniel Pfeifer2017-08-271-3/+3
* Use C++11 nullptrDaniel Pfeifer2017-08-241-8/+8
* Add the test property PROCESSORS to the CDash xml as a NamedMeasurement.Bill Hoffman2017-07-181-0/+6
* Merge topic 'better-exception-reporting'Brad King2017-07-131-12/+14
|\
| * CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-121-12/+14
* | Display subproject timing summaryBetsy McPhail2017-07-101-1/+84
* | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-101-1/+94
* | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+1
|/
* Access string npos without instancePavel Solodovnikov2017-06-011-6/+6
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-20/+0
* CTest: use new methods for builtin commandsDaniel Pfeifer2017-05-111-5/+5
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* Add ctest options for limiting which tests fixtures addCraig Scott2017-05-021-27/+101
* Merge topic 'clang-tidy-2'Brad King2017-04-271-1/+1
|\
| * clang-tidy: use operators for string comparisonDaniel Pfeifer2017-04-261-1/+1