index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmRST.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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