summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
|/
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-48/+33
* Replace C-style castsDaniel Pfeifer2017-08-271-13/+14
* Use C++11 nullptrDaniel Pfeifer2017-08-241-9/+9
* Change ComputeFileMD5 to ComputeFileHashAndré Klitzing2017-07-141-7/+5
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+1
* ctest_submit: Add HTTPHEADER optionZack Galbreath2017-05-041-1/+11
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-5/+5
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-1/+1
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-10/+3
* ctest_submit: improve handling of QUIET optionZack Galbreath2017-01-201-0/+1
* ctest_submit: Allow RETRY_COUNT for CDASH_UPLOADZack Galbreath2017-01-201-16/+101
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-2/+2
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-3/+3
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-9/+9
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-1/+12
* Do not query CDash for versionZack Galbreath2016-11-081-19/+2
* cmCTestSubmitHandler: Remove redundant c_str()Daniel Pfeifer2016-11-051-1/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-10/+12
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-5/+5