Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -2/+3 |
* | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 1 | -2/+2 |
* | 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 | -123/+94 |
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -2/+2 |
* | ctest_coverage: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -8/+11 |
* | Replace 'foo.size() == 0' 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 |
* | cmParseDelphiCoverage: Remove superfluous semicolons after methods | Christoph GrĂ¼ninger | 2014-12-23 | 1 | -2/+2 |
* | CTest: Remove code to fix scanbuild errors | Joseph Snyder | 2014-12-15 | 1 | -2/+0 |
* | CTest: Add code coverage parser for Pascal/Delphi | Joseph Snyder | 2014-10-21 | 1 | -0/+253 |