Zack Galbreath
|
876a680d48
ctest_test: Add QUIET option
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
607e19384f
Replace 'foo.size() != 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Brad King
|
b5a467262b
Merge topic 'drop-ancient-workarounds'
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Stephen Kelly
|
6162c9194b
Use two-iterator std::set::insert where appropriate.
|
11 years ago |
Brad King
|
dc451574c6
Merge topic 'base64-casts'
|
10 years ago |
Brad King
|
0bdd4ebfb8
cmCTest: Use size_t for cmsysBase64_Encode return value
|
11 years ago |
Brad King
|
23e9bc55f3
Merge topic 'base64-constref'
|
11 years ago |
Rolf Eike Beer
|
82fbf490b5
cmCTestTestHandler: take reference to temporary string instead of doing a copy
|
11 years ago |
Stephen Kelly
|
e2a489c76a
Remove some temporary vectors for ExpandListArgument.
|
11 years ago |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Nils Gladitz
|
887532f0f0
CTest: Fix combined inclusive/exclusive label regular expressions
|
11 years ago |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Ben Boeckel
|
85fc9f26a7
stringapi: Command names
|
11 years ago |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Rolf Eike Beer
|
3a0d164bb2
allow to mark a test as "Not Run" with a specific return code (#8466)
|
13 years ago |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
11 years ago |
Brad King
|
e33d8d2d77
Drop builtin command documentation
|
12 years ago |
Brad King
|
5bf7102505
Merge topic 'ctest_rerun_failed'
|
12 years ago |
Zack Galbreath
|
eb2decc02d
ctest: Add --rerun-failed option
|
12 years ago |
Stephen Kelly
|
33055c405e
Generate modern-style cmake code.
|
12 years ago |
Rolf Eike Beer
|
6f9aaad150
CTest: create one output file per memcheck (#14303)
|
12 years ago |
Rolf Eike Beer
|
c0756b6dd6
Revert "CTest: fix pre and post test commands with spaces" (#13887)
|
12 years ago |
Brad King
|
a052a79949
Merge topic 'CTest-less-cd'
|
12 years ago |
Rolf Eike Beer
|
9969bfb773
CTest: avoid useless changing of directory
|
12 years ago |