summaryrefslogtreecommitdiff
path: root/Source/cmRST.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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