Kitware Robot
|
0b96ae1f6a
Revise C++ coding style using clang-format with "east const"
|
9 months ago |
Alex Turbov
|
f3f70c2f90
StringAlgorithms: Refactor `cmTokenize()` function
|
1 year ago |
Ben Boeckel
|
93a366697f
clang-tidy: fix `modernize-use-nullptr` lints
|
2 years ago |
Ben Boeckel
|
e8983bd20d
clang-tidy: fix `readability-braces-around-statements` lints
|
2 years ago |
Ben Boeckel
|
809248a0c9
strings: use character literals where possible
|
2 years ago |
Ben Boeckel
|
7137b17835
cmStrCat: use in Windows-specific sources
|
2 years ago |
Marc Chevrier
|
241304190f
CMake code rely on cmList class for CMake lists management (part. 2)
|
2 years ago |
Rolf Eike Beer
|
8ca2504a4d
use string_views to avoid memory allocations
|
5 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Sebastian Holtermann
|
7fbcc16dcd
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
|
6 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Pavel Solodovnikov
|
f43baf6981
Meta: modernize old-fashioned loops to range-based `for` (CPack).
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Daniel Pfeifer
|
26ee9e4291
CPack: drop CPack prefix for includes
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
24ab29b882
Prefer istringstream and ostringstream over stringstream.
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
afca373510
Help clang-format wrap after braces on long initializer lists
|
9 years ago |
Stephen Kelly
|
44ffb9cdb4
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Nils Gladitz
|
12418f5c26
CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property
|
11 years ago |