Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 gadi atpakaļ |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 gadi atpakaļ |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 gadi atpakaļ |
Regina Pfeifer
|
62e5f72289
clang-tidy: Replace typedef with using
|
6 gadi atpakaļ |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 gadi atpakaļ |
Regina Pfeifer
|
ef61997b1b
clang-tidy: Use emplace
|
6 gadi atpakaļ |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 gadi atpakaļ |
Pavel Solodovnikov
|
37d9387be3
Replace empty-string comparisons with checking against `empty()`.
|
8 gadi atpakaļ |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
8 gadi atpakaļ |
Daniel Pfeifer
|
b26577c92a
clang-tidy: remove else after break and continue
|
8 gadi atpakaļ |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 gadi atpakaļ |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
9 gadi atpakaļ |
Daniel Pfeifer
|
618fb23fc9
Pass arguments that are not modified as const&.
|
9 gadi atpakaļ |
Daniel Pfeifer
|
5784747d1b
Improve string find: prefer character overloads.
|
9 gadi atpakaļ |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 gadi atpakaļ |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 gadi atpakaļ |
Brad King
|
180538c706
Source: Stabilize include order
|
9 gadi atpakaļ |
Zack Galbreath
|
fc58bdb9ad
ctest_coverage: Add QUIET option
|
10 gadi atpakaļ |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 gadi atpakaļ |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 gadi atpakaļ |
Christoph Grüninger
|
1a9ba38174
cmParseDelphiCoverage: Remove superfluous semicolons after methods
|
10 gadi atpakaļ |
Joseph Snyder
|
0622f92d23
CTest: Remove code to fix scanbuild errors
|
11 gadi atpakaļ |
Joseph Snyder
|
5c31c3e4eb
CTest: Add code coverage parser for Pascal/Delphi
|
11 gadi atpakaļ |