summaryrefslogtreecommitdiffstats
path: root/Help/command/ctest_submit.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Some spelling corrections for commands.Yee Fan2018-04-201-1/+1
|
* ctest_submit: Add HTTPHEADER optionZack Galbreath2017-05-041-2/+8
| | | | | | | | | Allow CTest script writers to specify additional HTTP headers to be sent to CDash during submission. The motivating case for this feature is a corresponding change in CDash. This will allow projects to refuse submissions from any site not bearing a valid authentication token.
* ctest_submit: Update documentation for CDash upload retriesZack Galbreath2017-01-201-1/+7
|
* Help: Revise ctest_* command documentation (#15559)Brad King2015-05-071-32/+41
| | | | | | Revise documentation for the major dashboard client step ``ctest_*`` commands. Modernize the documentation formatting. Add some missing options.
* ctest_submit: Add QUIET optionZack Galbreath2015-02-231-0/+4
| | | | | Specifying this option prevents CTest from printing any non-error messages to the console for this call to ctest_submit().
* ctest_submit: Make CDASH_UPLOAD mode arguments more strictBrad King2015-01-201-3/+5
| | | | | Disallow mixing of arguments from different command signatures. Extend the RunCMake.CTestSubmit test to cover such error cases.
* ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-201-0/+11
| | | | | | This adds support for the new cdash API where arbitrary files can be uploaded to the CDash server. This CDash API communicates via json files so the json parser jsoncpp was added to the Utilities directory.
* Help: Wrap long ctest_submit signature lineBrad King2014-10-221-1/+5
|
* CTest: added documentation for the "Upload" submission PARTNils Gladitz2013-11-151-0/+1
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+34
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.