summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.h
Commit message (Expand)AuthorAgeFilesLines
* cmDocumentation: Drop unused `SetSections` methodAlex Turbov2022-11-171-1/+0
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-3/+0
* cmDocumentation: Accept `Iterable` instead of `vector` on add entriesAlex Turbov2022-11-171-6/+18
* cmDocumentation.cxx: Use lambda function instead of macroAlex Turbov2022-11-171-1/+0
* cmDocumentation: Remove MSVC 6 workaroundAlex Turbov2022-11-161-2/+26
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* cmDocumentation: Get rid of raw pointers in AllSections mapArtur Ryt2019-01-111-6/+5
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-5/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-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-7/+7
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-28/+22
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmDocumentation: Remove unused include.Stephen Kelly2015-06-071-1/+0
* cmake: Provide guidance when an invalid -G option is givenGerald Combs2015-04-101-0/+1
* cmake,ccmake: Produce shorter output on no arguments (#14973)Adam Strzelecki2014-06-131-1/+2
* Merge topic 'doc-full-help'Brad King2014-04-291-0/+1
|\
| * Restore --help-full option to output all help manualsBrad King2014-04-251-0/+1
* | stringapi: Use strings for documentation namesBen Boeckel2014-03-081-1/+1
|/
* cmake: Implement placeholder --help-custom-modules compatibilityBrad King2014-01-081-0/+1
* cmDocumentation: Fix exit after help output format warningsBrad King2013-11-191-1/+1
* Refactor internal resource location APIs and initializationBrad King2013-11-121-4/+0
* Make --help-* options available from all command-line toolsBrad King2013-10-161-1/+1
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-3/+3
* Drop all documentation formatters except UsageBrad King2013-10-161-42/+4
* Teach --help-* options to load documentation from .rst filesBrad King2013-10-161-0/+16
* Drop "full" documentation output typesBrad King2013-10-151-67/+2
* Add reStructuredText (RST) documentation formatterBrad King2013-10-151-0/+2
* Drop CPack module documentation markup extractionBrad King2013-10-151-38/+0
* cmDocumentation: Fix a few doxygen comment errorsSean McBride2013-10-081-7/+6
* man documentation: detect man section from the given filenameAlex Neundorf2012-06-211-1/+2
* documentation: preparation for making the man section configurableAlex Neundorf2012-06-211-3/+4
* -remove trailing whitespaceAlex Neundorf2012-06-211-14/+14
* Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-181-2/+4
* Create getDocumentedModulesListInDir which may be used in other context.Eric NOULARD2012-02-141-1/+32
* Fix another compiler warning due to a typoEric NOULARD2012-02-141-1/+0
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-4/+7
* Implement simple CMake script comment markup language.Eric NOULARD2012-01-221-0/+23
* CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-221-0/+12
* BUG 9961: ctest --help should not display a Generators sectionZach Mullen2009-11-241-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improve generated documentation formattingBrad King2008-10-101-1/+7
* BUG: fix 6647 arguments after -E should not be parsed by CMakeBill Hoffman2008-08-191-2/+5