Commit History

Author SHA1 Message Date
  Gregor Jasny 1166aa5ce7 ctest: refactor some code 6 years ago
  Zsolt Parragi 440b08e4f0 CTest: Represent process exit codes as 64-bit signed integer 7 years ago
  Brad King 6be53c6695 CTest: Add options to control test process affinity to CPUs 7 years ago
  Wouter Klouwen 695951bc46 CTest: introduce cmDuration 7 years ago
  Brad King c10119df62 CTest: Fix decoding of MBCS character split by buffering 7 years ago
  Bryon Bean b5e21d7d2e CTest: Re-implement test process handling using libuv 7 years ago
  Bryon Bean fcebff75f9 cmProcess: Use explicit enum for process exit exception 8 years ago
  Bryon Bean 3dd2edf4ab cmProcess: Use explicit enum for process state 8 years ago
  Bryon Bean 5238e6db70 cmProcess: Remove unused ReportStatus method 8 years ago
  Brad King 548e8f6ffe CTest: Simplify std::chrono::duration<double> conversion to double 7 years ago
  Wouter Klouwen 66419bc046 CTest: convert timeouts to std::chrono::duration 8 years ago
  Wouter Klouwen e8a4036e96 CTest: use std::chrono::steady_clock for time keeping 8 years ago
  Bill Hoffman 0c650f3965 CTest: Report more detail about system exceptions in tests 8 years ago
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 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
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
  Brad King 180538c706 Source: Stabilize include order 9 years ago
  Zack Galbreath 993e48d045 CTest: Optionally use a secondary test timeout after matching output 9 years ago
  Brad King 721b7e3e56 CTest: Capture test stdout/stderr through one pipe (#15600) 10 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Bill Hoffman 8f8c1edca2 Fix for bug #10859, ctest exit exception incorrectly reported. 15 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King 6a7eae7184 Rewrite CTest child output handling 16 years ago
  Zach Mullen a02ef56401 BUG: Fixed issue where ctest would hang if a process terminated with output in its buffers but no newline 16 years ago
  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 years ago
  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 years ago
  Bill Hoffman a696fe8183 Output total time when using -j N 16 years ago
  Bill Hoffman ede2be4be1 ENH: add start end time for procs 17 years ago
  Bill Hoffman 096c139c80 ENH: fix for old hp compiler 17 years ago