summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: Fix coverage label reports for BullseyeBrad King2009-03-021-4/+6
* BUG: Fix coverage handler initializationBrad King2009-03-021-2/+5
* BUG: #8611 add pass fail reasons into log fileBill Hoffman2009-02-271-18/+42
* ENH: Refactor initial checkout into cmCTestVCBrad King2009-02-263-40/+51
* COMP: Fix cmCTestVC member access for HP compilerBrad King2009-02-252-1/+5
* ENH: Rewrite CTest Update implementationBrad King2009-02-257-641/+901
* COMP: Fix cmCTestVC char[]->string Borland warningBrad King2009-02-251-1/+1
* ENH: add a CDash measured value showing the reason for passed and failed test...Bill Hoffman2009-02-243-9/+28
* ENH: Teach cmCTestSVN to load repo/tree relationBrad King2009-02-242-0/+51
* ENH: Factor out VCS work tree revision checksBrad King2009-02-245-83/+100
* ENH: Factor out nightly start time computationBrad King2009-02-243-12/+22
* ENH: Factor out svn work tree cleanupBrad King2009-02-245-42/+36
* ENH: Create cmCTestVC::RunChild and parse helpersBrad King2009-02-242-2/+40
* ENH: Add cmCTestCVS and cmCTestSVNBrad King2009-02-245-0/+141
* ENH: Create cmCTestVC for VCS interactionBrad King2009-02-242-0/+96
* ENH: Factor out VCS tool detectionBrad King2009-02-242-64/+99
* ENH: Factor out initial checkout methodBrad King2009-02-242-58/+67