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.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmDocumentationEntry: Drop all user provided ctors for C++ >= 14
Alex Turbov
2022-11-17
1
-2/+3
*
cmDocumentation: Drop unused `SetSections` method
Alex Turbov
2022-11-17
1
-7/+0
*
cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`
Alex Turbov
2022-11-17
1
-28/+8
*
cmDocumentation: Accept `Iterable` instead of `vector` on add entries
Alex Turbov
2022-11-17
1
-20/+0
*
cmDocumentation: Drop useless call to formatter's `SetIndent()`
Alex Turbov
2022-11-17
1
-1/+0
*
cmDocumentationFormatter: Turn `TextIndent` member into `size_t`
Alex Turbov
2022-11-17
1
-1/+1
*
cmDocumentation: Optimize `std::ostream::operator<<()` calls
Alex Turbov
2022-11-17
1
-8/+8
*
cmDocumentation.cxx: Use lambda function instead of macro
Alex Turbov
2022-11-17
1
-45/+41
*
cmDocumentation.cxx: Use anonymous namespace instead of `static`
Alex Turbov
2022-11-16
1
-3/+5
*
Help: `<f>` → `<file>` for `--help*` option descriptions
Alex Turbov
2022-08-14
1
-20/+22
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-7/+8
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
Help: Mark default CMake generator with asterisk
Artur Ryt
2019-01-18
1
-3/+12
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-4/+6
*
cmDocumentation: Get rid of raw pointers in AllSections map
Artur Ryt
2019-01-11
1
-78/+35
*
cmDocumentationSection: Remove unused parameter in constructor
Artur Ryt
2019-01-11
1
-15/+9
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-26/+17
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-7/+7
*
cmDocumentation: use ofstream local variable
Daniel Pfeifer
2017-04-26
1
-13/+4
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
surround macro arguments with parentheses
Daniel Pfeifer
2016-09-05
1
-1/+1
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-4/+5
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-8/+8
*
Remove redundant arguments from fstream constructors
Daniel Pfeifer
2016-06-14
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-371/+228
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-45/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+4
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
cmake: Provide guidance when an invalid -G option is given
Gerald Combs
2015-04-10
1
-0/+15
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-6/+1
*
cmake,ccmake: Produce shorter output on no arguments (#14973)
Adam Strzelecki
2014-06-13
1
-3/+17
*
Merge topic 'cmake-credits'
Brad King
2014-06-03
1
-1/+1
|
\
|
*
Simplify and clarify credit text and link
Brad King
2014-06-03
1
-1/+1
*
|
Merge topic 'doc-full-help'
Brad King
2014-04-29
1
-2/+12
|
\
\
|
|
/
|
*
Restore --help-full option to output all help manuals
Brad King
2014-04-25
1
-2/+12
*
|
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-6/+6
*
|
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1/+1
*
|
stringapi: Use strings for documentation names
Ben Boeckel
2014-03-08
1
-2/+2
|
/
*
cmake: Implement placeholder --help-custom-modules compatibility
Brad King
2014-01-08
1
-1/+56
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-3/+4
*
Merge topic 'cmake-credits'
Brad King
2013-11-21
1
-2/+6
|
\
|
*
Credit Kitware and csimsoft for their maintenance roles
Brad King
2013-11-19
1
-2/+6
*
|
cmDocumentation: Fix exit after help output format warnings
Brad King
2013-11-19
1
-12/+15
|
/
*
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-2/+3
[next]