| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | CTest: Factor out duplicate Git author/committer code | Brad King | 2010-12-20 | 1 | -44/+28 |
|
|
* | CTest git update should pass the committer as well as the author | Zach Mullen | 2010-12-20 | 1 | -0/+29 |
|
|
* | Merge topic 'ctest-git-flexibility' | Brad King | 2010-08-03 | 1 | -2/+84 |
|\ |
|
| * | ctest_update: Run 'git submodule' at top level | Brad King | 2010-07-27 | 1 | -1/+24 |
|
|
| * | ctest_update: Support ".git file" work trees | Brad King | 2010-07-26 | 1 | -1/+54 |
|
|
| * | ctest_update: Abort if Git FETCH_HEAD has no candidates | Brad King | 2010-07-20 | 1 | -0/+6 |
|
|
* | | CTest: Parse empty Git commits correctly | Brad King | 2010-06-23 | 1 | -0/+9 |
|/ |
|
* | ctest_update: Support Git upstream branch rewrites | Brad King | 2010-06-08 | 1 | -13/+40 |
|
|
* | ctest_update: Support custom Git update command | Brad King | 2010-06-08 | 1 | -7/+44 |
|
|
* | Fix ctest_update log prefix for git submodule update | Brad King | 2010-06-04 | 1 | -1/+1 |
|
|
* | CTest: Submit author email in Update.xml | Brad King | 2010-05-07 | 1 | -0/+1 |
|
|
* | Teach ctest_update about Git submodules | Brad King | 2010-05-04 | 1 | -2/+11 |
|
|
* | cmCTestGIT: Refresh index for local modifications | Brad King | 2010-02-09 | 1 | -2/+8 |
|
|
* | Use human-readable Git commit times in Update.xml | Brad King | 2009-12-21 | 1 | -4/+18 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|