summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMultiProcessHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-1/+1
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-11/+4
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+2
|/
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-9/+9
* Fix a few more places to use cmsys::[io]fstream instead of std::fstream.Clinton Stimpson2014-10-041-4/+4
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-3/+4
* CTest: fix regressions introduced by the ctest-fix-run-serial topicNils Gladitz2013-12-231-4/+83
* CTest: prevent tests from being inserted in the cost list twiceNils Gladitz2013-10-311-1/+8
* CTest: restore old failed test priority in serial test runsNils Gladitz2013-10-271-3/+4
* CTest: fix dashboard issues associated with the ctest-fix-run-serial topicNils Gladitz2013-10-251-7/+20
* CTest: added comments that describe the basic test sorting approachNils Gladitz2013-10-211-0/+7
* CTest: removed redundant copy of test dependency setNils Gladitz2013-10-211-7/+1
* CTest: perform cycle test earlyNils Gladitz2013-10-191-1/+7
* CTest: consider previously failed tests before all othersNils Gladitz2013-10-191-15/+10
* CTest: prioritize tests by their depth in the dependency graphNils Gladitz2013-10-181-4/+45
* CTest: handle dependent and non dependent test requirements equallyNils Gladitz2013-10-171-40/+9
* CTest: Prevent creation of unbounded number of tests in ctest (#12904)Casey Goodlett2012-12-181-1/+6
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-7/+7
* Use stable_sort to preserve test order (#11877)David Cole2011-02-181-1/+1
* Support explicitly set test costs in non-parallel testing.Zach Mullen2011-01-031-11/+13
* CTest: Fix line-too-long style in DEPEND cycle errorBrad King2010-12-161-4/+4
* 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