| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -50/+59 |
|
|
* | CTest: The "Could not find gcov." message should not be a warning | Betsy McPhail | 2018-03-28 | 1 | -1/+2 |
|
|
* | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -1/+21 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -10/+10 |
|
|
* | CTest: introduce cmDuration | Wouter Klouwen | 2018-01-23 | 1 | -10/+11 |
|
|
* | CTest: Simplify std::chrono::duration<double> conversion to double | Brad King | 2017-12-08 | 1 | -2/+1 |
|
|
* | CTest: convert timeouts to std::chrono::duration | Wouter Klouwen | 2017-12-04 | 1 | -9/+12 |
|
|
* | 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 | -10/+6 |
|
|
* | CTest: use std::chrono::steady_clock for time keeping | Wouter Klouwen | 2017-11-14 | 1 | -11/+14 |
|
|
* | Merge topic 'CTest-cov-string' | Brad King | 2017-09-20 | 1 | -9/+8 |
|\ |
|
| * | CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage() | Rolf Eike Beer | 2017-09-19 | 1 | -9/+8 |
|
|
* | | Merge topic 'CTest-crash-missing-glob' | Brad King | 2017-09-20 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | CTest: fix crash if source file for coverage cannot be found | Rolf Eike Beer | 2017-09-19 | 1 | -0/+2 |
|
|
* | | Merge topic 'string-clear' | Brad King | 2017-09-19 | 1 | -5/+5 |
|\ \ |
|
| * | | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -5/+5 |
|
|
* | | | pass arguments as vector to cmCTest::RunCommand() | Rolf Eike Beer | 2017-09-15 | 1 | -9/+36 |
|/ / |
|
* | | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -109/+79 |
|
|
* | | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -5/+5 |
|/ |
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -6/+7 |
|
|
* | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 1 | -1/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -4/+4 |
|
|
* | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -15/+5 |
|
|
* | cmCTest, cmCTestCoverageHandler: remove cwd dance | Ben Boeckel | 2017-03-06 | 1 | -5/+0 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -6/+6 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | ctest_coverage: If gcov is not found just warn, not error | Bill Hoffman | 2016-09-20 | 1 | -2/+1 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -4/+8 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -5/+4 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -7/+6 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -5/+5 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -2/+2 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -12/+4 |
|
|
* | Merge topic 'remove-needless-copies' | Brad King | 2016-05-27 | 1 | -2/+1 |
|\ |
|
| * | Remove unnecessary local copies. | Daniel Pfeifer | 2016-05-26 | 1 | -1/+0 |
|
|
| * | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 1 | -1/+1 |
|
|
* | | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 1 | -1/+1 |
|/ |
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -1236/+962 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -37/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -12/+12 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | CTest: Make coverage file selection more specific. | Joseph Snyder | 2016-02-25 | 1 | -2/+18 |
|
|
* | CTest: Expand directories for Cobertura search | Joseph Snyder | 2015-11-23 | 1 | -3/+18 |
|
|
* | Merge topic 'jacoco_out_of_source' | Brad King | 2015-11-16 | 1 | -4/+21 |
|\ |
|
| * | ctest_coverage: Search for Jacoco files in the binary directory | Zack Galbreath | 2015-11-16 | 1 | -4/+21 |
|
|
* | | Fix trivial clang -Wdouble-promotion warnings | Sean McBride | 2015-11-11 | 1 | -1/+1 |
|/ |
|
* | Remove use of include <cmsys/stl/*> and cmsys_stl::* | Brad King | 2015-08-20 | 1 | -2/+0 |
|
|
* | cmCTestCoverageHandle: Improve error handling. | James Johnston | 2015-08-08 | 1 | -6/+27 |
|
|
* | ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOB | Zack Galbreath | 2015-07-13 | 1 | -1/+1 |
|
|