summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-284-0/+4
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-253-18/+19
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-219-17/+18
* Merge topic 'CTest-cov-string'Brad King2017-09-202-11/+10
|\
| * CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()Rolf Eike Beer2017-09-192-11/+10
* | Merge topic 'CTest-crash-missing-glob'Brad King2017-09-201-0/+2
|\ \ | |/ |/|
| * CTest: fix crash if source file for coverage cannot be foundRolf Eike Beer2017-09-191-0/+2
* | Merge topic 'string-clear'Brad King2017-09-1916-81/+81
|\ \
| * | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-1516-81/+81
* | | Merge topic 'ctest-runcommand'Brad King2017-09-181-9/+36
|\ \ \
| * | | pass arguments as vector to cmCTest::RunCommand()Rolf Eike Beer2017-09-151-9/+36
| |/ /
* | | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-1546-184/+183
|/ /
* | Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-1432-824/+573
* | 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-082-99/+37
* | use static_cast<> for casts from void*Rolf Eike Beer2017-09-012-4/+4
* | clang-format: format all code as Cpp11Daniel Pfeifer2017-08-303-9/+9
* | Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-307-29/+30
|\ \
| * | Replace C-style castsDaniel Pfeifer2017-08-277-29/+30
* | | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-2643-45/+35
|/ /
* | Use C++11 nullptrDaniel Pfeifer2017-08-2434-165/+160
* | CTest: Report lines matched by launchersBill Hoffman2017-08-071-1/+5
* | Merge topic 'add_test_processors_prop_to_cdash'Brad King2017-07-211-0/+6
|\ \
| * | Add the test property PROCESSORS to the CDash xml as a NamedMeasurement.Bill Hoffman2017-07-181-0/+6
* | | Merge topic 'cmake-E-sha'Brad King2017-07-181-7/+5
|\ \ \ | |/ / |/| |
| * | Change ComputeFileMD5 to ComputeFileHashAndré Klitzing2017-07-141-7/+5
| |/
* | Merge topic 'better-exception-reporting'Brad King2017-07-135-14/+26
|\ \
| * | CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-125-14/+26
| |/
* | Display subproject timing summaryBetsy McPhail2017-07-102-1/+86
* | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-102-1/+99
* | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-108-1/+23
|/
* Merge topic 'display-ctest-disabled'Brad King2017-06-051-2/+6
|\
| * ctest: Display disabled status when ctest -N is calledChuck Atkins2017-06-021-2/+6
* | Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-2/+2
* | Access string npos without instancePavel Solodovnikov2017-06-0110-78/+80
* | cmParseBlanketJSCoverage: Pass unmodified parameter as const&Brad King2017-06-011-1/+1
* | cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-119-55/+6
* | CTest: use new methods for builtin commandsDaniel Pfeifer2017-05-113-27/+26
* | cmState: remove RemoveUnscriptableCommandsDaniel Pfeifer2017-05-081-4/+0
* | cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-084-4/+4
* | Merge topic 'ctest_submit_headers'Brad King2017-05-056-2/+64
|\ \
| * | ctest_submit: Add HTTPHEADER optionZack Galbreath2017-05-046-2/+64
* | | c++: prefer vectors over listsBen Boeckel2017-05-042-8/+7
* | | Add ctest options for limiting which tests fixtures addCraig Scott2017-05-014-27/+122
* | | 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-272-6/+18
|\ \ \ \ | |/ / / |/| | |
| * | | cmCTestTestHandler: indicate why a test did not runBen Boeckel2017-04-241-3/+8
| * | | cmCTestTestHandler: count skipped tests as disabledBen Boeckel2017-04-241-1/+4
| * | | cmCTestRunTest: do not count skipped tests as failedBen Boeckel2017-04-211-2/+6
| |/ /