Brad King
|
3d6638471a
Merge topic 'size-empty'
|
9 år sedan |
Daniel Pfeifer
|
c6220de276
Use the empty() method to check for emptyness.
|
9 år sedan |
Daniel Pfeifer
|
7f6b8d3399
Simplify boolean expressions
|
9 år sedan |
Daniel Pfeifer
|
1b2bb93302
Remove redundant c_str() calls.
|
9 år sedan |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 år sedan |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 år sedan |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 år sedan |
Brad King
|
180538c706
Source: Stabilize include order
|
9 år sedan |
Daniel Pfeifer
|
ab2524d63f
CTest: Fix XML double-encoding cases
|
10 år sedan |
Daniel Pfeifer
|
b04500a725
cmCTest{Test,MemCheck}Handler: Port to cmXMLWriter
|
10 år sedan |
Zack Galbreath
|
0b87b2a339
ctest_memcheck: Add QUIET option
|
10 år sedan |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
11 år sedan |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
11 år sedan |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
11 år sedan |
Brad King
|
1c8129795a
ctest_memcheck: Do not open empty BC output file name
|
11 år sedan |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 år sedan |
Bill Hoffman
|
0c6330da38
ctest_memcheck: Add support for MemorySanitizer msan
|
11 år sedan |
Ben Boeckel
|
816c100ae2
ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan
|
11 år sedan |
Brad King
|
b67ef537d4
ctest_memcheck: Order sanitizer type code consistently
|
11 år sedan |
Ben Boeckel
|
ca9cc25ce8
ctest: add support for additional sanitizer options
|
11 år sedan |
Bill Hoffman
|
b35a7730ce
Fix truncation of valgrind output logic.
|
11 år sedan |
Bill Hoffman
|
5d40d88e00
Handle more than one process with sanitizer errors.
|
11 år sedan |
Bill Hoffman
|
1e005eadbc
CTest: Fix MemoryCheckType from 'ctest -T MemCheck'
|
11 år sedan |
Bill Hoffman
|
4472671432
ctest_memcheck: Add support for memory and leak sanitizer.
|
11 år sedan |
Bill Hoffman
|
49948f7221
ctest_memcheck: Add support for ThreadSanitizer
|
11 år sedan |
Bill Hoffman
|
3c5eac1fbb
cmCTestMemCheckHandler: Fix coding style in this class
|
11 år sedan |
Bill Hoffman
|
58cc3c22ef
Fix ctest to allow valgrind to show up in the path name of a memcheck tool.
|
11 år sedan |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 år sedan |
Ben Boeckel
|
b3bf31a548
stringapi: Miscellaneous char* parameters
|
11 år sedan |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 år sedan |