summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmExpandList'Kyle Edwards2019-08-161-17/+17
|\
| * Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-17/+17
* | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-2/+1
|/
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+1
* Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functionsKyle Edwards2019-07-191-137/+168
* CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-181-2/+9
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-29/+29
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-2/+2
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-1/+1
* 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-251-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-151-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
|\