summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-5/+5
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-4/+4
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-16/+16
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-15/+3
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-11/+11
* CTest: Allow / to be in the build name, and be consistent with the build nameBill Hoffman2014-08-181-1/+3
* Encoding: Fix a few encoding problems with ctest.Clinton Stimpson2014-07-181-7/+8
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-23/+23
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-7/+7
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-49/+49