| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+3 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -4/+4 |
|
|
* | 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 sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+2 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -1/+1 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+1 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | Modernize: Prefer .substr in place of .c_str() + int | Artur Ryt | 2019-03-30 | 1 | -1/+1 |
|
|
* | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -1/+1 |
|
|
* | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -1/+0 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -4/+2 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -7/+3 |
|
|
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -3/+1 |
|
|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -3/+3 |
|
|
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -4/+6 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -6/+6 |
|
|
* | 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 | -3/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 1 | -9/+6 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -2/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -26/+22 |
|
|
* | 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 | -2/+2 |
|
|
* | ctest_update: Refactor internal APIs to support more failure cases | Brad King | 2017-02-16 | 1 | -4/+8 |
|
|
* | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 1 | -6/+7 |
|
|
* | CTest: Use UTF-8 encoding for output from Git | Dāvis Mosāns | 2016-11-15 | 1 | -6/+11 |
|
|
* | 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 | -3/+5 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -16/+23 |
|
|
* | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 1 | -3/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -241/+225 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -18/+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 | -4/+4 |
|
|
* | cmCTestGIT: run `git submodule sync` before updating submodules | Ben Boeckel | 2016-04-01 | 1 | -0/+22 |
|
|
* | cmCTestGIT: add an option to initialize submodules on update | Ben Boeckel | 2016-04-01 | 1 | -1/+18 |
|
|
* | cmCTestGIT: fix git version references | Ben Boeckel | 2016-04-01 | 1 | -3/+3 |
|
|
* | 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 |
|/ |
|
* | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 1 | -0/+1 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+2 |
|
|
* | Use new cmHasLiteralPrefix function | Stephen Kelly | 2013-11-21 | 1 | -3/+3 |
|
|
* | CTest: Fix ctest_update with 'HEAD' file in source tree | Brad King | 2013-02-28 | 1 | -2/+2 |
|
|
* | CTest: Do not fail with submodules and Git < 1.6.5.0 | Brad King | 2011-03-10 | 1 | -2/+1 |
|
|
* | CTest: Update Git submodules with --recursive | Brad King | 2011-02-22 | 1 | -1/+45 |
|
|