Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: cmCTest::GetConfigType should return the string by reference-to-const ↵ | Brad King | 2008-02-03 | 1 | -1/+1 |
| | | | | so that callers may use .c_str() safely. | ||||
* | ENH: remove extra junk | Bill Hoffman | 2008-01-31 | 1 | -1/+0 |
| | |||||
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 1 | -6/+33 |
| | |||||
* | ENH: look for CTestConfiguration.ini first | Ken Martin | 2008-01-23 | 1 | -2/+2 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -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 King | 2007-11-21 | 1 | -1/+2 |
| | | | | test model. | ||||
* | ENH: allow test properties to set a timeout that is longer than the default ↵ | Bill Hoffman | 2007-09-18 | 1 | -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 Hoffman | 2007-09-11 | 1 | -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 passes | Bill Hoffman | 2007-08-06 | 1 | -2/+2 |
| | |||||
* | ENH: add a check to make sure nightly start time was specified | Bill Hoffman | 2007-08-03 | 1 | -3/+12 |
| | |||||
* | ENH: add more verbose output | Bill Hoffman | 2007-06-14 | 1 | -0/+10 |
| | |||||
* | BUG: Never return a string containing a space " " from ↵ | David Cole | 2007-06-12 | 1 | -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 unused | Alexander Neundorf | 2007-06-12 | 1 | -26/+22 |
| | | | | Alex | ||||
* | BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile ↵ | David Cole | 2007-06-11 | 1 | -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_TIMEOUT | Ken Martin | 2007-06-08 | 1 | -2/+3 |
| | |||||
* | BUG: better passing of global TIMEOUT to internal ctest invocaitons | Ken Martin | 2007-06-06 | 1 | -18/+18 |
| | |||||
* | ENH: fix passing of time limit to some ctest invocations that also use ↵ | Ken Martin | 2007-06-04 | 1 | -2/+4 |
| | | | | build-options | ||||
* | BUG: fix problem with new curl_getdate and ctest | Bill Hoffman | 2007-03-23 | 1 | -1/+7 |
| | |||||
* | ENH: minor additional error output | Ken Martin | 2007-03-20 | 1 | -0/+1 |
| | |||||
* | BUG: fix in the timeout code | Ken Martin | 2007-01-29 | 1 | -3/+1 |
| | |||||
* | ENH: added per test timeout support | Ken Martin | 2007-01-25 | 1 | -1/+15 |
| | |||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -0/+6 |
| | |||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 1 | -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 1207 | Ken Martin | 2006-10-19 | 1 | -6/+38 |
| | |||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-10-15 | 1 | -4/+5 |
| | |||||
* | ENH: Properly propagate config type to test | Andy Cedilnik | 2006-10-13 | 1 | -9/+12 |
| | |||||
* | BUG: Use BuildDirectory from the DartConfiguration information. Also, Make ↵ | Andy Cedilnik | 2006-10-12 | 1 | -0/+5 |
| | | | | missing coverage information not make ctest fail | ||||
* | ENH: some cleanup and commenting of code | Ken Martin | 2006-10-12 | 1 | -365/+423 |
| | |||||
* | ENH: fix color output inside of ctest runs | Ken Martin | 2006-07-21 | 1 | -0/+4 |
| | |||||
* | COMP: Fix stl string access | Andy Cedilnik | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | BUG: Try to fix the problem of bad test names | Andy Cedilnik | 2006-07-11 | 1 | -2/+5 |
| | |||||
* | ENH: Pass -C flag to cmake to generate the apropriate build command | Andy Cedilnik | 2006-07-09 | 1 | -0/+6 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -16/+20 |
| | |||||
* | ENH: Add support for special tracks, fix options of handlers so that the -R, ↵ | Andy Cedilnik | 2006-04-28 | 1 | -9/+46 |
| | | | | -U, and so on work in the new style scripting | ||||
* | BUG: The fast mode should not read CTestCustom.ctest files | Andy Cedilnik | 2006-04-11 | 1 | -36/+36 |
| | |||||
* | BUG: Improve the behavior of the ReadCustomFilesCommand | Andy Cedilnik | 2006-04-09 | 1 | -20/+36 |
| | |||||
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -1/+35 |
| | |||||
* | ENH: Several cleanups and make sure things get propagated where they should. ↵ | Andy Cedilnik | 2006-03-29 | 1 | -0/+3 |
| | | | | Also, allow to load CTest custom files to the actual ctest -S script | ||||
* | ENH: Pass handler flags to both test and memcheck handler | Andy Cedilnik | 2006-03-28 | 1 | -0/+7 |
| | |||||
* | BUG: Fix CTestCustom.ctest file | Andy Cedilnik | 2006-03-23 | 1 | -1/+1 |
| | |||||
* | ENH: Two things. If there is CTestCustom.cmake in the toplevel directory ↵ | Andy Cedilnik | 2006-03-21 | 1 | -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 8 | Andy Cedilnik | 2006-03-21 | 1 | -4/+12 |
| | |||||
* | ENH: Remove cmGlob and use glob from kwsys | Andy Cedilnik | 2006-03-21 | 1 | -2/+2 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -211/+211 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -6/+6 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -122/+198 |
| | |||||
* | BUG: Add additional check | Andy Cedilnik | 2006-02-28 | 1 | -0/+4 |
| | |||||
* | ENH: Enable capture of output from VCExpress.exe and devenv.exe. | Brad King | 2006-02-15 | 1 | -0/+3 |
| | |||||
* | ENH: Since list file cache does not make much sense any more (because of ↵ | Andy Cedilnik | 2006-02-07 | 1 | -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 parsing | Andy Cedilnik | 2005-12-27 | 1 | -28/+1 |
| |