Brad King
|
e03d3c08f0
CTest: Fix '-T MemCheck' command-line support for sanitizers
|
5 years ago |
Ben Boeckel
|
f2a33107be
clang-tidy: address bugprone-branch-clone lints
|
5 years ago |
Dietmar Scheidl
|
676befdf52
ctest: add support for memcheck using Dr. Memory
|
6 years ago |
Dietmar Scheidl
|
2db0a65f56
cmCTestMemCheckHandler.cxx: minor refactoring
|
6 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 |
Sebastian Holtermann
|
3b2b02825d
Source sweep: Replace std::ostringstream when used with a single append
|
6 years ago |
Artur Ryt
|
30bb14c657
Modernize: Enable modernize-raw-string-literal in clang-tidy
|
6 years ago |
Vitaly Stakhovsky
|
4e315e9449
cmSystemTools: More functions accept `std::string` params
|
6 years ago |
Vitaly Stakhovsky
|
080a79ca4a
cmSystemTools: More methods accept `std::string` params
|
6 years ago |
Regina Pfeifer
|
ef61997b1b
clang-tidy: Use emplace
|
6 years ago |
Betsy McPhail
|
5aaaee5e9e
ctest_memcheck: Change failure to find log file from error to warning
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Brad King
|
92cd3d0677
Merge topic 'reduce-temporaries'
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Wouter Klouwen
|
ff62b00522
CTest: add safe conversion from cmDuration to integer types
|
8 years ago |
Luz Paz
|
3ab7bf8285
Various typo fixes
|
7 years ago |
Brad King
|
923b8fadd5
IWYU: Add mappings for std::enable_if on chrono durations
|
8 years ago |
Wouter Klouwen
|
e8a4036e96
CTest: use std::chrono::steady_clock for time keeping
|
8 years ago |
Brad King
|
7c28081c14
Merge topic 'string-clear'
|
8 years ago |
Pavel Solodovnikov
|
5db3aac111
Meta: replace empty-string assignments with `clear()`.
|
8 years ago |
Brad King
|
0b33aee48b
Use C++11 override instead of CM_OVERRIDE
|
8 years ago |
Pavel Solodovnikov
|
63f6fd144e
Meta: modernize old-fashioned loops to range-based `for` (CTest).
|
8 years ago |
Rolf Eike Beer
|
353ec23737
use static_cast<> for casts from void*
|
8 years ago |
Daniel Pfeifer
|
190e3825d4
Replace C-style casts
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Betsy McPhail
|
d08ec4d25a
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
|
8 years ago |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |