summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge topic 'fix-ctest-chrono'Brad King2017-12-071-3/+4
|\ \ | |/
| * CTest: Fix regression in test timeout compuatationBrad King2017-12-071-3/+4
* | Merge topic 'ctest-chrono'Brad King2017-12-051-37/+73
|\ \ | |/
| * CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-37/+73
* | CTest: Check failed fixture dependencies before test command and argsCraig Scott2017-11-281-2/+6
|/
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-4/+6
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-2/+2
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-7/+7
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-40/+18
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* CTest: Report more detail about system exceptions in testsBill Hoffman2017-07-121-1/+4
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+1
* cmCTestRunTest: do not count skipped tests as failedBen Boeckel2017-04-211-2/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-6/+6
* Add 'DISABLED' test propertyBetsy McPhail2017-03-291-0/+20
* CTest: Improve 'Completion Status' reported to CDash for 'Not Run' testsBetsy McPhail2017-03-271-4/+7
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-12/+7
* CTest: Properly reset output to avoid duplication with --repeat-until-failSylvain Joubert2017-01-121-0/+2
* clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-121-3/+2
* Do not query CDash for versionZack Galbreath2016-11-081-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-2/+21
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+11
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-3/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-2/+3
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-358/+277
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-10/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Only apply the secondary test timeout onceZack Galbreath2016-03-231-0/+2
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-221-0/+22
* CTest: Capture test stdout/stderr through one pipe (#15600)Brad King2015-06-031-2/+1
* CTest: Generate NamedMeasurement elements directly into xml fileDaniel Pfeifer2015-05-261-3/+1
* Merge topic 'ctest-repeat-until-fail'Brad King2015-03-231-7/+66
|\
| * ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-7/+66
* | CTest: Output test-specific env vars in verbose mode (#15446)Zach Mullen2015-03-171-0/+15
|/
* ctest_memcheck: Add QUIET optionZack Galbreath2015-02-231-6/+8
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* cmCTest: Use size_t for cmsysBase64_Encode return valueBrad King2014-12-261-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-091-14/+1
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-14/+14
* allow to mark a test as "Not Run" with a specific return code (#8466)Rolf Eike Beer2014-01-141-1/+7
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-071-4/+4