Martin Duffy
|
4e50320978
Help: Allow help for arbitrary keywords
|
2 years ago |
Alex Turbov
|
69918b07e1
cmDocumentationEntry: Drop all user provided ctors for C++ >= 14
|
3 years ago |
Alex Turbov
|
5ef97a0182
cmDocumentation: Drop unused `SetSections` method
|
3 years ago |
Alex Turbov
|
74b735dea8
cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`
|
3 years ago |
Alex Turbov
|
ccff0b87a2
cmDocumentation: Accept `Iterable` instead of `vector` on add entries
|
3 years ago |
Alex Turbov
|
bbe854a45a
cmDocumentation: Drop useless call to formatter's `SetIndent()`
|
3 years ago |
Alex Turbov
|
cf39773df9
cmDocumentationFormatter: Turn `TextIndent` member into `size_t`
|
3 years ago |
Alex Turbov
|
f074e2bd49
cmDocumentation: Optimize `std::ostream::operator<<()` calls
|
3 years ago |
Alex Turbov
|
8ab0168cbc
cmDocumentation.cxx: Use lambda function instead of macro
|
3 years ago |
Alex Turbov
|
049b017c5d
cmDocumentation.cxx: Use anonymous namespace instead of `static`
|
3 years ago |
Alex Turbov
|
798834ef63
Help: `<f>` → `<file>` for `--help*` option descriptions
|
3 years ago |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 years ago |
Artur Ryt
|
dfd5ae7da7
Help: Mark default CMake generator with asterisk
|
7 years ago |
Sean McBride
|
b056bc3425
Fix most clang -Wextra-semi-stmt warnings in C++ files
|
6 years ago |
Artur Ryt
|
57862079d8
cmDocumentation: Get rid of raw pointers in AllSections map
|
7 years ago |
Artur Ryt
|
4308eb3d16
cmDocumentationSection: Remove unused parameter in constructor
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Daniel Pfeifer
|
1ef22a26c9
cmDocumentation: use ofstream local variable
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
1a9de8035c
surround macro arguments with parentheses
|
9 years ago |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
7b6349da4d
CMake: don't use else after return
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
ab8b77dd33
Remove redundant arguments from fstream constructors
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |