Brad King
|
b6e4e4babc
cmUVProcessChain: Simplify SetExternalStream usage
|
1 year ago |
Kyle Edwards
|
0712e3cfea
cmCTestCoverageHandler: Replace cmsysProcess with cmUVProcessChain
|
2 years ago |
Brad King
|
241ee252ce
IWYU: Update for Debian 12 CI job
|
2 years ago |
Rose
|
6d15754814
Make vector operations more efficient
|
2 years ago |
Ben Boeckel
|
6ff03d463f
clang-tidy: address `google-readability-casting` lints
|
3 years ago |
Brad King
|
75e8173322
Source: Fix clang -Wunused-but-set-variable warnings
|
3 years ago |
Brad King
|
a956be4847
Merge topic 'warnings-cleanup'
|
4 years ago |
Brad King
|
9bb7982a15
Merge topic 'purge-sprintf'
|
4 years ago |
Sean McBride
|
5ba6e8ac59
Source: Replace most calls to sprintf with snprintf
|
4 years ago |
Sean McBride
|
1cf14f8c03
Source: fix many -Wmissing-prototypes warnings by marking functions static
|
4 years ago |
Rose
|
dd918c517d
Source: Simplify some boolean expressions
|
4 years ago |
Joseph Snyder
|
5d5610b04f
CTest: Exit coverage handling early if no binary dir
|
4 years ago |
Ben Boeckel
|
808b17b120
clang-tidy: fix `readability-make-member-function-const` warnings
|
4 years ago |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 years ago |
Vitaly Stakhovsky
|
825b04c67a
cmCTest: Members accept std::string parameters
|
5 years ago |
Tobias Ellinghaus
|
ed6d20ddcb
CTest: Handle non-coverage lines in gcov files
|
5 years ago |
Rolf Eike Beer
|
bfb69f9543
replace "substr(0, xx) ==" with cmHasPrefix()
|
5 years ago |
Rolf Eike Beer
|
36bfb80338
PyCoverage: avoid repeated string splitting, especially for uncovered lines
|
5 years ago |
Marc Chevrier
|
f7d12609f0
Refactoring: use append functions from cmext/algorithm
|
5 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 |
Regina Pfeifer
|
d25a5a7ec9
clang-tidy: modernize-use-auto
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Rolf Eike Beer
|
da26b3be89
avoid adding multiple consecutive string literals to std::string
|
6 years ago |
Sebastian Holtermann
|
a693e875db
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
|
6 years ago |
Sebastian Holtermann
|
006229278b
Use cmAppend to append ranges to std::vector instances
|
6 years ago |
Vitaly Stakhovsky
|
4e315e9449
cmSystemTools: More functions accept `std::string` params
|
6 years ago |
Albert Astals Cid
|
ae5e97a005
Delete some default constructors and assignment operators
|
6 years ago |
Vitaly Stakhovsky
|
080a79ca4a
cmSystemTools: More methods accept `std::string` params
|
6 years ago |
Artur Ryt
|
f3534386b5
Prefer front/back/data over dereferencing begin/rbegin iter
|
6 years ago |