| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: address bugprone-branch-clone lints | Ben Boeckel | 2020-04-13 | 1 | -0/+2 |
|
|
* | replace std::string::substr() with operations that do not allocate memory | Rolf Eike Beer | 2020-03-23 | 1 | -2/+4 |
|
|
* | replace "substr(0, xx) ==" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -1/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -7/+8 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -6/+5 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -0/+1 |
|
|
* | cmRST: Fix crash on empty markup block | Brad King | 2019-04-05 | 1 | -0/+6 |
|
|
* | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -1/+1 |
|
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -2/+2 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -2/+2 |
|
|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -1/+1 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -2/+1 |
|
|
* | Help: Add new section for CPack generators | Kyle Edwards | 2018-06-21 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+3 |
|
|
* | cmRST: Parse inline links and inline literals | Brad King | 2018-05-07 | 1 | -11/+57 |
|
|
* | cmRST: Add support for 'envvar' cmake domain role | Brad King | 2018-05-04 | 1 | -1/+1 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -3/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -6/+2 |
|
|
* | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -5/+5 |
|
|
* | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 1 | -5/+5 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+5 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -225/+157 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -17/+0 |
|
|
* | cmRST: Parse toctree lines with Sphinx cross-reference syntax | Brad King | 2016-05-02 | 1 | -3/+13 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Replace loops with algorithms. | Stephen Kelly | 2015-02-20 | 1 | -12/+5 |
|
|
* | cmRST: Replace two erase with a rotate and larger erase. | Stephen Kelly | 2015-02-20 | 1 | -2/+6 |
|
|
* | cmRST: Move two algorithms beside each other. | Stephen Kelly | 2015-02-20 | 1 | -1/+1 |
|
|
* | cmRST: Use std::min where appropriate. | Stephen Kelly | 2015-02-20 | 1 | -4/+1 |
|
|
* | Split cmAlgorithms into a separate header file. | Stephen Kelly | 2015-02-10 | 1 | -0/+1 |
|
|
* | Use the cmJoin algorithm where possible. | Stephen Kelly | 2015-01-08 | 1 | -8/+1 |
|
|
* | Add an "installed file" property scope | Nils Gladitz | 2014-05-28 | 1 | -1/+2 |
|
|
* | 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 | -2/+2 |
|
|
* | cmRST: Add support for the note and productionlist directives | Brad King | 2013-10-30 | 1 | -0/+12 |
|
|
* | cmRST: Teach cmake-module directive to scan bracket comments | Brad King | 2013-10-23 | 1 | -11/+39 |
|
|
* | cmRST: Process literal blocks after paragraphs ending in '::' | Brad King | 2013-10-21 | 1 | -0/+22 |
|
|
* | cmRST: Do not process inline markup in code-block literals | Brad King | 2013-10-21 | 1 | -30/+41 |
|
|
* | cmRST: Substitute CMake version for |release| as Sphinx does | Brad King | 2013-10-17 | 1 | -0/+2 |
|
|
* | Add class cmRST to do basic reStructuredText processing | Brad King | 2013-10-16 | 1 | -0/+435 |
|
|