summaryrefslogtreecommitdiff
path: root/Source/cmDocumentationSection.h
Commit message (Expand)AuthorAgeFilesLines
* cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-171-6/+0
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-4/+4
* cmDocumentationSection: Accept `Iterable` instead of `vector` on addAlex Turbov2022-11-171-7/+11
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* cmDocumentationSection: Remove unused parameter in constructorArtur Ryt2019-01-111-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-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-1/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-15/+23
* Source: Stabilize include orderBrad King2016-04-291-1/+0
* stringapi: Command namesBen Boeckel2014-03-081-2/+2
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-3/+3
* Drop all documentation formatters except UsageBrad King2013-10-161-7/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-7/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: some more cleanup, fixes, and patch for HTML outputKen Martin2007-10-241-0/+3
* COMP: fix some warnings and add some doc strings back inKen Martin2007-10-221-5/+4
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-0/+71