summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* ctest: allow cdash submissions using alternate authentication methodsClinton Stimpson2018-08-171-0/+4
* Merge topic 'cleanup-find-cstr'Brad King2018-08-095-18/+18
|\
| * Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-075-18/+18
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-074-6/+6
|/
* Merge topic 'ctest_submit-https'Brad King2018-06-292-3/+5
|\
| * ctest_submit: show headers as debug infoZack Galbreath2018-06-272-3/+3
| * ctest_submit: Check CA file during CDASH_UPLOADZack Galbreath2018-06-271-0/+2
* | Update use of KWSys SystemTools::SplitString for new signatureBrad King2018-06-221-3/+2
|/
* Fix misc. typosluz.paz2018-06-043-3/+3
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-0131-452/+573
* Merge topic 'parallel_build_option'Brad King2018-05-291-3/+3
|\
| * cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-3/+3
* | Merge topic 'xml-element-enhance'Brad King2018-05-142-61/+51
|\ \
| * | cmCTestLaunch: use cmXMLElement for XML generationVitaly Stakhovsky2018-05-112-61/+51
| |/
* | ctest_start: read model from TAG fileKyle Edwards2018-05-091-27/+46
|/
* cmCTestCurl: Fix UploadFile declared parameter namesjrp20142018-04-051-1/+1
* Merge topic 'gcov-warning-message'Brad King2018-03-291-1/+2
|\
| * CTest: The "Could not find gcov." message should not be a warningBetsy McPhail2018-03-281-1/+2
* | Merge topic 'ctest_update-memory-problems'Brad King2018-03-281-1/+3
|\ \ | |/ |/|
| * ctest_update: Fix crash when handling svn externalsBrad King2018-03-271-1/+3
* | Merge topic 'cmWorkingDirectory_success_checking'Brad King2018-03-098-13/+139
|\ \
| * | cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-088-13/+139
| |/
* | Merge topic 'misc-typos'Brad King2018-03-081-1/+1
|\ \
| * | Fix misc typos in documentation and commentsluz.paz2018-03-071-1/+1
| |/
* | CTest: Add options to control test process affinity to CPUsBrad King2018-03-058-6/+62
|/
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-3117-80/+74
* Merge topic 'reduce-temporaries'Brad King2018-01-297-36/+25
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-267-36/+25
* | Merge topic 'ctest_start_function_scope'Brad King2018-01-293-3/+14
|\ \
| * | cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-263-3/+14
| |/
* | Merge topic 'dedup-uv-signal-hack'Brad King2018-01-261-37/+2
|\ \
| * | De-duplicate cmUVSignalHackRAIIBrad King2018-01-251-37/+2
| * | cmUVSignalHackRAII: Use nullptr instead of NULLBrad King2018-01-251-2/+2
| |/
* | Make use of std::chrono throughout every componentWouter Klouwen2018-01-232-7/+11
* | CTest: add safe conversion from cmDuration to integer typesWouter Klouwen2018-01-233-30/+22
* | CTest: introduce cmDurationWouter Klouwen2018-01-2316-76/+78
|/
* CTest: Fix process output read error casesBrad King2018-01-171-0/+5
* CTest: Fix decoding of MBCS character split by bufferingBrad King2018-01-172-9/+10
* CTest: Re-implement test process handling using libuvBryon Bean2018-01-106-195/+695
* cmProcess: Use explicit enum for process exit exceptionBryon Bean2018-01-103-7/+33
* cmProcess: Use explicit enum for process stateBryon Bean2018-01-103-13/+40
* cmProcess: Remove unused ReportStatus methodBryon Bean2018-01-102-61/+0
* cmCTestRunTest: Modernize constructor and destructor declsBryon Bean2018-01-102-6/+3
* cmCTestRunTest: Drop unused membersBryon Bean2018-01-101-8/+0
* cmCTestMultiProcessHandler: Factor out duplicate test finish logicBryon Bean2018-01-102-36/+38
* cmCTestMultiProcessHandler: Add helper to make libuv use SA_RESTARTBrad King2018-01-101-0/+37
* cmCTestMultiProcessHandler: Fix StartNextTests loop on not-started testBrad King2018-01-082-19/+20
* cmCTestMultiProcessHandler: Check stop time more directlyBrad King2018-01-083-14/+14
* cmCTestRunTest: Subsume ResolveTimeout into only call siteBrad King2018-01-082-29/+18
* cmCTest: Refactor stop time calculationsBrad King2018-01-081-40/+3