| Commit message (Expand) | Author | Age | Files | Lines |
* | cmSystemTools: std::string parameters for tar functions | Vitaly Stakhovsky | 2019-05-29 | 1 | -2/+2 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -5/+4 |
|
|
* | ctest: consistently format generator name | Zack Galbreath | 2019-04-23 | 1 | -1/+1 |
|
|
* | cmCTest: Remove dead code | Regina Pfeifer | 2019-03-20 | 1 | -83/+0 |
|
|
* | cmCTest: Cleanup typedefs | Regina Pfeifer | 2019-03-20 | 1 | -25/+11 |
|
|
* | cmCTest: Use default member initialization | Regina Pfeifer | 2019-03-20 | 1 | -93/+42 |
|
|
* | cmCTest: Use concrete accessor functions for TestingHandlers | Regina Pfeifer | 2019-03-20 | 1 | -111/+89 |
|
|
* | cmCTest: Store TestingHandlers by value | Regina Pfeifer | 2019-03-18 | 1 | -44/+80 |
|
|
* | cmCTest: Move all data members to private implementation struct | Regina Pfeifer | 2019-03-18 | 1 | -319/+442 |
|
|
* | cmCTest: Remove friend declarations | Regina Pfeifer | 2019-03-18 | 1 | -0/+5 |
|
|
* | cmCTest: De-inline all member functions | Regina Pfeifer | 2019-03-18 | 1 | -0/+151 |
|
|
* | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -1/+1 |
|
|
* | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -7/+7 |
|
|
* | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -1/+1 |
|
|
* | Merge topic 'stdout-string' | Brad King | 2019-01-22 | 1 | -2/+2 |
|\ |
|
| * | cmSystemTools: Stdout(),Stderr() accept std::string argument | Vitaly Stakhovsky | 2019-01-20 | 1 | -2/+2 |
|
|
* | | Merge topic 'read-list-file' | Brad King | 2019-01-21 | 1 | -9/+6 |
|\ \ |
|
| * | | cmMakefile::ReadListFile() accepts std::string argument | Vitaly Stakhovsky | 2019-01-17 | 1 | -9/+6 |
| |/ |
|
* | | Merge topic 'use-emplace' | Brad King | 2019-01-21 | 1 | -3/+3 |
|\ \ |
|
| * | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -3/+3 |
| |/ |
|
* | | Merge topic 'ctest-json-polish' | Brad King | 2019-01-21 | 1 | -0/+3 |
|\ \ |
|
| * | | CTest: Teach --show-only= to reject unknown values | Brad King | 2019-01-17 | 1 | -0/+3 |
|
|
* | | | Merge topic 'submit-url' | Brad King | 2019-01-21 | 1 | -0/+26 |
|\ \ \
| |_|/
|/| | |
|
| * | | CTest: Add option SubmitURL | Regina Pfeifer | 2019-01-16 | 1 | -2/+2 |
|
|
| * | | CTest: Add function GetSubmitURL | Regina Pfeifer | 2019-01-16 | 1 | -0/+26 |
| |/ |
|
* | | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -1/+1 |
|/ |
|
* | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 1 | -3/+5 |
|
|
* | 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 |
|
|