| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | CTest: Add error exception for sphinx-build WARNING messages | Tim | 2018-08-30 | 1 | -0/+1 |
|
|
* | Merge topic 'cleanup-find-cstr' | Brad King | 2018-08-09 | 1 | -1/+1 |
|\ |
|
| * | Remove unnecessary c_str() in RegularExpression::find calls | Vitaly Stakhovsky | 2018-08-07 | 1 | -1/+1 |
|
|
* | | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -2/+2 |
|/ |
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -26/+35 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -4/+5 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -4/+5 |
|
|
* | | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -2/+3 |
|/ |
|
* | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -1/+1 |
|
|
* | IWYU: Add mappings for std::enable_if on chrono durations | Brad King | 2017-11-28 | 1 | -1/+0 |
|
|
* | CTest: adopt std::chrono::system_clock | Wouter Klouwen | 2017-11-17 | 1 | -5/+4 |
|
|
* | CTest: use std::chrono::steady_clock for time keeping | Wouter Klouwen | 2017-11-14 | 1 | -6/+10 |
|
|
* | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 1 | -0/+1 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -12/+12 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -53/+38 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -11/+11 |
|
|
* | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable | Betsy McPhail | 2017-07-10 | 1 | -0/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -3/+3 |
|
|
* | cmCTestBuildHandler: Fix warning in FragmentCompare signature | Brad King | 2017-01-16 | 1 | -1/+1 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Add Encoding option for RunChild, RunMakeCommand and RunProcess | Dāvis Mosāns | 2016-11-14 | 1 | -2/+2 |
|
|
* | Windows: Encode child process output to internally-used encoding | Dāvis Mosāns | 2016-11-14 | 1 | -2/+17 |
|
|
* | cmCTestBuildHandler: Use size_t in ProcessBuffer length argument | Brad King | 2016-11-14 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | surround macro arguments with parentheses | Daniel Pfeifer | 2016-09-05 | 1 | -2/+2 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -12/+3 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -2/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -11/+12 |
|
|
* | Use the empty() method to check for emptyness. | Daniel Pfeifer | 2016-06-02 | 1 | -1/+1 |
|
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -523/+408 |
|
|
* | CTest: Do not treat "Note: ..." lines as errors (#14394) | Brad King | 2016-05-11 | 1 | -0/+1 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -20/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -8/+8 |
|
|
* | Remove unused cmLocalGenerator include. | Stephen Kelly | 2015-10-05 | 1 | -1/+0 |
|
|
* | CTest: hide progress ticks in verbose output | Daniel Pfeifer | 2015-07-06 | 1 | -5/+5 |
|
|
* | Merge topic 'ctest-xml-refactor' | Brad King | 2015-05-28 | 1 | -58/+41 |
|\ |
|
| * | cmCTestBuildHandler: Port to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -58/+41 |
|
|
* | | Merge topic 'ctest-update-gmake-error-match' | Brad King | 2015-05-28 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | ctest_build: Fix regression in GNU make error message matching | Zack Galbreath | 2015-05-27 | 1 | -2/+2 |
|
|
* | | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | | ctest_build: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -34/+42 |
|
|
* | | Merge topic 'ctest-update-gmake-error-match' | Brad King | 2015-01-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | ctest_build: Update GNU make error message matching (#15379) | Marco Nolden | 2015-01-28 | 1 | -2/+2 |
|
|
* | | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
|
|