Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -0/+10 |
| | |||||
* | BUG: fix for bug 7292, svn parsing flagged errors or conflicts for switched ↵ | Bill Hoffman | 2008-09-09 | 1 | -1/+1 |
| | | | | or locked files | ||||
* | BUG: 0007569 add ability to do -R/-E in ctest_test command | Bill Hoffman | 2008-09-09 | 2 | -3/+22 |
| | |||||
* | BUG: Make CTest honor user-specified config | Brad King | 2008-09-04 | 1 | -2/+8 |
| | | | | | | When the -C or --build-config option is used to specify the configuration to be tested by CTest, do not override it with the configuration in which CTest is built. | ||||
* | ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ↵ | David Cole | 2008-08-20 | 1 | -0/+2 |
| | | | | globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters. | ||||
* | BUG: Fix issue#4792 - improve verbose and log output when ctest cannot find ↵ | David Cole | 2008-07-31 | 1 | -6/+9 |
| | | | | a file during coverage analysis. | ||||
* | BUG: Fix issue #4971 - use lower case when comparing file names from gcov ↵ | David Cole | 2008-07-31 | 1 | -2/+19 |
| | | | | output on _WIN32 since sometimes the drive letters have different case. | ||||
* | COMP: fix warning | Bill Hoffman | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | COMP: fix some more warnings | Bill Hoffman | 2008-07-07 | 1 | -4/+0 |
| | |||||
* | COMP: fix a few more warnings | Bill Hoffman | 2008-07-06 | 2 | -3/+3 |
| | |||||
* | COMP: try to fix sgi compiler problem with set and also shorten symbol ↵ | Bill Hoffman | 2008-07-04 | 3 | -14/+16 |
| | | | | lengths for set class | ||||
* | COMP: fix more warnings | Bill Hoffman | 2008-07-04 | 1 | -15/+20 |
| | |||||
* | COMP: fix warning | Bill Hoffman | 2008-07-04 | 1 | -1/+1 |
| | |||||
* | COMP: fix some warnings | Bill Hoffman | 2008-07-04 | 1 | -2/+1 |
| | |||||
* | ENH: one more fix for the old hp c++ compiler | Bill Hoffman | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | ENH: one more fix for hp | Bill Hoffman | 2008-07-03 | 1 | -1/+0 |
| | |||||
* | ENH: fix for old hp compiler | Bill Hoffman | 2008-07-03 | 1 | -4/+2 |
| | |||||
* | ENH: add missing file | Bill Hoffman | 2008-07-03 | 2 | -0/+361 |
| | |||||
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 5 | -67/+819 |
| | |||||
* | BUG: make sure ctest sees the output of the cmake run in build and test ↵ | Bill Hoffman | 2008-06-18 | 1 | -0/+8 |
| | | | | cases, it was not... | ||||
* | BUG: fix for bug 7136 | Bill Hoffman | 2008-06-17 | 1 | -12/+16 |
| | |||||
* | ENH: make tes test finding logic also try full paths as relative paths ↵ | Ken Martin | 2008-05-30 | 1 | -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/html | Bill Hoffman | 2008-05-23 | 1 | -0/+20 |
| | |||||
* | STYLE: use lower case also for the ctest-specific commands, as in cmake | Alexander Neundorf | 2008-05-12 | 11 | -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 gcov | Bill Hoffman | 2008-05-10 | 1 | -0/+2 |
| | |||||
* | BUG: 0006988 do not set coverage to false when it is not | Bill Hoffman | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | BUG: Missing a linker crashed error matching string. | David Cole | 2008-03-19 | 1 | -0/+1 |
| | |||||
* | STYLE: fix line len | Bill Hoffman | 2008-03-04 | 1 | -4/+6 |
| | |||||
* | ENH: allow cdash not to trigger | Bill Hoffman | 2008-02-29 | 2 | -27/+43 |
| | |||||
* | STYLE: line length | Bill Hoffman | 2008-01-31 | 1 | -1/+2 |
| | |||||
* | BUG: minor fix for ctest | Ken Martin | 2008-01-31 | 1 | -1/+1 |
| | |||||
* | ENH: read in old file formats Dart as well | Ken Martin | 2008-01-31 | 1 | -0/+15 |
| | |||||
* | ENH: remove warnings | Bill Hoffman | 2008-01-30 | 2 | -3/+3 |
| | |||||
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 8 | -8/+58 |
| | |||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 14 | -30/+44 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: improve backwards compatibility | Ken Martin | 2008-01-19 | 1 | -6/+98 |
| | |||||
* | BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and ↵ | Ken Martin | 2008-01-18 | 1 | -44/+43 |
| | | | | 5889 (tests are not found in some cases when using add_subdirectory to .. etc) | ||||
* | ENH: use CTestTestfile.txt | Ken Martin | 2008-01-17 | 1 | -11/+1 |
| | |||||
* | ENH: Centralized and globalized computation of CMake program locations. ↵ | Brad King | 2007-12-13 | 1 | -1/+1 |
| | | | | This eliminates startup paths that failed to produce this information. | ||||
* | ENH: add support for CDash bullseye coverage | Bill Hoffman | 2007-11-16 | 1 | -6/+18 |
| | |||||
* | BUG: try to fix crash | Bill Hoffman | 2007-11-08 | 1 | -2/+8 |
| | |||||
* | COMP: Fix check for file-too-big to avoid warnings. | Brad King | 2007-11-07 | 1 | -1/+2 |
| | |||||
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 2 | -4/+12 |
| | |||||
* | ENH: fix line length issues | Bill Hoffman | 2007-09-24 | 2 | -3/+6 |
| | |||||
* | ENH: fix failing test when valgrind is on | Bill Hoffman | 2007-09-19 | 2 | -11/+23 |
| | |||||
* | ENH: fix build issue with config type not being specified by ctest | Bill Hoffman | 2007-09-17 | 3 | -5/+30 |
| | |||||
* | ENH: for build and test default the config type to the one that ctest was ↵ | Bill Hoffman | 2007-09-11 | 1 | -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 Hoffman | 2007-09-11 | 1 | -10/+10 |
| | | | | config types, do not inherit pipes in child procs for ctest so it can kill them | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-08-28 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: fix output and valgrind truncation issue | Bill Hoffman | 2007-08-10 | 1 | -11/+15 |
| |