summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-011-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
* | Merge topic 'ctest_test-ignore-skipped-tests'Brad King2017-04-271-4/+12
|\ \ | |/ |/|
| * cmCTestTestHandler: indicate why a test did not runBen Boeckel2017-04-241-3/+8
| * cmCTestTestHandler: count skipped tests as disabledBen Boeckel2017-04-241-1/+4
* | cmCTestTestHandler: use pointers to static memoryBen Boeckel2017-04-211-4/+4
|/
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* Add 'DISABLED' test propertyBetsy McPhail2017-03-291-7/+43
* CTest: Improve 'Completion Status' reported to CDash for 'Not Run' testsBetsy McPhail2017-03-271-7/+8
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-35/+35
* CTest: Ensure setup/cleanup ordering even when fixture not requiredCraig Scott2017-01-161-22/+60
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-2/+2
* cmCTestTestHandler: use multimapDaniel Pfeifer2016-12-031-27/+20
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-15/+15
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-221-8/+0
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-0/+187
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-6/+12
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-12/+10
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-11/+12
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+8