index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CTest
/
cmCTestMemCheckHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
codespell: Match valgrind output without repeating a spelling error
Brad King
2023-11-17
1
-4/+4
*
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-0/+1
*
ctest_memcheck: ignore false-positives in CUDA's compute-sanitizer
Tobias Ribizel
2022-10-07
1
-4/+17
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+2
*
ctest: add option for output truncation
Frank Winklmeier
2022-03-08
1
-1/+2
*
ctest: support <CTestMeasurement> for runtime measurements
Zack Galbreath
2021-07-01
1
-1/+1
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-1/+1
*
CTest: Save sanitizer output files after test execution
Pawel Dac
2021-01-13
1
-3/+9
*
CTest: Rename CudaMemcheck to CudaSanitizer
Tobias Ribizel
2020-11-17
1
-15/+15
*
CTest: add compute-sanitizer alias for cuda-memcheck
Tobias Ribizel
2020-10-01
1
-1/+2
*
CTest: Add error types to cuda-memcheck parser
Tobias Ribizel
2020-08-05
1
-1/+2
*
cmCTest: Members accept std::string parameters
Vitaly Stakhovsky
2020-07-27
1
-1/+1
*
CTest: add cuda-memcheck support
Tobias Ribizel
2020-07-09
1
-0/+142
*
Merge topic 'ctest-memcheck-sanitizers'
Craig Scott
2020-04-19
1
-8/+5
|
\
|
*
CTest: Fix '-T MemCheck' command-line support for sanitizers
Brad King
2020-04-17
1
-8/+5
*
|
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-3/+4
|
/
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-27/+13
*
ctest: add support for memcheck using Dr. Memory
Dietmar Scheidl
2019-12-10
1
-0/+173
*
cmCTestMemCheckHandler.cxx: minor refactoring
Dietmar Scheidl
2019-12-10
1
-6/+3
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-9/+10
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-4/+1
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-2/+2
*
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-1/+1
*
cmSystemTools: More methods accept `std::string` params
Vitaly Stakhovsky
2019-02-11
1
-4/+4
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-12/+12
*
ctest_memcheck: Change failure to find log file from error to warning
Betsy McPhail
2018-08-28
1
-2/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-18/+22
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-14/+10
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
1
-7/+8
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-7/+8
*
|
CTest: add safe conversion from cmDuration to integer types
Wouter Klouwen
2018-01-23
1
-12/+11
|
/
*
Various typo fixes
Luz Paz
2018-01-03
1
-1/+1
*
IWYU: Add mappings for std::enable_if on chrono durations
Brad King
2017-11-28
1
-1/+0
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
1
-6/+16
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-10/+10
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-10/+10
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-2/+2
|
/
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-35/+27
*
use static_cast<> for casts from void*
Rolf Eike Beer
2017-09-01
1
-1/+1
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-2/+2
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-9/+9
*
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
Betsy McPhail
2017-07-10
1
-0/+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-2/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-3/+3
*
ctest_memcheck: Fix sanitizers when MemoryCheckSanitizerOptions is empty
Jamie Snape
2017-01-23
1
-3/+9
*
ctest_memcheck: Append sanitizers user options at the end to allow overriding
Sylvain Joubert
2017-01-11
1
-1/+1
*
ctest_memcheck: do not add detect_leaks=1 to ASAN_OPTIONS
Jamie Snape
2017-01-09
1
-1/+0
*
ctest_memcheck: join *SAN_OPTIONS with :
Jamie Snape
2017-01-09
1
-4/+4
*
MEMORYCHECK_SUPPRESSIONS_FILE: add support for sanitizers
Jamie Snape
2017-01-09
1
-1/+8
[next]