summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMultiProcessHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-2/+10
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-20/+32
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-301-0/+3
* cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementationZack Galbreath2015-06-301-0/+1
* ctest_test: Add QUIET optionZack Galbreath2015-02-231-0/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-5/+5
* CTest: fix regressions introduced by the ctest-fix-run-serial topicNils Gladitz2013-12-231-0/+6
* CTest: perform cycle test earlyNils Gladitz2013-10-191-0/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Added CTest command --print-labelsZach Mullen2010-08-311-0/+1
* More robust cost-based scheduling implZach Mullen2010-07-011-2/+3
* Do not exit if stoptime is passed.Zach Mullen2010-06-151-0/+1
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-021-1/+5
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-011-1/+2
* Use historical average of test times to schedule tests.Zach Mullen2010-02-261-1/+5
* Added logic to check for cycles in the test dependency graph before any tests...Zach Mullen2009-11-021-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...Zach Mullen2009-09-101-2/+2
* ENH: ctest now writes time cost data to a file after a test set is run, and u...Zach Mullen2009-09-081-2/+4
* ENH: Replaced the EXPENSIVE test property with a COST test property taking a ...Zach Mullen2009-09-081-5/+5
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...Zach Mullen2009-09-071-0/+2
* Added the test property EXPENSIVE, which denotes that the given test(s) shoul...Zach Mullen2009-09-041-1/+3
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-021-5/+6
* Fixed conversion warning on 64 bit machinesZach Mullen2009-08-311-2/+2
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...Zach Mullen2009-08-281-1/+5
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-3/+7
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-11/+21
* COMP: fix some more warningsBill Hoffman2008-07-071-4/+0
* COMP: try to fix sgi compiler problem with set and also shorten symbol length...Bill Hoffman2008-07-041-2/+4
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-0/+84