summaryrefslogtreecommitdiff
path: root/Source/cmRST.cxx
Commit message (Expand)AuthorAgeFilesLines
* Utilities/Sphinx: Add 'cref' roleMatthew Woehlke2023-03-141-0/+1
* cmRST: Fix cmake domain directives with newline before argumentBrad King2023-03-091-1/+1
* cmRST: Fix typo in commentBrad King2023-03-091-1/+1
* cmRST: Convert enum types to enum classBrad King2023-03-091-29/+30
* Utilities/Sphinx: Add a directive to document command signaturesMatthew Woehlke2023-03-031-1/+1
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-5/+0
* cmRST: support `versionadded` and `versionchanged` directivesBen Boeckel2021-10-271-0/+5
* Utilities/Sphinx: Add role and directive for 'genex' in CMake domainBrad King2021-01-181-2/+3
* cmRST: Add support for 'envvar' directiveBrad King2021-01-181-1/+1
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-0/+2
* replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-231-2/+4
* replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+8
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-6/+5
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* cmRST: Fix crash on empty markup blockBrad King2019-04-051-0/+6
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+2
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-2/+2
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-1/+1
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-2/+1
* Help: Add new section for CPack generatorsKyle Edwards2018-06-211-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* cmRST: Parse inline links and inline literalsBrad King2018-05-071-11/+57
* cmRST: Add support for 'envvar' cmake domain roleBrad King2018-05-041-1/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-3/+3
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-6/+2
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-5/+5
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-5/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-225/+157
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-17/+0
* cmRST: Parse toctree lines with Sphinx cross-reference syntaxBrad King2016-05-021-3/+13
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Replace loops with algorithms.Stephen Kelly2015-02-201-12/+5
* cmRST: Replace two erase with a rotate and larger erase.Stephen Kelly2015-02-201-2/+6
* cmRST: Move two algorithms beside each other.Stephen Kelly2015-02-201-1/+1
* cmRST: Use std::min where appropriate.Stephen Kelly2015-02-201-4/+1
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+1
* Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-8/+1
* Add an "installed file" property scopeNils Gladitz2014-05-281-1/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+2
* cmRST: Add support for the note and productionlist directivesBrad King2013-10-301-0/+12