| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | clang-tidy: apply performance-unnecessary-value-param fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 1 | -0/+1 |
|
|
* | Add Encoding option for RunChild, RunMakeCommand and RunProcess | Dāvis Mosāns | 2016-11-14 | 1 | -3/+8 |
|
|
* | Do not query CDash for version | Zack Galbreath | 2016-11-08 | 1 | -8/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -8/+8 |
|
|
* | cmCTest: don't redefine cout and cerr | Daniel Pfeifer | 2016-09-03 | 1 | -10/+0 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | cmCTest: Update doxygen to be consistent | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -62/+91 |
|
|
* | cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygen | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -4/+9 |
|
|
* | cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()" | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -0/+8 |
|
|
* | cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()" | Jean-Christophe Fillion-Robin | 2016-07-05 | 1 | -0/+3 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -4/+4 |
|
|
* | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 1 | -6/+6 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -117/+127 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | CTest: hide progress ticks in verbose output | Daniel Pfeifer | 2015-07-06 | 1 | -0/+1 |
|
|
* | ctest: Optionally avoid starting tests that may exceed a given CPU load | Betsy McPhail | 2015-06-30 | 1 | -0/+5 |
|
|
* | cmCTest: Drop unused method overloads | Daniel Pfeifer | 2015-05-26 | 1 | -3/+0 |
|
|
* | cmCTest: Port GenerateNotesFile to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -1/+1 |
|
|