summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Collapse)AuthorAgeFilesLines
* BUG: make sure ctest sees the output of the cmake run in build and test ↵Bill Hoffman2008-06-181-0/+8
| | | | cases, it was not...
* BUG: fix for bug 7136Bill Hoffman2008-06-171-12/+16
|
* ENH: make tes test finding logic also try full paths as relative paths ↵Ken Martin2008-05-301-4/+15
| | | | because some folks have been doing that and 2.4 handled it
* BUG: fix for bug 7077 handle DartMeasurement tags with tyep text/htmlBill Hoffman2008-05-231-0/+20
|
* STYLE: use lower case also for the ctest-specific commands, as in cmakeAlexander Neundorf2008-05-1211-23/+23
| | | | | | I hope I didn't make a typo anywhere, at least the tests still succeed Alex
* ENH: make sure english is used for output of gcovBill Hoffman2008-05-101-0/+2
|
* BUG: 0006988 do not set coverage to false when it is notBill Hoffman2008-05-081-1/+1
|
* BUG: Missing a linker crashed error matching string.David Cole2008-03-191-0/+1
|
* STYLE: fix line lenBill Hoffman2008-03-041-4/+6
|
* ENH: allow cdash not to triggerBill Hoffman2008-02-292-27/+43
|
* STYLE: line lengthBill Hoffman2008-01-311-1/+2
|
* BUG: minor fix for ctestKen Martin2008-01-311-1/+1
|
* ENH: read in old file formats Dart as wellKen Martin2008-01-311-0/+15
|
* ENH: remove warningsBill Hoffman2008-01-302-3/+3
|
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-308-8/+58
|
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-2314-30/+44
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: improve backwards compatibilityKen Martin2008-01-191-6/+98
|
* BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ↵Ken Martin2008-01-181-44/+43
| | | | 5889 (tests are not found in some cases when using add_subdirectory to .. etc)
* ENH: use CTestTestfile.txtKen Martin2008-01-171-11/+1
|
* ENH: Centralized and globalized computation of CMake program locations. ↵Brad King2007-12-131-1/+1
| | | | This eliminates startup paths that failed to produce this information.
* ENH: add support for CDash bullseye coverageBill Hoffman2007-11-161-6/+18
|
* BUG: try to fix crashBill Hoffman2007-11-081-2/+8
|
* COMP: Fix check for file-too-big to avoid warnings.Brad King2007-11-071-1/+2
|
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-052-4/+12
|
* ENH: fix line length issuesBill Hoffman2007-09-242-3/+6
|
* ENH: fix failing test when valgrind is onBill Hoffman2007-09-192-11/+23
|
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-173-5/+30
|
* ENH: for build and test default the config type to the one that ctest was ↵Bill Hoffman2007-09-111-2/+24
| | | | built with, it is good for the current ctest setup, and other projects can always specify a value on the command line
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-111-10/+10
| | | | config types, do not inherit pipes in child procs for ctest so it can kill them
* STYLE: fix typoAlexander Neundorf2007-08-281-1/+1
| | | | Alex
* ENH: fix output and valgrind truncation issueBill Hoffman2007-08-101-11/+15
|
* COMP: this copy of curl is unused, the one in Utilities/cmcurl/ is usedAlexander Neundorf2007-08-09137-42829/+0
| | | | Alex
* ENH: make sure there is an error and notify user if nightly start time not setBill Hoffman2007-08-031-1/+10
|
* ENH: show files as untested if no lines are coveredBill Hoffman2007-08-031-1/+1
|
* ENH: fatal error if cvs update failsBill Hoffman2007-08-031-1/+9
|
* ENH: add another valgrind error typeBill Hoffman2007-08-031-0/+5
|
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-272-8/+13
|
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-19/+1
| | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex
* ENH: add test output to valgrind output and truncate output for valgrindBill Hoffman2007-07-261-3/+42
|
* ENH: fix bug with valgrind output being truncatedBill Hoffman2007-07-251-8/+13
|
* ENH: add support for bounds checkerBill Hoffman2007-07-243-46/+315
|
* ENH: fix div by 0Bill Hoffman2007-07-201-1/+1
|
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+2
| | | | Alex
* ENH: add more verbose outputBill Hoffman2007-06-142-0/+6
|
* ENH: remove non/scriptable cmake commands from the script handler in ctest,Alexander Neundorf2007-06-121-0/+21
| | | | | | | | | as discussed with David. This also gives a better ctest man page with just the commands you should actually use in ctest scripts. Until now these commands were more or less executed, but e.g. add_executable() didn't create an executable, project() failed with an error. Now you get an error instantly if using one of these commands. Alex
* ENH: make sure working directory is setBill Hoffman2007-06-121-2/+6
|
* BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile ↵David Cole2007-06-111-6/+7
| | | | - replace them with "_". DART cannot construct valid file names during dashboard rollup with ":" in the short path. Also, fix the Bullseye coverage handler so that the file names and paths match in both the coverage summary and the individual coverage logs.
* STYLE: create command documentation for ctestAlexander Neundorf2007-06-082-31/+45
| | | | | | | I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex
* ENH: use new covbr that does not stop on errorBill Hoffman2007-06-082-62/+139
|
* BUG: better passing of global TIMEOUT to internal ctest invocaitonsKen Martin2007-06-061-11/+11
|