summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmProcess.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* CTest: make sure never to report negative test times (#14132)Rolf Eike Beer2013-05-101-0/+8
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Fix for bug #10859, ctest exit exception incorrectly reported.Bill Hoffman2010-06-221-0/+6
* BUG: We shouldn't be setting the HideWindow option on the test processes we c...Zach Mullen2010-02-191-1/+0
* Handle multiple carriage return issue on windows VS9. Also make sure that ru...Zach Mullen2009-11-161-1/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Avoid shadowing std::vector memberBrad King2009-09-121-3/+3
* Fix new CTest output handling for no newlineBrad King2009-09-111-0/+1
* Rewrite CTest child output handlingBrad King2009-09-111-145/+83
* BUG: Fixed extraneous newlines from ctest process outputZach Mullen2009-09-081-20/+25
* BUG: Fixed issue where ctest would hang if a process terminated with output i...Zach Mullen2009-09-081-6/+28
* Fixed ctest output processing. Should now display output as it occurs, as we...Zach Mullen2009-09-041-14/+18
* Fixed output as-it-happens issue. Now displays output as it receives each ne...Zach Mullen2009-09-041-0/+4
* Added the test property EXPENSIVE, which denotes that the given test(s) shoul...Zach Mullen2009-09-041-0/+5
* Fixed 2 unused variable warningsZach Mullen2009-09-031-3/+1
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-031-54/+51
* ENH: fix return value to ctest_build and remove debug print in cmProcessBill Hoffman2009-01-141-1/+1
* ENH: allow ctest_build to return error and warning countsBill Hoffman2009-01-141-1/+1
* ENH: add start end time for procsBill Hoffman2008-12-291-0/+4
* STYLE: fix line length issuesBill Hoffman2008-10-021-7/+11
* ENH: one more fix for hpBill Hoffman2008-07-031-1/+0
* ENH: add missing fileBill Hoffman2008-07-031-0/+288