Marc Chevrier
|
8d4a9ee398
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
|
5 years ago |
Johnny Jazeix
|
e89aeba5c4
ctest: add option --stop-on-failure
|
5 years ago |
Kyle Edwards
|
060d2ce269
CTest: Add CTEST_RESOURCE_SPEC_FILE variable
|
5 years ago |
Brad King
|
28994115e8
ctest_test: Add option to REPEAT tests
|
6 years ago |
Craig Scott
|
c544cb6698
CTest: Rename hardware -> resources for source code
|
6 years ago |
Craig Scott
|
a7c1e15cc4
CTest: Rename hardware -> resources for CMake variables, command options
|
6 years ago |
Kyle Edwards
|
e34de0691b
CTest: Allocate hardware to tests
|
6 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Regina Pfeifer
|
0aa8a2ab8b
cmCTest*Command: Port to cmArgumentParser
|
6 years ago |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 years ago |
Sebastian Holtermann
|
935fbe0b04
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
|
6 years ago |
Regina Pfeifer
|
b172a81d55
cmCTest: Use concrete accessor functions for TestingHandlers
|
6 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Wouter Klouwen
|
695951bc46
CTest: introduce cmDuration
|
8 years ago |
Wouter Klouwen
|
66419bc046
CTest: convert timeouts to std::chrono::duration
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Betsy McPhail
|
d08ec4d25a
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
|
8 years ago |
Craig Scott
|
c1b2b7c03c
Add ctest options for limiting which tests fixtures add
|
8 years ago |
Ben Boeckel
|
5969048d1d
cmCTestTestCommand: defer getting the global timeout
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
3849164454
CTest: fix include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Betsy McPhail
|
f62d301b92
ctest: Optionally avoid starting tests that may exceed a given CPU load
|
10 years ago |
Zack Galbreath
|
876a680d48
ctest_test: Add QUIET option
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Zach Mullen
|
0ba9d04117
Add the --stop-time argument
|
15 years ago |
David Cole
|
0b38bb4c53
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts.
|
16 years ago |
Zach Mullen
|
8612aa10b6
Hook for scheduling tests in a random order
|
16 years ago |