summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Fixed warningZach Mullen2009-09-081-1/+1
* ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...Zach Mullen2009-09-075-7/+36
* Fix memory and process leak in ctest_run_script.Bill Hoffman2009-09-041-1/+1
* Increase curl submit timeout. A submit will timeout if there are 120 seconds ...David Cole2009-09-041-7/+11
* Fixed ctest output processing. Should now display output as it occurs, as we...Zach Mullen2009-09-043-31/+46
* Change run_ctest_script in ctest to not stop processing when there is an erro...Bill Hoffman2009-09-044-8/+43
* Fixed output as-it-happens issue. Now displays output as it receives each ne...Zach Mullen2009-09-041-0/+4
* Added the test property EXPENSIVE, which denotes that the given test(s) shoul...Zach Mullen2009-09-044-15/+43
* Fixed 2 unused variable warningsZach Mullen2009-09-031-3/+1
* Allowed tests to pull more than one line of output in their quantum. Fixed u...Zach Mullen2009-09-035-80/+91
* Fixed warningsZach Mullen2009-09-034-2/+8
* ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS opti...Zach Mullen2009-09-035-6/+22
* STYLE: line lengthZach Mullen2009-09-021-2/+5
* ENH: Added PARALLEL_LEVEL option to ctest_test() command.Zach Mullen2009-09-023-3/+16
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-025-17/+55
* Add curl timeout options to the SubmitUsingHTTP method. They were only in the...David Cole2009-09-011-2/+7
* ENH: Improved test reporting outputZach Mullen2009-09-011-8/+14
* Fixed ctest_memcheck docs (http://www.cmake.org/Bug/view.php?id=9242)Zach Mullen2009-08-311-4/+14
* Fixed Dart time recording for ctestZach Mullen2009-08-311-0/+6
* Fixed conversion warning on 64 bit machinesZach Mullen2009-08-314-320/+6
* Fixed line length issueZach Mullen2009-08-301-1/+2
* MemCheck should now work again in ctestZach Mullen2009-08-287-65/+67
* Replaced std::stringstream with cmOStringStreamZach Mullen2009-08-281-1/+1
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...Zach Mullen2009-08-287-153/+114
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-277-396/+235
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-266-504/+322
* Fixed line length over 80Zach Mullen2009-08-201-5/+6
* Fixed overwriting of a previous change setZach Mullen2009-08-192-0/+53
* ENH: Refactored CTest test execution code into an objectZach Mullen2009-08-194-65/+648
* Add test times to log file as well as the stdout.Bill Hoffman2009-08-181-2/+14
* If labels are found on the tests, then print a time summary for all the tests...Bill Hoffman2009-08-182-1/+49
* Fix classification of externals in svn statusBrad King2009-08-121-2/+2
* Output total time when using -j NBill Hoffman2009-08-123-2/+3
* Fix failing test on release build for VS 10 cmSystemTools::GetLineFromStream ...Bill Hoffman2009-08-111-1/+1
* Set current directory variables in CTest scriptsBrad King2009-07-311-0/+6
* BUG: Do not double-initialize local generatorsBrad King2009-07-282-2/+0
* ENH: add test times and a total time to the output of command line ctestBill Hoffman2009-07-271-8/+23
* ENH: fix warningBill Hoffman2009-07-191-1/+1
* ENH: fix warningBill Hoffman2009-07-171-1/+1
* ENH: compute the max test name width based on the length of the testsBill Hoffman2009-07-171-0/+15
* STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly fromAlexander Neundorf2009-07-121-13/+5
* STYLE: move the code for writing the initial cache into its own separateAlexander Neundorf2009-07-112-12/+31
* STYLE: rename InitCache to InitialCache, since it contains the contents forAlexander Neundorf2009-07-112-5/+5
* COMP: Fix cmCTestHG for old HP compilerBrad King2009-07-101-2/+2
* ENH: Teach CTest to handle Mercurial repositoriesBrad King2009-07-105-1/+419
* ENH: Reports "Passed" for WILL_FAIL testsBrad King2009-07-021-67/+48
* ENH: add reminder commentBill Hoffman2009-06-251-0/+1
* ENH: set an upload speed limit for ctestBill Hoffman2009-06-251-0/+5
* BUG: Fix CVS update parsing for TortoiseCVSBrad King2009-06-231-2/+3
* STYLE: fix warningBill Hoffman2009-06-151-0/+1