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
*
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
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-9/+9
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
CTest: Fix XML double-encoding cases
Daniel Pfeifer
2015-08-28
1
-10/+6
*
cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-49/+41
*
ctest_memcheck: Add QUIET option
Zack Galbreath
2015-02-23
1
-36/+41
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-4/+4
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-6/+6
*
ctest_memcheck: Do not open empty BC output file name
Brad King
2014-12-16
1
-0/+4
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-3/+3
*
ctest_memcheck: Add support for MemorySanitizer msan
Bill Hoffman
2014-10-07
1
-0/+22
*
ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan
Ben Boeckel
2014-10-07
1
-1/+22
*
ctest_memcheck: Order sanitizer type code consistently
Brad King
2014-10-07
1
-22/+24
*
ctest: add support for additional sanitizer options
Ben Boeckel
2014-10-03
1
-5/+11
*
Fix truncation of valgrind output logic.
Bill Hoffman
2014-08-04
1
-22/+19
*
Handle more than one process with sanitizer errors.
Bill Hoffman
2014-07-24
1
-9/+18
*
CTest: Fix MemoryCheckType from 'ctest -T MemCheck'
Bill Hoffman
2014-07-16
1
-2/+2
*
ctest_memcheck: Add support for memory and leak sanitizer.
Bill Hoffman
2014-07-16
1
-11/+63
*
ctest_memcheck: Add support for ThreadSanitizer
Bill Hoffman
2014-07-09
1
-133/+306
*
cmCTestMemCheckHandler: Fix coding style in this class
Bill Hoffman
2014-06-25
1
-6/+6
*
Fix ctest to allow valgrind to show up in the path name of a memcheck tool.
Bill Hoffman
2014-06-13
1
-4/+5
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-8/+8
*
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-12/+6
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-17/+17
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-2/+3
[next]