summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* CTest: Remove special case for Dart version <= 1Regina Pfeifer2018-11-281-16/+0
* Merge topic 'readability-static-accessed-through-instance'Brad King2018-11-281-1/+1
|\
| * clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-1/+1
* | Remove warning when no CTestConfig.cmake file existsRegina Pfeifer2018-11-201-10/+0
|/
* CTest: Add colored output on tests summary where supportedSylvain Joubert2018-11-091-5/+38
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-2/+2
* ctest_submit: Add support for a "Done" partBetsy McPhail2018-10-101-0/+21
* ctest: Add option for live progress summary in terminalMichael Wegner2018-09-261-3/+77
* Merge topic 'fix-ctest_start-track'Brad King2018-09-111-2/+4
|\
| * CTest: Fix regression in ctest_start()Kyle Edwards2018-09-101-2/+4
* | Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-5/+4
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* | Update use of KWSys SystemTools::SplitString for new signatureBrad King2018-06-221-3/+2
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-104/+139
* ctest_start: read model from TAG fileKyle Edwards2018-05-091-5/+55
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-20/+18
* Merge topic 'ctest_start_function_scope'Brad King2018-01-291-0/+8
|\
| * cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-261-0/+8
* | CTest: add safe conversion from cmDuration to integer typesWouter Klouwen2018-01-231-10/+6
* | CTest: introduce cmDurationWouter Klouwen2018-01-231-18/+14
|/
* cmCTest: Refactor stop time calculationsBrad King2018-01-081-37/+34
* cmCTest: Remove unused member LastStopTimeoutBrad King2018-01-081-1/+0
* Merge topic 'fix-ctest-chrono'Brad King2017-12-121-15/+15
|\
| * CTest: Use integer-representable value for "infinite" timeoutBrad King2017-12-111-10/+9
| * CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-081-4/+3
| * CTest: Fix regression in build-and-test timeout forwardingBrad King2017-12-081-0/+1
| * CTest: Fix regression in build-and-test timeout compuatationBrad King2017-12-081-3/+4
* | CTest: Remove unfinished batch test modeBrad King2017-12-081-4/+0
|/
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-25/+51
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-2/+2
* cmCTest: Remove dead codeBetsy McPhail2017-11-071-7/+3
* CTest: fix Time formatting in Notes.xmlZack Galbreath2017-10-311-1/+2
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-281-0/+2
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-8/+7
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-3/+3
* Merge topic 'string-clear'Brad King2017-09-191-7/+7
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-9/+9
* | pass arguments as vector to cmCTest::RunCommand()Rolf Eike Beer2017-09-151-11/+5
|/
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-45/+33
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-21/+16
* Replace C-style castsDaniel Pfeifer2017-08-271-4/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-25/+25
* Merge topic 'labels-for-subprojects'Brad King2017-07-131-0/+34
|\
| * Display subproject timing summaryBetsy McPhail2017-07-101-0/+4
| * Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+30
* | cmCTest: Add missing switch case fallthrough markupBrad King2017-07-051-1/+2
|/
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-3/+2
* Access string npos without instancePavel Solodovnikov2017-06-011-9/+9
* 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-0/+28