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
/
cmDocumentationFormatter.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmDocumentationFormatter: Improve `PrintFormatted`
Alex Turbov
2022-11-17
1
-34/+54
*
cmDocumentationFormatter: All printing methods accept strings
Alex Turbov
2022-11-17
1
-9/+10
*
cmDocumentationFormatter: Turn `while ()` into `for ()` loop
Alex Turbov
2022-11-17
1
-15/+23
*
cmDocumentationFormatter: Eliminate one `if` in the `PrintColumn` loop
Alex Turbov
2022-11-17
1
-7/+2
*
cmDocumentationFormatter: Turn `TextWidth` member into `size_t`
Alex Turbov
2022-11-17
1
-7/+9
*
cmDocumentationFormatter: Prevent indentation reset side effect
Alex Turbov
2022-11-17
1
-2/+7
*
cmDocumentationFormatter: Turn `TextIndent` member into `size_t`
Alex Turbov
2022-11-17
1
-23/+29
*
cmDocumentationFormatter: Use `std::ostream` padding capabitily
Alex Turbov
2022-11-17
1
-7/+6
*
cmDocumentationFormatter: `TextIndent` member is `std::string` now
Alex Turbov
2022-11-17
1
-18/+14
*
cmDocumentationFormatter: `PrintPreformatted` accept string
Alex Turbov
2022-11-17
1
-13/+15
*
cmDocumentationFormatter.h: No need `virtual` methods
Alex Turbov
2022-11-17
1
-4/+0
*
cmDocumentation: Optimize `std::ostream::operator<<()` calls
Alex Turbov
2022-11-17
1
-11/+11
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-6/+2
*
Help: Mark default CMake generator with asterisk
Artur Ryt
2019-01-18
1
-1/+2
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-2/+0
*
Maint: misc. typos
luz.paz
2018-08-24
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-8/+7
*
clang-tidy: apply misc-redundant-expression fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+6
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-101/+68
*
cmake: Show in --help how to select VS target platform (#15422)
Brad King
2015-04-07
1
-1/+1
*
Replace foo.length() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Drop all documentation formatters except Usage
Brad King
2013-10-16
1
-95/+145
*
Add reStructuredText (RST) documentation formatter
Brad King
2013-10-15
1
-2/+26
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-1/+1
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Improve generated documentation formatting
Brad King
2008-10-10
1
-1/+2
*
ENH: handle HTML documentation for single items better: no warning about
Alexander Neundorf
2008-07-21
1
-0/+4
*
ENH: Fix generated documentation internal links.
Brad King
2008-05-05
1
-0/+83
*
STYLE: move the code for the different formats of the generated help into
Alexander Neundorf
2007-09-19
1
-0/+73