summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMultiProcessHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* CTest: Fix test DEPEND cycle detectionBrad King2010-12-151-16/+21
* Remove debugging message from parallel ctestZach Mullen2010-12-011-6/+0
* Added CTest command --print-labelsZach Mullen2010-08-311-0/+42
* Merge branch 'improve-test-cost-sorting'Brad King2010-07-061-57/+57
|\
| * More robust cost-based scheduling implZach Mullen2010-07-011-57/+57
* | Fix cycle detection for test dependenciesZach Mullen2010-06-301-17/+12
|/
* Eliminate -Wconversion warnings.David Cole2010-06-271-2/+3
* Parallel CTest hangs if serial test has dependsZach Mullen2010-06-231-1/+1
* Do not exit if stoptime is passed.Zach Mullen2010-06-151-0/+15
* Cost-based test scheduling should only be done in parallel mode.Zach Mullen2010-05-191-6/+15
* Add unit test for RESOURCE_LOCK test propertyZach Mullen2010-03-031-3/+6
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-021-1/+35
* Close ifstream.Zach Mullen2010-03-011-1/+5
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-011-2/+31
* Configurable path to CTest cost data fileZach Mullen2010-03-011-5/+3
* Use historical average of test times to schedule tests.Zach Mullen2010-02-261-21/+89
* Re-enabled Scheduler test and fixed the underlying problem.Zach Mullen2010-02-031-1/+1
* Fix memory leak that occurred when a test executable could not be started. (...Zach Mullen2009-12-101-0/+1
* Handle multiple carriage return issue on windows VS9. Also make sure that ru...Zach Mullen2009-11-161-2/+5
* Fixed a bug where it was possible for a test to be started twice if a lower-i...Zach Mullen2009-11-091-0/+5
* Fix style warning in cmsystemtools, cosmetic change to ctest codeZach Mullen2009-11-051-5/+2
* Fixed infinite loop condition when a test's dependent test executable could n...Zach Mullen2009-11-051-0/+2
* Added logic to check for cycles in the test dependency graph before any tests...Zach Mullen2009-11-021-1/+50
* Fix working dir issue for ctest show only mode (-N)Zach Mullen2009-10-271-0/+5
* Ctest was broken for subdirs. Restored working directory state for tests so ...Zach Mullen2009-10-201-0/+5
* Match width of ctest "Start xx: " line to line up with the end test lineZach Mullen2009-10-051-1/+1
* Fix warnings in CMake source code.David Cole2009-10-021-2/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fixed uninitialized memory issue in ctest show-only modeZach Mullen2009-09-251-0/+1
* Reformat ctest -N output. Removed the "Start processing tests" message as well.Zach Mullen2009-09-241-6/+9
* Tests which are not run should be added to the failed test list.Zach Mullen2009-09-231-0/+1
* Rewrite CTest child output handlingBrad King2009-09-111-3/+1
* Initialize cmCTestRunTest instances robustlyBrad King2009-09-111-6/+2
* BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...Zach Mullen2009-09-101-17/+5
* ENH: ctest now writes time cost data to a file after a test set is run, and u...Zach Mullen2009-09-081-4/+56
* BUG: Fixed extraneous newlines from ctest process outputZach Mullen2009-09-081-1/+1
* ENH: Replaced the EXPENSIVE test property with a COST test property taking a ...Zach Mullen2009-09-081-49/+60
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...Zach Mullen2009-09-071-6/+27
* Added the test property EXPENSIVE, which denotes that the given test(s) shoul...Zach Mullen2009-09-041-11/+26
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-031-2/+3
* Fixed warningsZach Mullen2009-09-031-1/+1
* ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS opti...Zach Mullen2009-09-031-3/+6
* STYLE: line lengthZach Mullen2009-09-021-2/+5
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-021-0/+28
* MemCheck should now work again in ctestZach Mullen2009-08-281-2/+2
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...Zach Mullen2009-08-281-55/+40
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-2/+65
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-116/+42
* 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 test...Bill Hoffman2009-02-241-0/+4