summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestRunTest.h
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+2
* cmCTestRunTest: Remove duplicated compression logicRegina Pfeifer2019-02-101-5/+0
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-2/+0
* CTest: Add --show-only[=format] option to print test infoJustin Goshi2019-01-101-0/+4
* cmCTestRunTest: Avoid float/int conversions in number width logicBrad King2018-10-021-2/+6
* ctest: Add option for live progress summary in terminalMichael Wegner2018-09-261-0/+3
* cmCTestRunTest: Thread number of completed tests through start APIsMichael Wegner2018-09-251-2/+2
* cmCTestRunTest: Simplify number width computationMichael Wegner2018-09-251-8/+2
* CTest: Improve stop-time implementationBrad King2018-09-121-0/+3
* Merge topic 'cmWorkingDirectory_success_checking'Brad King2018-03-091-0/+2
|\
| * cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-0/+2
* | CTest: Add options to control test process affinity to CPUsBrad King2018-03-051-1/+2
|/
* CTest: introduce cmDurationWouter Klouwen2018-01-231-3/+2
* CTest: Re-implement test process handling using libuvBryon Bean2018-01-101-4/+10
* cmCTestRunTest: Modernize constructor and destructor declsBryon Bean2018-01-101-2/+3
* cmCTestRunTest: Drop unused membersBryon Bean2018-01-101-8/+0
* cmCTestMultiProcessHandler: Check stop time more directlyBrad King2018-01-081-3/+0
* cmCTestRunTest: Subsume ResolveTimeout into only call siteBrad King2018-01-081-2/+0
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-2/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-1/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-0/+6
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-1/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-29/+33
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-0/+9
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Test TIMEOUT property explicitly set to zero should be honoredZach Mullen2011-01-031-2/+2
* CTest: Avoid use of old EscapeSpaces methodBrad King2010-08-181-1/+0
* Do not exit if stoptime is passed.Zach Mullen2010-06-151-0/+3
* Fix intermingling of test environments when tests run in parallel.David Cole2010-03-301-5/+0
* Add the --stop-time argumentZach Mullen2010-03-171-1/+3
* Use historical average of test times to schedule tests.Zach Mullen2010-02-261-0/+2
* CTest output submitted to the dashboard is now compressed by default.Zach Mullen2009-12-171-0/+5
* [0008668: CTest Dev: Missing executables shown as failed tests when using MPI...Zach Mullen2009-12-101-0/+6
* Match width of ctest "Start xx: " line to line up with the end test lineZach Mullen2009-10-051-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Rewrite CTest child output handlingBrad King2009-09-111-2/+3
* Initialize cmCTestRunTest instances robustlyBrad King2009-09-111-5/+1
* Fixed warningZach Mullen2009-09-081-1/+1
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-031-1/+1
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-021-0/+13
* Fixed conversion warning on 64 bit machinesZach Mullen2009-08-311-2/+2
* MemCheck should now work again in ctestZach Mullen2009-08-281-0/+2
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...Zach Mullen2009-08-281-7/+8
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-2/+2
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-18/+28
* ENH: Refactored CTest test execution code into an objectZach Mullen2009-08-191-0/+82