| Commit message (Expand) | Author | Age | Files | Lines |
* | CTest: Add --show-only[=format] option to print test info | Justin Goshi | 2019-01-10 | 1 | -0/+26 |
|
|
* | CTest: Remove special case for Dart version <= 1 | Regina Pfeifer | 2018-11-28 | 1 | -16/+0 |
|
|
* | Merge topic 'readability-static-accessed-through-instance' | Brad King | 2018-11-28 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -1/+1 |
|
|
* | | Remove warning when no CTestConfig.cmake file exists | Regina Pfeifer | 2018-11-20 | 1 | -10/+0 |
|/ |
|
* | CTest: Add colored output on tests summary where supported | Sylvain Joubert | 2018-11-09 | 1 | -5/+38 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -2/+2 |
|
|
* | ctest_submit: Add support for a "Done" part | Betsy McPhail | 2018-10-10 | 1 | -0/+21 |
|
|
* | ctest: Add option for live progress summary in terminal | Michael Wegner | 2018-09-26 | 1 | -3/+77 |
|
|
* | Merge topic 'fix-ctest_start-track' | Brad King | 2018-09-11 | 1 | -2/+4 |
|\ |
|
| * | CTest: Fix regression in ctest_start() | Kyle Edwards | 2018-09-10 | 1 | -2/+4 |
|
|
* | | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -5/+4 |
|
|
* | | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -1/+1 |
|
|
* | | Update use of KWSys SystemTools::SplitString for new signature | Brad King | 2018-06-22 | 1 | -3/+2 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -104/+139 |
|
|
* | ctest_start: read model from TAG file | Kyle Edwards | 2018-05-09 | 1 | -5/+55 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -20/+18 |
|
|
* | Merge topic 'ctest_start_function_scope' | Brad King | 2018-01-29 | 1 | -0/+8 |
|\ |
|
| * | cmCTestScriptHandler: Add new field ShouldRunCurrentScript | Kyle Edwards | 2018-01-26 | 1 | -0/+8 |
|
|
* | | CTest: add safe conversion from cmDuration to integer types | Wouter Klouwen | 2018-01-23 | 1 | -10/+6 |
|
|
* | | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -18/+14 |
|/ |
|
* | cmCTest: Refactor stop time calculations | Brad King | 2018-01-08 | 1 | -37/+34 |
|
|
* | cmCTest: Remove unused member LastStopTimeout | Brad King | 2018-01-08 | 1 | -1/+0 |
|
|
* | Merge topic 'fix-ctest-chrono' | Brad King | 2017-12-12 | 1 | -15/+15 |
|\ |
|
| * | CTest: Use integer-representable value for "infinite" timeout | Brad King | 2017-12-11 | 1 | -10/+9 |
|
|
| * | CTest: Simplify std::chrono::duration<double> conversion to double | Brad King | 2017-12-08 | 1 | -4/+3 |
|
|
| * | CTest: Fix regression in build-and-test timeout forwarding | Brad King | 2017-12-08 | 1 | -0/+1 |
|
|
| * | CTest: Fix regression in build-and-test timeout compuatation | Brad King | 2017-12-08 | 1 | -3/+4 |
|
|
* | | CTest: Remove unfinished batch test mode | Brad King | 2017-12-08 | 1 | -4/+0 |
|/ |
|
* | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -25/+51 |
|
|
* | CTest: adopt std::chrono::system_clock | Wouter Klouwen | 2017-11-17 | 1 | -2/+2 |
|
|
* | cmCTest: Remove dead code | Betsy McPhail | 2017-11-07 | 1 | -7/+3 |
|
|
* | CTest: fix Time formatting in Notes.xml | Zack Galbreath | 2017-10-31 | 1 | -1/+2 |
|
|
* | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 1 | -0/+2 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -8/+7 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -3/+3 |
|
|
* | Merge topic 'string-clear' | Brad King | 2017-09-19 | 1 | -7/+7 |
|\ |
|
| * | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -9/+9 |
|
|
* | | pass arguments as vector to cmCTest::RunCommand() | Rolf Eike Beer | 2017-09-15 | 1 | -11/+5 |
|/ |
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -45/+33 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -21/+16 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -4/+4 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -25/+25 |
|
|
* | Merge topic 'labels-for-subprojects' | Brad King | 2017-07-13 | 1 | -0/+34 |
|\ |
|
| * | Display subproject timing summary | Betsy McPhail | 2017-07-10 | 1 | -0/+4 |
|
|
| * | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable | Betsy McPhail | 2017-07-10 | 1 | -0/+30 |
|
|
* | | cmCTest: Add missing switch case fallthrough markup | Brad King | 2017-07-05 | 1 | -1/+2 |
|/ |
|
* | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 1 | -3/+2 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -9/+9 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|