summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | Merge topic 'ctest-minor-fixups'Brad King2017-04-242-5/+6
|\ \ \
| * | | cmCTestTestHandler: use pointers to static memoryBen Boeckel2017-04-211-4/+4
| * | | cmCTestTestCommand: defer getting the global timeoutBen Boeckel2017-04-211-1/+2
| |/ /
* | | clang-tidy: use .empty() to check emptynessDaniel Pfeifer2017-04-211-1/+1
* | | clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-213-3/+6
|/ /
* | Use quotes for non-system includesDaniel Pfeifer2017-04-1176-126/+126
|/
* Add 'DISABLED' test propertyBetsy McPhail2017-03-294-8/+67
* CTest: Improve 'Completion Status' reported to CDash for 'Not Run' testsBetsy McPhail2017-03-272-11/+15
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-1/+1