summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-171-2/+3
* cmDocumentation: Drop unused `SetSections` methodAlex Turbov2022-11-171-7/+0
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-28/+8
* cmDocumentation: Accept `Iterable` instead of `vector` on add entriesAlex Turbov2022-11-171-20/+0
* cmDocumentation: Drop useless call to formatter's `SetIndent()`Alex Turbov2022-11-171-1/+0
* cmDocumentationFormatter: Turn `TextIndent` member into `size_t`Alex Turbov2022-11-171-1/+1
* cmDocumentation: Optimize `std::ostream::operator<<()` callsAlex Turbov2022-11-171-8/+8
* cmDocumentation.cxx: Use lambda function instead of macroAlex Turbov2022-11-171-45/+41
* cmDocumentation.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-161-3/+5
* Help: `<f>` → `<file>` for `--help*` option descriptionsAlex Turbov2022-08-141-20/+22
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+8
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Help: Mark default CMake generator with asteriskArtur Ryt2019-01-181-3/+12
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-4/+6
* cmDocumentation: Get rid of raw pointers in AllSections mapArtur Ryt2019-01-111-78/+35
* cmDocumentationSection: Remove unused parameter in constructorArtur Ryt2019-01-111-15/+9
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-26/+17
* Use C++11 nullptrDaniel Pfeifer2017-08-241-7/+7
* cmDocumentation: use ofstream local variableDaniel Pfeifer2017-04-261-13/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-1/+1
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+5
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-8/+8
* Remove redundant arguments from fstream constructorsDaniel Pfeifer2016-06-141-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-371/+228
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-45/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+4
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* cmake: Provide guidance when an invalid -G option is givenGerald Combs2015-04-101-0/+15
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-6/+1
* cmake,ccmake: Produce shorter output on no arguments (#14973)Adam Strzelecki2014-06-131-3/+17
* Merge topic 'cmake-credits'Brad King2014-06-031-1/+1
|\
| * Simplify and clarify credit text and linkBrad King2014-06-031-1/+1
* | Merge topic 'doc-full-help'Brad King2014-04-291-2/+12
|\ \ | |/
| * Restore --help-full option to output all help manualsBrad King2014-04-251-2/+12
* | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-6/+6
* | Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* | stringapi: Use strings for documentation namesBen Boeckel2014-03-081-2/+2
|/
* cmake: Implement placeholder --help-custom-modules compatibilityBrad King2014-01-081-1/+56
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-3/+4
* Merge topic 'cmake-credits'Brad King2013-11-211-2/+6
|\
| * Credit Kitware and csimsoft for their maintenance rolesBrad King2013-11-191-2/+6
* | cmDocumentation: Fix exit after help output format warningsBrad King2013-11-191-12/+15
|/
* Refactor internal resource location APIs and initializationBrad King2013-11-121-2/+3