| Commit message (Expand) | Author | Age | Files | Lines |
* | CTest: hide progress ticks in verbose output | Daniel Pfeifer | 2015-07-06 | 1 | -0/+1 |
|
|
* | ctest: Optionally avoid starting tests that may exceed a given CPU load | Betsy McPhail | 2015-06-30 | 1 | -0/+5 |
|
|
* | cmCTest: Drop unused method overloads | Daniel Pfeifer | 2015-05-26 | 1 | -3/+0 |
|
|
* | cmCTest: Port GenerateNotesFile to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -1/+1 |
|
|
* | cmCTest: Port to cmXMLWriter | Daniel Pfeifer | 2015-05-26 | 1 | -0/+4 |
|
|
* | ctest: Add a new --repeat-until-fail option | Bill Hoffman | 2015-03-23 | 1 | -3/+9 |
|
|
* | CTest: Add cmCTestOptionalLog macro | Zack Galbreath | 2015-02-23 | 1 | -3/+13 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | Change output to be a reference and not a pointer. | Bill Hoffman | 2014-08-04 | 1 | -1/+1 |
|
|
* | Remove extra semicolons from C++ code. | Stephen Kelly | 2014-04-03 | 1 | -3/+3 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -10/+10 |
|
|
* | stringapi: Use strings for test names | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+1 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -9/+0 |
|
|
* | CTest: Read CTEST_PARALLEL_LEVEL from environment | Stephen Kelly | 2013-05-21 | 1 | -0/+1 |
|
|
* | Merge topic 'ctest-SUBMIT_INDEX-cdash' | Brad King | 2012-11-06 | 1 | -0/+2 |
|\ |
|
| * | CTest: Allow SUBMIT_INDEX with CDash | Brad King | 2012-11-01 | 1 | -0/+2 |
|
|
* | | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
|
|
* | | CTest: Extend -D command line arg handling for variable definitions | David Cole | 2012-06-24 | 1 | -0/+10 |
|
|
* | | CTest: Refactor error output into ErrorMessageUnknownDashDValue | David Cole | 2012-06-24 | 1 | -0/+4 |
|/ |
|
* | CTest: Disallow problem chars in build and site names (#11792) | David Cole | 2011-11-18 | 1 | -0/+4 |
|
|
* | 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 |
|
|