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
*
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
*
ctest_memcheck: add support for standalone LeakSanitizer
Jamie Snape
2017-01-09
1
-0/+17
*
ctest: Improve output for `-T memcheck`
Bill Hoffman
2016-11-17
1
-10/+22
*
Merge topic 'cdash_version_check'
Brad King
2016-11-11
1
-1/+1
|
\
|
*
Do not query CDash for version
Zack Galbreath
2016-11-08
1
-1/+1
*
|
ctest_memcheck: Add DEFECT_COUNT option to capture defect count
Betsy McPhail
2016-11-09
1
-2/+11
|
/
*
Do not define cout/cerr preprocessor symbols
Brad King
2016-10-04
1
-4/+0
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-9/+5
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
1
-20/+17
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-9/+9
*
Add CM_OVERRIDE to some functions
Daniel Pfeifer
2016-06-27
1
-2/+2
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-4/+4
*
Merge topic 'size-empty'
Brad King
2016-06-03
1
-5/+6
|
\
|
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
1
-5/+6
*
|
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-12/+3
|
/
*
Remove redundant c_str() calls.
Daniel Pfeifer
2016-05-26
1
-14/+8
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-646/+448
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-15/+0
[next]