summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-16/+16
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-1/+1
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-1/+1
* Merge topic 'size-empty'Brad King2016-06-031-3/+3
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-3/+3
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-1/+1
|/
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1030/+689
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-43/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-12/+12
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-221-0/+25
* ctest_test: Report which tests failed even when QUIET is usedZack Galbreath2016-01-131-2/+2
* Fix trivial clang -Wdouble-promotion warningsSean McBride2015-11-111-1/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1