summaryrefslogtreecommitdiff
path: root/Source/cmRST.h
Commit message (Expand)AuthorAgeFilesLines
* cmRST: Convert enum types to enum classBrad King2023-03-091-18/+18
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-5/+5
* cmRST: support `versionadded` and `versionchanged` directivesBen Boeckel2021-10-271-0/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-1/+1
* cmRST: Parse inline links and inline literalsBrad King2018-05-071-0/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+6
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-0/+1
* cmRST: Parse toctree lines with Sphinx cross-reference syntaxBrad King2016-05-021-0/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* cmRST: Add support for the note and productionlist directivesBrad King2013-10-301-0/+2
* cmRST: Teach cmake-module directive to scan bracket commentsBrad King2013-10-231-0/+1
* cmRST: Cross-reference cmake-developer.7 manual and cmRST DoxygenBrad King2013-10-221-0/+10
* cmRST: Process literal blocks after paragraphs ending in '::'Brad King2013-10-211-0/+3
* cmRST: Do not process inline markup in code-block literalsBrad King2013-10-211-1/+2
* Add class cmRST to do basic reStructuredText processingBrad King2013-10-161-0/+83