summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Refactor quoting of VCS tool commandBrad King2009-02-231-11/+9
* ENH: Document APPEND option in ctest_* commandsBrad King2009-02-206-10/+20
* ENH: Improve ctest_* command documentationBrad King2009-02-206-19/+36
* ENH: More documentation for ctest_submit commandBrad King2009-02-201-5/+16
* ENH: Remove generation of unused Update.xml partsBrad King2009-02-172-70/+7
* BUG: Fix svn update logic for modified filesBrad King2009-02-161-0/+4
* STYLE: Fix spelling in cmCTestUpdateHandlerBrad King2009-02-161-9/+9
* ENH: Teach CTest to put labels in coverage resultsBrad King2009-02-132-7/+122
* STYLE: Remove unused variableBrad King2009-02-131-4/+0
* BUG: Fix CTEST_USE_LAUNCHERS in dashboard scriptsBrad King2009-02-131-0/+6
* ENH: Report file names relative to source dirBrad King2009-02-123-4/+52
* BUG: Do not drop build fragments with same timeBrad King2009-02-121-3/+4
* ENH: Teach CTest dashboard builds to use launchersBrad King2009-02-112-2/+245
* COMP: Do not use modern empty init list syntaxBrad King2009-02-111-2/+2