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
/
cmDocumentation.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Help: Allow help for arbitrary keywords
Martin Duffy
2023-09-27
1
-0/+3
*
cmDocumentation: Drop unused `SetSections` method
Alex Turbov
2022-11-17
1
-1/+0
*
cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`
Alex Turbov
2022-11-17
1
-3/+0
*
cmDocumentation: Accept `Iterable` instead of `vector` on add entries
Alex Turbov
2022-11-17
1
-6/+18
*
cmDocumentation.cxx: Use lambda function instead of macro
Alex Turbov
2022-11-17
1
-1/+0
*
cmDocumentation: Remove MSVC 6 workaround
Alex Turbov
2022-11-16
1
-2/+26
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+3
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-1/+0
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
cmDocumentation: Get rid of raw pointers in AllSections map
Artur Ryt
2019-01-11
1
-6/+5
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-5/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
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
-7/+7
*
make sure to include cmConfigure.h before cmStandardIncludes.h
Daniel Pfeifer
2016-09-03
1
-0/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-28/+22
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmDocumentation: Remove unused include.
Stephen Kelly
2015-06-07
1
-1/+0
*
cmake: Provide guidance when an invalid -G option is given
Gerald Combs
2015-04-10
1
-0/+1
*
cmake,ccmake: Produce shorter output on no arguments (#14973)
Adam Strzelecki
2014-06-13
1
-1/+2
*
Merge topic 'doc-full-help'
Brad King
2014-04-29
1
-0/+1
|
\
|
*
Restore --help-full option to output all help manuals
Brad King
2014-04-25
1
-0/+1
*
|
stringapi: Use strings for documentation names
Ben Boeckel
2014-03-08
1
-1/+1
|
/
*
cmake: Implement placeholder --help-custom-modules compatibility
Brad King
2014-01-08
1
-0/+1
*
cmDocumentation: Fix exit after help output format warnings
Brad King
2013-11-19
1
-1/+1
*
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-4/+0
*
Make --help-* options available from all command-line tools
Brad King
2013-10-16
1
-1/+1
*
Drop the 'Full' field from cmDocumentationEntry
Brad King
2013-10-16
1
-3/+3
*
Drop all documentation formatters except Usage
Brad King
2013-10-16
1
-42/+4
*
Teach --help-* options to load documentation from .rst files
Brad King
2013-10-16
1
-0/+16
*
Drop "full" documentation output types
Brad King
2013-10-15
1
-67/+2
*
Add reStructuredText (RST) documentation formatter
Brad King
2013-10-15
1
-0/+2
*
Drop CPack module documentation markup extraction
Brad King
2013-10-15
1
-38/+0
*
cmDocumentation: Fix a few doxygen comment errors
Sean McBride
2013-10-08
1
-7/+6
*
man documentation: detect man section from the given filename
Alex Neundorf
2012-06-21
1
-1/+2
*
documentation: preparation for making the man section configurable
Alex Neundorf
2012-06-21
1
-3/+4
*
-remove trailing whitespace
Alex Neundorf
2012-06-21
1
-14/+14
*
Dynamically add documentation section specified in documented script.
Eric NOULARD
2012-02-18
1
-2/+4
*
Create getDocumentedModulesListInDir which may be used in other context.
Eric NOULARD
2012-02-14
1
-1/+32
*
Fix another compiler warning due to a typo
Eric NOULARD
2012-02-14
1
-1/+0
*
CPack Documentation extraction from CMake script begins to work
Eric NOULARD
2012-01-22
1
-4/+7
*
Implement simple CMake script comment markup language.
Eric NOULARD
2012-01-22
1
-0/+23
*
CPack begin the implementation of --help-command* and --help-variables*
Eric NOULARD
2012-01-22
1
-0/+12
*
BUG 9961: ctest --help should not display a Generators section
Zach Mullen
2009-11-24
1
-0/+4
*
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/+7
[next]