Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doxygen: Fix warnings. | Nicolas Despres | 2011-10-23 | 1 | -1/+3 |
| | |||||
* | Remove trailing white-spaces. | Nicolas Despres | 2011-10-23 | 1 | -12/+12 |
| | |||||
* | Checksums on CTest submit files, and retry timed out submissions. | Zach Mullen | 2010-06-03 | 1 | -0/+1 |
| | |||||
* | Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 ↵ | Zach Mullen | 2009-12-11 | 1 | -0/+4 |
| | | | | option. Also added parsing of html reponse output to determine whether errors or warnings were sent in response from the server. If errors or warnings occurred, the response is output to stdout, and the "submission successful" message has been changed to accurately reflect whether or not warnings or errors were returned with the response. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: add submit via cp mode | Bill Hoffman | 2009-03-31 | 1 | -0/+5 |
| | |||||
* | ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash ↵ | David Cole | 2009-02-03 | 1 | -0/+5 |
| | | | | setting properly to the ctest configuration during a submit. Also, do not propagate TriggerSite for projects submitting to CDash. No triggers are necessary with CDash. | ||||
* | ENH: Teach ctest_submit about parts | Brad King | 2009-01-12 | 1 | -1/+4 |
| | | | | | This adds a PARTS option to the ctest_submit command which tells it to submit only parts whose names are listed with the option. | ||||
* | ENH: allow cdash not to trigger | Bill Hoffman | 2008-02-29 | 1 | -0/+1 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -8/+8 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -5/+5 |
| | | | | multiple submited files | ||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+3 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Promote submit into a full handler, add test and submit command and do ↵ | Andy Cedilnik | 2005-05-03 | 1 | -0/+79 |
some cleanups |