summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ctest-more_submit_params'Brad King2018-09-191-0/+23
|\
| * ctest_submit: pass additional info to CDashZack Galbreath2018-09-171-0/+23
* | Merge topic 'getsafedef-stdstring'Brad King2018-09-181-2/+2
|\ \
| * | cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-2/+2
| |/
* | CTest: Improve stop-time implementationBrad King2018-09-124-18/+44
|/
* Merge topic 'ctest-fix-test-load'Brad King2018-09-112-20/+44
|\
| * CTest: Fix --test-load regressionBrad King2018-09-102-20/+44
* | Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-054-7/+7
* | Merge topic 'no-sanitizer-logfile'Brad King2018-08-311-2/+2
|\ \
| * | ctest_memcheck: Change failure to find log file from error to warningBetsy McPhail2018-08-281-2/+2
* | | CTest: Add error exception for sphinx-build WARNING messagesTim2018-08-301-0/+1
|/ /
* | 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