summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* BUG: fix crash when running ctest coverage for VTKBill Hoffman2009-06-151-0/+12
* ENH: Disable the xmlrpc drop method by defaultBrad King2009-06-111-0/+17
* BUG: fix for bug #8153 add purify suppression file and fix output to not be o...Bill Hoffman2009-05-271-0/+17
* BUG: Parse more bzr xml output encodingsBrad King2009-05-181-1/+6
* ENH: Remove CTest public.kitware.com drop defaultBrad King2009-05-151-34/+6
* ENH: Teach CTest to handle Bazaar repositoriesBrad King2009-05-145-0/+603
* BUG: Remove '-d<now' from 'cvs log' commandsBrad King2009-04-291-1/+1
* COMP: Fix class reference for HP aCCBrad King2009-04-221-1/+1
* ENH: Teach CTest to handle git repositoriesBrad King2009-04-225-1/+492
* ENH: Factor global-VC parts out of cmCTestSVNBrad King2009-04-224-114/+211
* ENH: make sure CTEST_CURL_OPTIONS work from script modeBill Hoffman2009-04-171-0/+2
* ENH: remove warning and improve messageBill Hoffman2009-04-111-6/+1
* ENH: remove cerr callBill Hoffman2009-04-101-1/+0
* ENH: add ability to control ssl cert checkingBill Hoffman2009-04-101-2/+36
* ENH: use 0 not FALSEBill Hoffman2009-03-311-1/+1
* ENH: add submit via cp modeBill Hoffman2009-03-312-3/+82
* BUG: Fix return value of ctest_updateBrad King2009-03-202-4/+4
* ENH: allow for https submission if ctest is built with a curl that supports itBill Hoffman2009-03-121-4/+5
* BUG: Do not produce empty coverage log filesBrad King2009-03-111-20/+21
* BUG: Do not carry over file list between coverageBrad King2009-03-111-0/+1
* BUG: Avoid duplicate CTest coverage submissionBrad King2009-03-112-0/+20
* ENH: Efficiently filter CTest coverage by labelBrad King2009-03-092-18/+58
* ENH: Generate a central list of target directoriesBrad King2009-03-092-6/+13
* BUG: Initialize ctest_coverage command ivarBrad King2009-03-052-1/+8
* BUG: make sure error condition is reset before loading scriptsBill Hoffman2009-03-041-5/+10
* ENH: Teach ctest_coverage to filter with LABELSBrad King2009-03-024-4/+105