| Commit message (Expand) | Author | Age | Files | Lines |
* | cmDocumentationEntry: Drop all user provided ctors for C++ >= 14 | Alex Turbov | 2022-11-17 | 1 | -3/+3 |
|
|
* | cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]` | Alex Turbov | 2022-11-17 | 1 | -8/+7 |
|
|
* | ctest.cxx: Eliminate redundand trenary operator | Alex Turbov | 2022-11-17 | 1 | -1/+1 |
|
|
* | ctest.cxx: Optimize `std::ostream::operator<<` calls | Alex Turbov | 2022-11-17 | 1 | -6/+4 |
|
|
* | ctest.cxx: Use anonymous namespace instead of `static` arrays | Alex Turbov | 2022-11-17 | 1 | -5/+6 |
|
|
* | ctest: add option for output truncation | Frank Winklmeier | 2022-03-08 | 1 | -0/+3 |
|
|
* | ctest: Add support for writing test results in JUnit XML format | Zack Galbreath | 2021-04-26 | 1 | -0/+1 |
|
|
* | ctest: Support multiple -L and -LE options to mean "AND" | Adriaan de Groot | 2021-03-28 | 1 | -4/+6 |
|
|
* | ctest: Add support for '--prefix=<prefix>' form of the argument | Brad King | 2021-02-23 | 1 | -1/+2 |
|
|
* | cmake-presets: Add build and test presets | Sam Freed | 2021-02-01 | 1 | -0/+2 |
|
|
* | Ctest: Support build tree on command line | Asit Dhal | 2020-12-17 | 1 | -0/+1 |
|
|
* | cmConsoleBuf: Factor out cout/cerr console buffer management | Brad King | 2020-10-14 | 1 | -9/+5 |
|
|
* | clang-format: Fix include block order in ctest.cxx and cpack.cxx | Brad King | 2020-10-14 | 1 | -4/+5 |
|
|
* | ctest: add option --stop-on-failure | Johnny Jazeix | 2020-04-20 | 1 | -0/+1 |
|
|
* | Add --no-tests=<[error|ignore]> option to CTest | Stefan Dinkelacker | 2020-01-31 | 1 | -0/+2 |
|
|
* | Merge topic 'ctest-repeat' | Craig Scott | 2019-11-19 | 1 | -3/+3 |
|\ |
|
| * | CTest: Consolidate '--repeat-* n' options as `--repeat *:n` | Brad King | 2019-11-15 | 1 | -3/+3 |
|
|
* | | Windows: Restore suppression of error report popups in CI builds | Brad King | 2019-11-15 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'backport-ctest-resource-groups' | Brad King | 2019-11-05 | 1 | -1/+1 |
|\ |
|
| * | CTest: Rename hardware -> resources for CMake variables, command options | Craig Scott | 2019-11-05 | 1 | -1/+1 |
|
|
* | | ctest: Add --repeat-after-timeout option | Brad King | 2019-10-29 | 1 | -0/+2 |
|
|
* | | ctest: Add --repeat-until-pass option | Brad King | 2019-10-29 | 1 | -2/+3 |
|/ |
|
* | CTest: Allocate hardware to tests | Kyle Edwards | 2019-10-02 | 1 | -0/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+4 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | ctest: rename TRACK to GROUP | Zack Galbreath | 2019-08-22 | 1 | -1/+3 |
|
|
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -2/+2 |
|
|
* | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 1 | -0/+1 |
|
|
* | cmCTest: Use concrete accessor functions for TestingHandlers | Regina Pfeifer | 2019-03-20 | 1 | -2/+1 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -1/+1 |
|
|
* | CTest: Add --show-only[=format] option to print test info | Justin Goshi | 2019-01-10 | 1 | -1/+4 |
|
|
* | Help: clarify documentation of ctest --timeout | Regina Pfeifer | 2018-12-09 | 1 | -1/+1 |
|
|
* | ctest: Add option for live progress summary in terminal | Michael Wegner | 2018-09-26 | 1 | -0/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -40/+57 |
|
|
* | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+1 |
|
|
* | cmCTest: Remove dead code | Betsy McPhail | 2017-11-07 | 1 | -2/+0 |
|
|
* | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 1 | -0/+1 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -5/+5 |
|
|
* | Display subproject timing summary | Betsy McPhail | 2017-07-10 | 1 | -0/+2 |
|
|
* | ctest: remove unused cmake instance | Daniel Pfeifer | 2017-05-08 | 1 | -6/+0 |
|
|
* | Add ctest options for limiting which tests fixtures add | Craig Scott | 2017-05-01 | 1 | -0/+12 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | Windows: Use UTF-8 for pipes in CMake, CTest and CPack | Dāvis Mosāns | 2016-11-29 | 1 | -0/+2 |
|
|
* | Enable Unicode output to Windows consoles | Dāvis Mosāns | 2016-10-26 | 1 | -0/+8 |
|
|
* | Do not define cout/cerr preprocessor symbols | Brad King | 2016-10-04 | 1 | -4/+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 | -6/+11 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -5/+6 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -123/+113 |
|
|