summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge topic 'submit-method'Brad King2018-12-071-721/+5
|\
| * CTest: Remove submission triggerRegina Pfeifer2018-11-281-153/+0
| * CTest: Remove submit method 'ftp'Regina Pfeifer2018-11-281-234/+5
| * CTest: Remove submit method 'scp'Regina Pfeifer2018-11-281-133/+0
| * CTest: Remove submit method 'cp'Regina Pfeifer2018-11-281-64/+0
| * CTest: Remove submit method 'xmlrpc'Regina Pfeifer2018-11-281-137/+0
* | cmSystemTools: Add EncodeURL helperBrad King2018-11-281-20/+1
|/
* CDashUpload: Use the query part of the submit url as fieldRegina Pfeifer2018-11-201-3/+6
* CTest: Don't require 'submit.php?' in submit locationRegina Pfeifer2018-11-201-2/+4
* ctest_submit: Generate Done.xml at submit timeZack Galbreath2018-10-151-1/+11
* ctest_submit: Add support for a "Done" partBetsy McPhail2018-10-101-0/+10
* ctest_submit: Refactor file list to use a vector instead of a setBetsy McPhail2018-10-101-22/+29
* ctest: only create buildid when submitting from Testing/ dirZack Galbreath2018-09-281-20/+28
* ctest_submit: pass additional info to CDashZack Galbreath2018-09-171-0/+23
* ctest: allow cdash submissions using alternate authentication methodsClinton Stimpson2018-08-171-0/+4
* ctest_submit: show headers as debug infoZack Galbreath2018-06-271-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-72/+102
* cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-0/+19
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-6/+6
* CTest: introduce cmDurationWouter Klouwen2018-01-231-1/+2
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-2/+4
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-15/+21
* Fix trivial typos in textluzpaz2017-11-031-2/+2
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-5/+5
* Merge topic 'string-clear'Brad King2017-09-191-3/+3
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-3/+3