| Commit message (Expand) | Author | Age | Files | Lines |
* | CTest: Rename internal APIs for --repeat options | Brad King | 2019-11-07 | 1 | -3/+3 |
|
|
* | ctest: Add --repeat-after-timeout option | Brad King | 2019-10-29 | 1 | -0/+1 |
|
|
* | ctest: Add --repeat-until-pass option | Brad King | 2019-10-29 | 1 | -2/+7 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+3 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -1/+1 |
|
|
* | ctest: rename TRACK to GROUP | Zack Galbreath | 2019-08-22 | 1 | -3/+3 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | cmCTest: Remove dead code | Regina Pfeifer | 2019-03-20 | 1 | -19/+0 |
|
|
* | cmCTest: Cleanup typedefs | Regina Pfeifer | 2019-03-20 | 1 | -7/+4 |
|
|
* | cmCTest: Use default member initialization | Regina Pfeifer | 2019-03-20 | 1 | -2/+0 |
|
|
* | cmCTest: Use concrete accessor functions for TestingHandlers | Regina Pfeifer | 2019-03-20 | 1 | -9/+20 |
|
|
* | cmCTest: Move all data members to private implementation struct | Regina Pfeifer | 2019-03-18 | 1 | -109/+3 |
|
|
* | cmCTest: Remove friend declarations | Regina Pfeifer | 2019-03-18 | 1 | -3/+2 |
|
|
* | cmCTest: De-inline all member functions | Regina Pfeifer | 2019-03-18 | 1 | -49/+31 |
|
|
* | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -2/+3 |
|
|
* | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 1 | -0/+3 |
|
|
* | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -2/+0 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+1 |
|
|
* | CTest: Add function GetSubmitURL | Regina Pfeifer | 2019-01-16 | 1 | -0/+2 |
|
|
* | CTest: Add --show-only[=format] option to print test info | Justin Goshi | 2019-01-10 | 1 | -0/+6 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -5/+2 |
|
|
* | CTest: Remove special case for Dart version <= 1 | Regina Pfeifer | 2018-11-28 | 1 | -7/+0 |
|
|
* | Mark operator bool explicit | Regina Pfeifer | 2018-11-19 | 1 | -1/+1 |
|
|
* | CTest: Add colored output on tests summary where supported | Sylvain Joubert | 2018-11-09 | 1 | -1/+23 |
|
|
* | ctest_submit: Add support for a "Done" part | Betsy McPhail | 2018-10-10 | 1 | -0/+10 |
|
|
* | ctest: Add option for live progress summary in terminal | Michael Wegner | 2018-09-26 | 1 | -0/+9 |
|
|
* | Update use of KWSys SystemTools::SplitString for new signature | Brad King | 2018-06-22 | 1 | -2/+2 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -2/+2 |
|
|
* | ctest_start: read model from TAG file | Kyle Edwards | 2018-05-09 | 1 | -3/+4 |
|
|
* | Fix misc typos in documentation and comments | luz.paz | 2018-03-07 | 1 | -1/+1 |
|
|
* | Merge topic 'ctest_start_function_scope' | Brad King | 2018-01-29 | 1 | -0/+2 |
|\ |
|
| * | cmCTestScriptHandler: Add new field ShouldRunCurrentScript | Kyle Edwards | 2018-01-26 | 1 | -0/+2 |
|
|
* | | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -15/+11 |
|/ |
|
* | cmCTest: Refactor stop time calculations | Brad King | 2018-01-08 | 1 | -5/+5 |
|
|
* | cmCTest: Remove unused member LastStopTimeout | Brad King | 2018-01-08 | 1 | -2/+0 |
|
|
* | Merge topic 'fix-ctest-chrono' | Brad King | 2017-12-12 | 1 | -0/+2 |
|\ |
|
| * | CTest: Use integer-representable value for "infinite" timeout | Brad King | 2017-12-11 | 1 | -0/+2 |
|
|
* | | 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 | -11/+18 |
|
|
* | cmCTest: Remove dead code | Betsy McPhail | 2017-11-07 | 1 | -1/+0 |
|
|
* | pass arguments as vector to cmCTest::RunCommand() | Rolf Eike Beer | 2017-09-15 | 1 | -6/+1 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -4/+4 |
|
|
* | Display subproject timing summary | Betsy McPhail | 2017-07-10 | 1 | -0/+3 |
|
|
* | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable | Betsy McPhail | 2017-07-10 | 1 | -0/+3 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | cmCTest: Move macros to bottom of file | Daniel Pfeifer | 2017-03-23 | 1 | -16/+16 |
|
|
* | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -1/+0 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -2/+2 |
|
|