summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+7
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-3/+3
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-8/+7
* Merge topic 'size-empty'Brad King2016-06-031-2/+2
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-2/+2
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-8/+1
|/
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-825/+681
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Set Content-Type header for http file upload (#15774)Derek Bruening2015-10-121-0/+8
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+2
* cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-1/+1
* ctest_submit: Add QUIET optionZack Galbreath2015-02-231-112/+127
* ctest_submit: Escape URL components in CDASH_UPLOAD modeBill Hoffman2015-01-301-11/+14
* cmake: Use a default CA path when not using system curlBrad King2015-01-231-1/+2
* ctest_submit: Make CDASH_UPLOAD mode arguments more strictBrad King2015-01-201-4/+10
* ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-201-1/+160