summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* ctest: allow HTTP headers via command lineMatthew Woehlke2024-01-081-0/+13
* Merge topic 'ctest_submit_follow_redirects'Brad King2023-09-081-0/+3
|\
| * ctest: Restore support for http redirects during Submit stepZack Galbreath2023-09-071-0/+3
| * Merge topic 'cdash_checksum_400' into release-3.27Brad King2023-07-251-9/+12
| |\
* | | cmCryptoHash: prefer to cmSystemTools::ComputeFileHashBen Boeckel2023-08-081-4/+4
* | | Merge topic 'cdash_checksum_400'Brad King2023-07-251-9/+12
|\ \ \ | |/ / |/| / | |/
| * ctest: Update ctest_submit for CDash behavior changeZack Galbreath2023-07-251-9/+12
* | CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+3
|/
* ctest: Drop unnecessary use of deprecated CURLOPT_PUTBrad King2023-01-271-2/+0
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-1/+1
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-3/+3
* clang-tidy: address `readability-container-data-pointer` lintsBen Boeckel2022-05-241-1/+1
* cmCTestSubmitHandler: avoid double fetching envvarsBen Boeckel2022-05-211-4/+4
* style: use `cmStrCat` in some more locationsBen Boeckel2022-05-191-2/+1
* CTest: Add CTEST_SUBMIT_INACTIVITY_TIMEOUT variableNikhil Reddy Ramolla2021-10-141-3/+30
* Rename cmProp in cmValueMarc Chevrier2021-09-211-5/+5
* cmCTestGenericHandler::GetOption returns cmPropMarc Chevrier2021-09-131-14/+6
* ctest_memcheck: generate `DynamicAnalysis-Test.xml` as wellBen Boeckel2021-09-091-0/+1
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-1/+1
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-3/+3
* Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-5/+4
|\
| * cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-5/+4
* | check for a valid URL scheme before starting to do any splittingRolf Eike Beer2020-03-231-6/+7
|/
* 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-7/+9
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Merge topic 'source_sweep_cmExpandedList'Brad King2019-08-261-4/+2
|\
| * Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+2
* | ctest: rename TRACK to GROUPZack Galbreath2019-08-221-3/+8
|/
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+2
* Merge topic 'cmExpandList'Kyle Edwards2019-08-161-2/+2
|\
| * Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-3/+2
|/
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-4/+4
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* CTest: Generate Done.xml before calculating its hashBetsy McPhail2019-07-191-9/+9
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-14/+7
* cmCTest: Cleanup typedefsRegina Pfeifer2019-03-201-1/+1
* cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-201-4/+2
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-11/+10
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-5/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* Merge topic 'use-emplace'Brad King2019-01-211-1/+1
|\
| * clang-tidy: Use emplaceRegina Pfeifer2019-01-171-1/+1
* | CTest: Add function GetSubmitURLRegina Pfeifer2019-01-161-37/+2
* | ctest_submit: Remove submit method from log outputRegina Pfeifer2019-01-161-64/+33
|/
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-1/+0