Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Clinton Stimpson
|
42e39bb37d
Fix a few more places to use cmsys::[io]fstream instead of std::fstream.
|
11 years ago |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 years ago |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
12 years ago |
Nils Gladitz
|
7f0d4aff24
CTest: fix regressions introduced by the ctest-fix-run-serial topic
|
12 years ago |
Nils Gladitz
|
2eccdbdc2a
CTest: prevent tests from being inserted in the cost list twice
|
12 years ago |
Nils Gladitz
|
2b5c9da5bc
CTest: restore old failed test priority in serial test runs
|
12 years ago |
Nils Gladitz
|
ff59365f8b
CTest: fix dashboard issues associated with the ctest-fix-run-serial topic
|
12 years ago |
Nils Gladitz
|
384beffc39
CTest: added comments that describe the basic test sorting approach
|
12 years ago |
Nils Gladitz
|
adbe00d6e1
CTest: removed redundant copy of test dependency set
|
12 years ago |
Nils Gladitz
|
1b750cbf9a
CTest: perform cycle test early
|
12 years ago |
Nils Gladitz
|
6d4d7ca955
CTest: consider previously failed tests before all others
|
12 years ago |
Nils Gladitz
|
e809d8cfdf
CTest: prioritize tests by their depth in the dependency graph
|
12 years ago |
Nils Gladitz
|
44017a4767
CTest: handle dependent and non dependent test requirements equally
|
12 years ago |
Casey Goodlett
|
324780697c
CTest: Prevent creation of unbounded number of tests in ctest (#12904)
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
David Cole
|
8af8eab7a4
Use stable_sort to preserve test order (#11877)
|
14 years ago |
Zach Mullen
|
6b0c7ded57
Support explicitly set test costs in non-parallel testing.
|
15 years ago |
Brad King
|
1f7133cd61
CTest: Fix line-too-long style in DEPEND cycle error
|
15 years ago |
Brad King
|
f48d3bc5ba
CTest: Fix test DEPEND cycle detection
|
15 years ago |
Zach Mullen
|
13f24540ad
Remove debugging message from parallel ctest
|
15 years ago |
Zach Mullen
|
32242affea
Added CTest command --print-labels
|
15 years ago |
Brad King
|
28a16d1cc4
Merge branch 'improve-test-cost-sorting'
|
15 years ago |
Zach Mullen
|
142edf8ad4
More robust cost-based scheduling impl
|
15 years ago |
Zach Mullen
|
3e52000a07
Fix cycle detection for test dependencies
|
15 years ago |
David Cole
|
415900ba77
Eliminate -Wconversion warnings.
|
15 years ago |
Zach Mullen
|
1a4c0c55c7
Parallel CTest hangs if serial test has depends
|
15 years ago |
Zach Mullen
|
960dc2b10f
Do not exit if stoptime is passed.
|
15 years ago |
Zach Mullen
|
fa3c1817b1
Cost-based test scheduling should only be done in parallel mode.
|
15 years ago |