| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Fix for bug #10859, ctest exit exception incorrectly reported. | Bill Hoffman | 2010-06-22 | 3 | -2/+8 |
| |/ / / / |
|
* | | | | | Merge branch 'doc_ctest_build_target' | Brad King | 2010-06-22 | 1 | -3/+5 |
|\ \ \ \ \ |
|
| * | | | | | Document ctest_build() TARGET option | Zach Mullen | 2010-06-15 | 1 | -3/+5 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'fix-stoptime-mem-leak' | Brad King | 2010-06-22 | 5 | -6/+32 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Do not exit if stoptime is passed. | Zach Mullen | 2010-06-15 | 5 | -6/+32 |
| |/ / / |
|
* | | | | Merge branch 'ctest-git-flexibility' | Brad King | 2010-06-15 | 3 | -17/+87 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | ctest_update: Support Git upstream branch rewrites | Brad King | 2010-06-08 | 2 | -14/+41 |
|
|
| * | | | ctest_update: Support custom Git update command | Brad King | 2010-06-08 | 3 | -7/+50 |
| |/ / |
|
* | | | Extra coverage glob should subtract the explicitly defined excluded files | Zach Mullen | 2010-06-11 | 1 | -2/+6 |
|/ / |
|
* | | Merge branch 'ctest-update-git-submodule' | Brad King | 2010-06-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix ctest_update log prefix for git submodule update | Brad King | 2010-06-04 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'php-coverage' | Brad King | 2010-06-07 | 4 | -61/+333 |
|\ \ |
|
| * | | Add php coverage to ctest. | Bill Hoffman | 2010-05-25 | 4 | -61/+333 |
| |/ |
|
* | | Cost-based test scheduling should only be done in parallel mode. | Zach Mullen | 2010-05-19 | 1 | -6/+15 |
|/ |
|
* | Fix shadowed local warning in coverage handler | Zach Mullen | 2010-05-12 | 1 | -3/+3 |
|
|
* | Change coverage globbing mechanism to resolve paths earlier | Zach Mullen | 2010-05-07 | 1 | -12/+15 |
|
|
* | CTest: Submit author email in Update.xml | Brad King | 2010-05-07 | 5 | -2/+5 |
|
|
* | Teach ctest_update about Git submodules | Brad King | 2010-05-04 | 1 | -2/+11 |
|
|
* | Fix for for bug #10550, fix some errors for an old Sun compiler. | Bill Hoffman | 2010-04-28 | 2 | -0/+2 |
|
|
* | ctest_update: Report failure in Update.xml | Brad King | 2010-04-27 | 1 | -0/+1 |
|
|
* | Coverage glob should search in Source dir | Zach Mullen | 2010-04-23 | 1 | -3/+9 |
|
|
* | Implement extra coverage globbing | Zach Mullen | 2010-04-23 | 2 | -1/+87 |
|
|
* | Fix intermingling of test environments when tests run in parallel. | David Cole | 2010-03-30 | 2 | -16/+6 |
|
|
* | Better detection of stop_time being passed. | Zach Mullen | 2010-03-19 | 1 | -3/+3 |
|
|
* | Fix StopTime to also account for localtime being a day ahead of gmtime | Zach Mullen | 2010-03-18 | 1 | -4/+5 |
|
|
* | Fix for StopTime for cases when gmtime is a day ahead of localtime | Zach Mullen | 2010-03-18 | 1 | -6/+17 |
|
|
* | More debugging of StopTime test | Zach Mullen | 2010-03-18 | 1 | -0/+2 |
|
|
* | Test using std::min | Zach Mullen | 2010-03-17 | 1 | -2/+2 |
|
|
* | Replace min() call with its literal definition | Zach Mullen | 2010-03-17 | 1 | -1/+2 |
|
|
* | Add the --stop-time argument | Zach Mullen | 2010-03-17 | 4 | -5/+65 |
|
|
* | Add unit test for RESOURCE_LOCK test property | Zach Mullen | 2010-03-03 | 1 | -3/+6 |
|
|
* | Added RESOURCE_LOCK test property. | Zach Mullen | 2010-03-02 | 5 | -4/+54 |
|
|
* | Close ifstream. | Zach Mullen | 2010-03-01 | 1 | -1/+5 |
|
|
* | If tests failed on the last run, have them run first next time | Zach Mullen | 2010-03-01 | 2 | -3/+33 |
|
|
* | Configurable path to CTest cost data file | Zach Mullen | 2010-03-01 | 1 | -5/+3 |
|
|
* | Use historical average of test times to schedule tests. | Zach Mullen | 2010-02-26 | 6 | -23/+115 |
|
|
* | BUG: We shouldn't be setting the HideWindow option on the test processes we c... | Zach Mullen | 2010-02-19 | 1 | -1/+0 |
|
|
* | Fix for fix for issue #2336 - do not specify CMAKE_BUILD_TYPE when the ctest ... | David Cole | 2010-02-10 | 1 | -1/+2 |
|
|
* | cmCTestGIT: Refresh index for local modifications | Brad King | 2010-02-09 | 1 | -2/+8 |
|
|
* | cmCTestBZR: Strip trailing slashes from paths | Brad King | 2010-02-09 | 1 | -2/+6 |
|
|
* | Support for relative paths to executables in MemCheck tests. Also fixed a bu... | Zach Mullen | 2010-02-04 | 1 | -1/+3 |
|
|
* | Re-enabled Scheduler test and fixed the underlying problem. | Zach Mullen | 2010-02-03 | 1 | -1/+1 |
|
|
* | Fix for issue #5041 - improve error messages that may occur during ctest_buil... | David Cole | 2009-12-29 | 2 | -4/+21 |
|
|
* | Fix issue #10060 - add APPEND arg to ctest_start command. | David Cole | 2009-12-29 | 2 | -3/+29 |
|
|
* | Preserve environment variables across calls to cmCTestScriptHandler::RunConfi... | David Cole | 2009-12-23 | 1 | -0/+4 |
|
|
* | Use human-readable Git commit times in Update.xml | Brad King | 2009-12-21 | 1 | -4/+18 |
|
|
* | Fix size type conversion warning in RunTest. | Zach Mullen | 2009-12-21 | 1 | -1/+1 |
|
|
* | Fix segfault on Borland compiler resulting from divide by 0. | Zach Mullen | 2009-12-18 | 1 | -16/+12 |
|
|
* | Use literal quotes in Update.xml UpdateCommand | Brad King | 2009-12-18 | 1 | -1/+2 |
|
|
* | Submit Subversion directory path in Update.xml | Brad King | 2009-12-18 | 2 | -0/+10 |
|
|