summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMultiProcessHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: line lengthZach Mullen2009-09-021-2/+5
|
* Fixed ctest output where max test index is not the same width as the total ↵Zach Mullen2009-09-021-0/+28
| | | | number of tests. Also some preliminary changes for batching ctest jobs
* MemCheck should now work again in ctestZach Mullen2009-08-281-2/+2
|
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix ↵Zach Mullen2009-08-281-55/+40
| | | | coming soon...
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover ↵Zach Mullen2009-08-271-2/+65
| | | | for ctest
* ENH: refactored ctest. All testing is now parallel. If no -j option is ↵Zach Mullen2009-08-261-116/+42
| | | | specified, defaults to a MP level of 1 (non parallel)
* Output total time when using -j NBill Hoffman2009-08-121-1/+1
|
* ENH: add a CDash measured value showing the reason for passed and failed ↵Bill Hoffman2009-02-241-0/+4
| | | | tests based on regular expressions
* BUG: partial fix for 8056 -W now works with -jBill Hoffman2009-02-101-0/+7
|
* COMP: try to fix sgi compiler problem with set and also shorten symbol ↵Bill Hoffman2008-07-041-10/+10
| | | | lengths for set class
* ENH: one more fix for the old hp c++ compilerBill Hoffman2008-07-031-1/+1
|
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-0/+323