summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Create internal 'ctest --launch' toolBrad King2009-02-112-0/+785
* ENH: add the ability to run tests by labelsBill Hoffman2009-02-104-3/+130
* BUG: partial fix for 8056 -W now works with -jBill Hoffman2009-02-101-0/+7
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-056-53/+59
* ENH: Re-order generation of build summary and xmlBrad King2009-02-041-8/+9
* ENH: Refactor Build.xml generationBrad King2009-02-042-11/+19
* COMP: Iterator version of std::set not available with vs6 implementation of S...David Cole2009-02-041-3/+11
* ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash se...David Cole2009-02-034-26/+156
* ENH: Put test labels in MemCheck resultsBrad King2009-02-023-65/+59
* STYLE: fix warningBill Hoffman2009-01-291-1/+1