Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 rokov pred |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 rokov pred |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 rokov pred |
Brad King
|
180538c706
Source: Stabilize include order
|
9 rokov pred |
Zack Galbreath
|
993e48d045
CTest: Optionally use a secondary test timeout after matching output
|
9 rokov pred |
Brad King
|
721b7e3e56
CTest: Capture test stdout/stderr through one pipe (#15600)
|
10 rokov pred |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 rokov pred |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 rokov pred |
Rolf Eike Beer
|
e319e32b8c
CTest: make sure never to report negative test times (#14132)
|
12 rokov pred |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 rokov pred |
Bill Hoffman
|
8f8c1edca2
Fix for bug #10859, ctest exit exception incorrectly reported.
|
15 rokov pred |
Zach Mullen
|
57efb4a497
BUG: We shouldn't be setting the HideWindow option on the test processes we create.
|
15 rokov pred |
Zach Mullen
|
2921fa96ed
Handle multiple carriage return issue on windows VS9. Also make sure that running ctest in showonly mode does not kill our cost store, since many ctest tests do this and corrupt our cost data.
|
16 rokov pred |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 rokov pred |
Brad King
|
bcbb4626a3
Avoid shadowing std::vector member
|
16 rokov pred |
Brad King
|
8c24c1dcc3
Fix new CTest output handling for no newline
|
16 rokov pred |
Brad King
|
6a7eae7184
Rewrite CTest child output handling
|
16 rokov pred |
Zach Mullen
|
6727834a8c
BUG: Fixed extraneous newlines from ctest process output
|
16 rokov pred |
Zach Mullen
|
a02ef56401
BUG: Fixed issue where ctest would hang if a process terminated with output in its buffers but no newline
|
16 rokov pred |
Zach Mullen
|
5517e17bf9
Fixed ctest output processing. Should now display output as it occurs, as well as be able to consume multiple lines if they exist within the timeout.
|
16 rokov pred |
Zach Mullen
|
7f9a0f508f
Fixed output as-it-happens issue. Now displays output as it receives each newline.
|
16 rokov pred |
Zach Mullen
|
c6e5dd21fd
Added the test property EXPENSIVE, which denotes that the given test(s) should be started prior to tests that are not marked as such. Also fixed test dependencies, and a few uninitialized variables in cmProcess.
|
16 rokov pred |
Zach Mullen
|
7f6ff73396
Fixed 2 unused variable warnings
|
16 rokov pred |
Zach Mullen
|
d4adde13d7
Allowed tests to pull more than one line of output in their quantum. Fixed uninitialized variables in the case that the test process could not start.
|
16 rokov pred |
Bill Hoffman
|
046449e2f7
ENH: fix return value to ctest_build and remove debug print in cmProcess
|
17 rokov pred |
Bill Hoffman
|
82c3afcf6f
ENH: allow ctest_build to return error and warning counts
|
17 rokov pred |
Bill Hoffman
|
ede2be4be1
ENH: add start end time for procs
|
17 rokov pred |
Bill Hoffman
|
71fee8522e
STYLE: fix line length issues
|
17 rokov pred |
Bill Hoffman
|
f188d0e241
ENH: one more fix for hp
|
17 rokov pred |
Bill Hoffman
|
7950b99d9d
ENH: add missing file
|
17 rokov pred |