summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMultiProcessHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-101/+67
* Merge topic 'display-ctest-disabled'Brad King2017-06-051-2/+6
|\
| * ctest: Display disabled status when ctest -N is calledChuck Atkins2017-06-021-2/+6
* | clang-tidy: use .empty() to check emptynessDaniel Pfeifer2017-04-211-1/+1
* | Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
|/
* Add 'DISABLED' test propertyBetsy McPhail2017-03-291-1/+3
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-8/+3
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: Add support for test fixturesCraig Scott2016-09-201-0/+10
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-3/+8
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-4/+6
* Add missing braces around statements.Daniel Pfeifer2016-06-101-4/+8
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-3/+3
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-403/+298
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-22/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Fix regression in handling of a RUN_SERIAL test that failsBrad King2015-10-231-5/+4
* ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-301-7/+117
* cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementationZack Galbreath2015-06-301-4/+31
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-1/+12
* ctest_test: Add QUIET optionZack Galbreath2015-02-231-19/+28
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+1
* 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