summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * | cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-9/+6
| |/
* | Merge topic 'use-emplace'Brad King2019-01-211-3/+3
|\ \
| * | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-3/+3
| |/
* | Merge topic 'ctest-json-polish'Brad King2019-01-211-0/+3
|\ \
| * | CTest: Teach --show-only= to reject unknown valuesBrad King2019-01-171-0/+3
* | | Merge topic 'submit-url'Brad King2019-01-211-0/+26
|\ \ \ | |_|/ |/| |
| * | CTest: Add option SubmitURLRegina Pfeifer2019-01-161-2/+2
| * | CTest: Add function GetSubmitURLRegina Pfeifer2019-01-161-0/+26
| |/
* | Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+1
|/
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-3/+5
* CTest: Add --show-only[=format] option to print test infoJustin Goshi2019-01-101-0/+26
* 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