| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -2/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -6/+7 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -2/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -2/+2 |
|
|
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+1 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+2 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -3/+2 |
|
|
* | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -1/+1 |
|
|
* | Merge topic 'cmrange-improvements' | Brad King | 2019-02-25 | 1 | -1/+1 |
|\ |
|
| * | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -1/+1 |
|
|
* | | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -3/+2 |
|/ |
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -3/+3 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -5/+8 |
|
|
* | Improve several occurrences of vector::push_back in loops | Matthias Maennich | 2017-09-28 | 1 | -0/+1 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -5/+5 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -9/+6 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -7/+7 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | ctest_update: Refactor internal APIs to support more failure cases | Brad King | 2017-02-16 | 1 | -6/+10 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | CTest: fix include-what-you-use violations | Daniel Pfeifer | 2016-08-25 | 1 | -4/+5 |
|
|
* | CTest: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -2/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -7/+7 |
|
|
* | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 1 | -5/+5 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -1/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -180/+167 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -16/+0 |
|
|
* | Source: Sort includes of sys/types.h as clang-format would | Brad King | 2016-05-03 | 1 | -1/+1 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Merge topic 'fix-ctest-xml-double-encoding' | Brad King | 2015-08-31 | 1 | -1/+0 |
|\ |
|
| * | cmCTest{BZR,GIT,P4}: Remove unused cmXMLSafe includes | Daniel Pfeifer | 2015-08-28 | 1 | -1/+0 |
|
|
* | | Remove use of include <cmsys/ios/*> and cmsys_ios::* | Brad King | 2015-08-20 | 1 | -1/+0 |
|/ |
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
|
|
* | Use insert instead of a loop in some cases. | Stephen Kelly | 2015-01-11 | 1 | -5/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | ctest_update: Handle P4 unknown revisions more robustly | Pedro Navarro | 2014-01-22 | 1 | -26/+35 |
|
|
* | ctest_update: Do not remove the p4 depot name | Pedro Navarro | 2013-11-01 | 1 | -11/+1 |
|
|
* | ctest_update: Add support for Perforce p4 client | Pedro Navarro | 2013-10-26 | 1 | -0/+569 |
|
|