summaryrefslogtreecommitdiff
path: root/Source/cmDocumentationFormatter.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmDocumentationFormatter: Improve `PrintFormatted`Alex Turbov2022-11-171-34/+54
* cmDocumentationFormatter: All printing methods accept stringsAlex Turbov2022-11-171-9/+10
* cmDocumentationFormatter: Turn `while ()` into `for ()` loopAlex Turbov2022-11-171-15/+23
* cmDocumentationFormatter: Eliminate one `if` in the `PrintColumn` loopAlex Turbov2022-11-171-7/+2
* cmDocumentationFormatter: Turn `TextWidth` member into `size_t`Alex Turbov2022-11-171-7/+9
* cmDocumentationFormatter: Prevent indentation reset side effectAlex Turbov2022-11-171-2/+7
* cmDocumentationFormatter: Turn `TextIndent` member into `size_t`Alex Turbov2022-11-171-23/+29
* cmDocumentationFormatter: Use `std::ostream` padding capabitilyAlex Turbov2022-11-171-7/+6
* cmDocumentationFormatter: `TextIndent` member is `std::string` nowAlex Turbov2022-11-171-18/+14
* cmDocumentationFormatter: `PrintPreformatted` accept stringAlex Turbov2022-11-171-13/+15
* cmDocumentationFormatter.h: No need `virtual` methodsAlex Turbov2022-11-171-4/+0
* cmDocumentation: Optimize `std::ostream::operator<<()` callsAlex Turbov2022-11-171-11/+11
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-6/+2
* Help: Mark default CMake generator with asteriskArtur Ryt2019-01-181-1/+2
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-2/+0
* Maint: misc. typosluz.paz2018-08-241-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-8/+7
* clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-121-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/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-101/+68
* cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-071-1/+1
* Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Drop all documentation formatters except UsageBrad King2013-10-161-95/+145
* Add reStructuredText (RST) documentation formatterBrad King2013-10-151-2/+26
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improve generated documentation formattingBrad King2008-10-101-1/+2
* ENH: handle HTML documentation for single items better: no warning aboutAlexander Neundorf2008-07-211-0/+4
* ENH: Fix generated documentation internal links.Brad King2008-05-051-0/+83
* STYLE: move the code for the different formats of the generated help intoAlexander Neundorf2007-09-191-0/+73