Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 年之前 |
Daniel Pfeifer
|
c6220de276
Use the empty() method to check for emptyness.
|
9 年之前 |
Daniel Pfeifer
|
1b2bb93302
Remove redundant c_str() calls.
|
9 年之前 |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 年之前 |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 年之前 |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 年之前 |
Brad King
|
180538c706
Source: Stabilize include order
|
9 年之前 |
Zack Galbreath
|
06b7f5d2ca
CTest: Only apply the secondary test timeout once
|
9 年之前 |
Zack Galbreath
|
993e48d045
CTest: Optionally use a secondary test timeout after matching output
|
9 年之前 |
Brad King
|
721b7e3e56
CTest: Capture test stdout/stderr through one pipe (#15600)
|
10 年之前 |
Daniel Pfeifer
|
b26e5b552a
CTest: Generate NamedMeasurement elements directly into xml file
|
10 年之前 |
Brad King
|
cc8b8cdc75
Merge topic 'ctest-repeat-until-fail'
|
10 年之前 |
Bill Hoffman
|
fde70a1b26
ctest: Add a new --repeat-until-fail option
|
10 年之前 |
Zach Mullen
|
874fdd914a
CTest: Output test-specific env vars in verbose mode (#15446)
|
10 年之前 |
Zack Galbreath
|
0b87b2a339
ctest_memcheck: Add QUIET option
|
10 年之前 |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 年之前 |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 年之前 |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 年之前 |
Brad King
|
0bdd4ebfb8
cmCTest: Use size_t for cmsysBase64_Encode return value
|
10 年之前 |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 年之前 |
Bill Hoffman
|
49948f7221
ctest_memcheck: Add support for ThreadSanitizer
|
11 年之前 |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 年之前 |
Rolf Eike Beer
|
3a0d164bb2
allow to mark a test as "Not Run" with a specific return code (#8466)
|
13 年之前 |
Rolf Eike Beer
|
6f9aaad150
CTest: create one output file per memcheck (#14303)
|
12 年之前 |
Brad King
|
e477f21af2
Merge topic 'MemChecker-improvements'
|
12 年之前 |
Rolf Eike Beer
|
12cf7bc507
CTest: break after first regex match on output
|
12 年之前 |
Rolf Eike Beer
|
dde6306a48
CTest: use an output file for Valgrind (#14110)
|
12 年之前 |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 年之前 |
Brad King
|
b10c5cbb87
CTest: Simplify environment save/restore
|
13 年之前 |
Thomas Jarosch
|
f47393c66b
CTest: Fix memory leaks on error
|
14 年之前 |