summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: cmCTest::GetConfigType should return the string by reference-to-const ↵Brad King2008-02-031-1/+1
| | | | so that callers may use .c_str() safely.
* ENH: remove extra junkBill Hoffman2008-01-311-1/+0
|
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-6/+33
|
* ENH: look for CTestConfiguration.ini firstKen Martin2008-01-231-2/+2
|
* ENH: Centralized and globalized computation of CMake program locations. ↵Brad King2007-12-131-56/+11
| | | | This eliminates startup paths that failed to produce this information.
* BUG: Do not require a nightly start time for an experimental or continuous ↵Brad King2007-11-211-1/+2
| | | | test model.
* ENH: allow test properties to set a timeout that is longer than the default ↵Bill Hoffman2007-09-181-1/+3
| | | | timeout, but not longer than CTEST_TIME_LIMIT for a script
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-111-8/+0
| | | | config types, do not inherit pipes in child procs for ctest so it can kill them
* ENH: change error to warning so ctesttest3 passesBill Hoffman2007-08-061-2/+2
|
* ENH: add a check to make sure nightly start time was specifiedBill Hoffman2007-08-031-3/+12
|
* ENH: add more verbose outputBill Hoffman2007-06-141-0/+10
|
* BUG: Never return a string containing a space " " from ↵David Cole2007-06-121-0/+1
| | | | cmCTest::GetShortPathToFile - replace them with "_". DART cannot construct valid file names during dashboard rollup with space " " in the short path.
* STYLE: remove argument bool fast, it was unusedAlexander Neundorf2007-06-121-26/+22
| | | | Alex
* BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile ↵David Cole2007-06-111-6/+14
| | | | - 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.
* BUG: fix timeout bug with global timeouts such as DART_TESTING_TIMEOUTKen Martin2007-06-081-2/+3
|
* BUG: better passing of global TIMEOUT to internal ctest invocaitonsKen Martin2007-06-061-18/+18
|
* ENH: fix passing of time limit to some ctest invocations that also use ↵Ken Martin2007-06-041-2/+4
| | | | build-options
* BUG: fix problem with new curl_getdate and ctestBill Hoffman2007-03-231-1/+7
|
* ENH: minor additional error outputKen Martin2007-03-201-0/+1
|
* BUG: fix in the timeout codeKen Martin2007-01-291-3/+1
|
* ENH: added per test timeout supportKen Martin2007-01-251-1/+15
|
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-0/+6
|
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-1/+1
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* ENH: added total time limit for a CTest run bug 1207Ken Martin2006-10-191-6/+38
|
* STYLE: Fix kwstyleAndy Cedilnik2006-10-151-4/+5
|
* ENH: Properly propagate config type to testAndy Cedilnik2006-10-131-9/+12
|
* BUG: Use BuildDirectory from the DartConfiguration information. Also, Make ↵Andy Cedilnik2006-10-121-0/+5
| | | | missing coverage information not make ctest fail
* ENH: some cleanup and commenting of codeKen Martin2006-10-121-365/+423
|
* ENH: fix color output inside of ctest runsKen Martin2006-07-211-0/+4
|
* COMP: Fix stl string accessAndy Cedilnik2006-07-111-2/+2
|
* BUG: Try to fix the problem of bad test namesAndy Cedilnik2006-07-111-2/+5
|
* ENH: Pass -C flag to cmake to generate the apropriate build commandAndy Cedilnik2006-07-091-0/+6
|
* STYLE: fix line lengthKen Martin2006-05-101-16/+20
|
* ENH: Add support for special tracks, fix options of handlers so that the -R, ↵Andy Cedilnik2006-04-281-9/+46
| | | | -U, and so on work in the new style scripting
* BUG: The fast mode should not read CTestCustom.ctest filesAndy Cedilnik2006-04-111-36/+36
|
* BUG: Improve the behavior of the ReadCustomFilesCommandAndy Cedilnik2006-04-091-20/+36
|
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-1/+35
|
* ENH: Several cleanups and make sure things get propagated where they should. ↵Andy Cedilnik2006-03-291-0/+3
| | | | Also, allow to load CTest custom files to the actual ctest -S script
* ENH: Pass handler flags to both test and memcheck handlerAndy Cedilnik2006-03-281-0/+7
|
* BUG: Fix CTestCustom.ctest fileAndy Cedilnik2006-03-231-1/+1
|
* ENH: Two things. If there is CTestCustom.cmake in the toplevel directory ↵Andy Cedilnik2006-03-211-14/+37
| | | | read that file only. If there is CTestCustom.ctest in the toplevel directory, do the glob, if there is none, do nothing
* BUG: Handle visual studio 8Andy Cedilnik2006-03-211-4/+12
|
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-2/+2
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-211/+211
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-6/+6
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-122/+198
|
* BUG: Add additional checkAndy Cedilnik2006-02-281-0/+4
|
* ENH: Enable capture of output from VCExpress.exe and devenv.exe.Brad King2006-02-151-0/+3
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-071-7/+0
| | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
* ENH: Fix command line argument parsingAndy Cedilnik2005-12-271-28/+1
|