summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestCurl.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: use C++11 nullptrscivision2023-02-141-1/+1
* ctest: Drop unnecessary use of deprecated CURLOPT_PUTBrad King2023-01-271-2/+0
* ctest: Add missing newlines on several error messagesChristian Häggström2023-01-111-3/+3
* CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docsBetsy McPhail2020-03-111-1/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-3/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+2
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-6/+3
* ctest_submit: show headers as debug infoZack Galbreath2018-06-271-2/+2
* ctest_submit: Check CA file during CDASH_UPLOADZack Galbreath2018-06-271-0/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+4
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-4/+4
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-13/+9
* Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-301-5/+5
|\
| * Replace C-style castsDaniel Pfeifer2017-08-271-5/+5
* | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* ctest_submit: Add HTTPHEADER optionZack Galbreath2017-05-041-1/+24
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* ctest_submit: improve handling of QUIET optionZack Galbreath2017-01-201-9/+15
* ctest_submit: Allow RETRY_COUNT for CDASH_UPLOADZack Galbreath2017-01-201-6/+8
* clang-tidy: apply readability-static-definition-in-anonymous-namespace fixesDaniel Pfeifer2016-12-121-4/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+4
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-2/+2
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-13/+14
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-7/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-110/+71
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* CTest: Set Content-Type header for http file upload (#15774)Derek Bruening2015-10-121-0/+6
* ctest_submit: Escape URL components in CDASH_UPLOAD modeBill Hoffman2015-01-301-4/+15
* ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-201-0/+271