| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add more verbose output | Bill Hoffman | 2007-06-14 | 2 | -0/+6 |
|
|
* | ENH: remove non/scriptable cmake commands from the script handler in ctest, | Alexander Neundorf | 2007-06-12 | 1 | -0/+21 |
|
|
* | ENH: make sure working directory is set | Bill Hoffman | 2007-06-12 | 1 | -2/+6 |
|
|
* | BUG: Never return a string containing a ":" from cmCTest::GetShortPathToFile ... | David Cole | 2007-06-11 | 1 | -6/+7 |
|
|
* | STYLE: create command documentation for ctest | Alexander Neundorf | 2007-06-08 | 2 | -31/+45 |
|
|
* | ENH: use new covbr that does not stop on error | Bill Hoffman | 2007-06-08 | 2 | -62/+139 |
|
|
* | BUG: better passing of global TIMEOUT to internal ctest invocaitons | Ken Martin | 2007-06-06 | 1 | -11/+11 |
|
|
* | ENH: fix passing of time limit to some ctest invocations that also use build-... | Ken Martin | 2007-06-04 | 1 | -2/+2 |
|
|
* | ENH: remove debug that caused tests to fail | Bill Hoffman | 2007-06-02 | 1 | -2/+0 |
|
|
* | ENH: opps | Bill Hoffman | 2007-06-02 | 1 | -2/+0 |
|
|
* | ENH: initial bullseye stuff | Bill Hoffman | 2007-06-01 | 2 | -7/+549 |
|
|
* | ENH: Use IF(NOT DEFINED) check to short-circuit size test. | Brad King | 2007-05-17 | 1 | -0/+2 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 2 | -50/+0 |
|
|
* | STYLE: Fixed line too long. | Brad King | 2007-04-28 | 1 | -2/+4 |
|
|
* | STYLE: Add somme comments | Andy Cedilnik | 2007-04-27 | 1 | -0/+5 |
|
|
* | ENH: Initial attempt to do python coverage. Hopefully will not break coverage... | Andy Cedilnik | 2007-04-27 | 2 | -279/+487 |
|
|
* | COMP: Fix kwstyle | Andy Cedilnik | 2007-04-04 | 1 | -1/+2 |
|
|
* | BUG: even safer checking of return value | Ken Martin | 2007-03-28 | 1 | -7/+8 |
|
|
* | BUG: even safer checking of return value | Ken Martin | 2007-03-28 | 1 | -22/+27 |
|
|
* | BUG: fix checking of the return value for a build | Ken Martin | 2007-03-28 | 1 | -2/+3 |
|
|
* | ENH: try markign non zero return values as warnings for make programs | Ken Martin | 2007-03-20 | 1 | -2/+0 |
|
|
* | ENH: try markign non zero return values as warnings for make programs | Ken Martin | 2007-03-20 | 1 | -0/+16 |
|
|
* | ENH: add another error regexp | Ken Martin | 2007-03-20 | 1 | -0/+1 |
|
|
* | ENH: support for --build-config-sample feature #1022 | Ken Martin | 2007-03-19 | 4 | -147/+207 |
|
|
* | COMP: Fix bad escape sequence. | Brad King | 2007-03-16 | 1 | -1/+1 |
|
|
* | ENH: More regular expressions for visual studio 6 | Andy Cedilnik | 2007-03-16 | 1 | -0/+1 |
|
|
* | STYLE: Fixed line-too-long. | Brad King | 2007-02-02 | 1 | -1/+2 |
|
|
* | ENH: Allow to specify build target | Andy Cedilnik | 2007-01-30 | 1 | -1/+3 |
|
|
* | BUG: fixes so that --build-and-test will honor timeouts | Ken Martin | 2007-01-30 | 1 | -3/+39 |
|
|
* | COMP: fix warning | Ken Martin | 2007-01-26 | 1 | -1/+2 |
|
|
* | ENH: added per test timeout support | Ken Martin | 2007-01-25 | 4 | -286/+317 |
|
|
* | COMP: fix line length style error | Bill Hoffman | 2006-12-05 | 1 | -1/+2 |
|
|
* | ENH: put checks on vector before referencing begin iterator | Bill Hoffman | 2006-12-02 | 1 | -23/+39 |
|
|
* | ENH: fix it to work with stl debug mode on mac | Bill Hoffman | 2006-11-09 | 1 | -2/+3 |
|
|
* | STYLE: Fix typo | Andy Cedilnik | 2006-10-26 | 1 | -1/+1 |
|
|
* | STYLE: Fix line length | Andy Cedilnik | 2006-10-25 | 1 | -1/+2 |
|
|
* | BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is n... | Andy Cedilnik | 2006-10-24 | 1 | -1/+1 |
|
|
* | ENH: Add options to build with system utility libraries. Organize inclusion ... | Brad King | 2006-10-19 | 1 | -8/+9 |
|
|
* | ENH: added total time limit for a CTest run bug 1207 | Ken Martin | 2006-10-19 | 5 | -0/+48 |
|
|
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-10-15 | 1 | -1/+2 |
|
|
* | COMP: Fix Sun build | Andy Cedilnik | 2006-10-13 | 1 | -2/+1 |
|
|
* | BUG: Replace some errors with warnings | Andy Cedilnik | 2006-10-13 | 2 | -3/+3 |
|
|
* | ENH: Report command line as a measurement and allow user to add custom measur... | Andy Cedilnik | 2006-10-13 | 2 | -14/+45 |
|
|
* | BUG: Use BuildDirectory from the DartConfiguration information. Also, Make mi... | Andy Cedilnik | 2006-10-12 | 1 | -1/+1 |
|
|
* | BUG: Report and error when ctest -S script fails... Fixes: Bug #3540 | Andy Cedilnik | 2006-10-12 | 1 | -1/+2 |
|
|
* | ENH: Handle more regular expressions | Andy Cedilnik | 2006-10-12 | 1 | -0/+2 |
|
|
* | BUG: fix bug where converage was required to get valgrind output because of b... | Bill Hoffman | 2006-10-05 | 2 | -4/+8 |
|
|
* | ENH: Handle more warnings properly on AIX | Andy Cedilnik | 2006-08-22 | 1 | -2/+2 |
|
|
* | ENH: fix for no newline on some makes fix for ctest and some symlinks | Andy Cedilnik | 2006-08-14 | 2 | -0/+9 |
|
|
* | ENH: add cmake output to build and test | Bill Hoffman | 2006-08-08 | 1 | -0/+3 |
|
|