| Commit message (Expand) | Author | Age | Files | Lines |
* | We will actually compress memcheck output if the server supports it. | Zach Mullen | 2011-05-26 | 1 | -2/+5 |
|
|
* | Don't tar/gz ctest_upload() files | Zach Mullen | 2011-03-15 | 1 | -0/+2 |
|
|
* | Implement ctest_upload command | Zach Mullen | 2011-03-15 | 1 | -2/+6 |
|
|
* | Added CTest command --print-labels | Zach Mullen | 2010-08-31 | 1 | -0/+3 |
|
|
* | Better detection of stop_time being passed. | Zach Mullen | 2010-03-19 | 1 | -0/+2 |
|
|
* | Add the --stop-time argument | Zach Mullen | 2010-03-17 | 1 | -0/+7 |
|
|
* | Configurable path to CTest cost data file | Zach Mullen | 2010-03-01 | 1 | -0/+2 |
|
|
* | Enhanced CTest HTTP Request API to support PUT file uploads. | Zach Mullen | 2009-12-30 | 1 | -2/+4 |
|
|
* | Fix issue #10060 - add APPEND arg to ctest_start command. | David Cole | 2009-12-29 | 1 | -4/+4 |
|
|
* | Move cURL dependent code out of CMakeLib to fix complex tests. | Zach Mullen | 2009-12-22 | 1 | -0/+13 |
|
|
* | Query the CDash web API to automate CDash version detection. | Zach Mullen | 2009-12-21 | 1 | -0/+2 |
|
|
* | Added support for CTest awareness of the CDash version. This will help forwa... | Zach Mullen | 2009-12-21 | 1 | -1/+4 |
|
|
* | Added an option to conditionally attach files to a test submission only if th... | Zach Mullen | 2009-12-16 | 1 | -0/+4 |
|
|
* | Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op... | Zach Mullen | 2009-12-11 | 1 | -1/+3 |
|
|
* | Added the --timeout option to ctest command line. This sets a global timeout... | Zach Mullen | 2009-11-30 | 1 | -0/+5 |
|
|
* | CTest: Move initial checkout to ctest_start() | Brad King | 2009-11-24 | 1 | -1/+2 |
|
|
* | CTest: Simplify Initialize method signature | Brad King | 2009-11-24 | 1 | -2/+9 |
|
|
* | Hook for scheduling tests in a random order | Zach Mullen | 2009-10-29 | 1 | -0/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Add label summary times to ctest default output. Also, remove parallel time ... | Bill Hoffman | 2009-09-11 | 1 | -0/+2 |
|
|
* | Fixed ctest output where max test index is not the same width as the total nu... | Zach Mullen | 2009-09-02 | 1 | -0/+5 |
|
|
* | Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f... | Zach Mullen | 2009-08-27 | 1 | -12/+6 |
|
|
* | ENH: refactored ctest. All testing is now parallel. If no -j option is spec... | Zach Mullen | 2009-08-26 | 1 | -1/+1 |
|
|
* | ENH: Refactored CTest test execution code into an object | Zach Mullen | 2009-08-19 | 1 | -0/+1 |
|
|
* | BUG: Do not carry over file list between coverage | Brad King | 2009-03-11 | 1 | -0/+1 |
|
|
* | ENH: Add cmCTest::DecodeURL method | Brad King | 2009-02-24 | 1 | -0/+3 |
|
|
* | STYLE: Add TODO comment about CTest configuration | Brad King | 2009-02-13 | 1 | -0/+4 |
|
|
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -3/+0 |
|
|
* | BUG: Reset file submission list on test restart | Brad King | 2009-01-27 | 1 | -1/+0 |
|
|
* | BUG: add output on failure to ctest #8255 | Bill Hoffman | 2009-01-18 | 1 | -0/+5 |
|
|
* | ENH: Divide CTest file submission list by part | Brad King | 2009-01-12 | 1 | -3/+7 |
|
|
* | ENH: Refactor cmCTest test part representation | Brad King | 2009-01-12 | 1 | -16/+37 |
|
|
* | ENH: Teach ctest_* to create appending XML files | Brad King | 2009-01-12 | 1 | -1/+1 |
|
|
* | ENH: fix return type | Bill Hoffman | 2009-01-09 | 1 | -1/+1 |
|
|
* | ENH: add subproject tag property for ctest | Bill Hoffman | 2009-01-09 | 1 | -0/+3 |
|
|
* | BUG: Capture cout and cerr from internal ctest | Brad King | 2009-01-05 | 1 | -0/+8 |
|
|
* | STYLE: Fix line length style violation. | David Cole | 2008-11-28 | 1 | -1/+2 |
|
|
* | ENH: Implement feature request from issue 7885. Allow setting environment var... | David Cole | 2008-11-26 | 1 | -2/+4 |
|
|
* | ENH: add max width option to ctest ouptut | Bill Hoffman | 2008-09-22 | 1 | -1/+7 |
|
|
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 1 | -0/+18 |
|
|
* | BUG: cmCTest::GetConfigType should return the string by reference-to-const so... | Brad King | 2008-02-03 | 1 | -1/+1 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -1/+1 |
|
|
* | STYLE: remove argument bool fast, it was unused | Alexander Neundorf | 2007-06-12 | 1 | -2/+1 |
|
|
* | ENH: added per test timeout support | Ken Martin | 2007-01-25 | 1 | -1/+1 |
|
|
* | ENH: added total time limit for a CTest run bug 1207 | Ken Martin | 2006-10-19 | 1 | -0/+7 |
|
|
* | ENH: Properly propagate config type to test | Andy Cedilnik | 2006-10-13 | 1 | -0/+3 |
|
|
* | ENH: some cleanup and commenting of code | Ken Martin | 2006-10-12 | 1 | -1/+13 |
|
|
* | ENH: Add support for special tracks, fix options of handlers so that the -R, ... | Andy Cedilnik | 2006-04-28 | 1 | -0/+5 |
|
|
* | BUG: Improve the behavior of the ReadCustomFilesCommand | Andy Cedilnik | 2006-04-09 | 1 | -3/+4 |
|
|
* | ENH: added support for -SP scripts in new processes | Ken Martin | 2006-04-04 | 1 | -1/+5 |
|
|