summaryrefslogtreecommitdiff
path: root/Source/cmRST.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmRST: Teach cmake-module directive to scan bracket commentsBrad King2013-10-231-11/+39
* cmRST: Process literal blocks after paragraphs ending in '::'Brad King2013-10-211-0/+22
* cmRST: Do not process inline markup in code-block literalsBrad King2013-10-211-30/+41
* cmRST: Substitute CMake version for |release| as Sphinx doesBrad King2013-10-171-0/+2
* Add class cmRST to do basic reStructuredText processingBrad King2013-10-161-0/+435