summaryrefslogtreecommitdiff
path: root/Source/cmProcessOutput.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: use C++11 nullptrscivision2023-02-141-5/+5
* clang-tidy: fix `performance-trivially-destructible` warningsBen Boeckel2021-01-271-2/+0
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* Modernize memory managementMarc Chevrier2020-03-051-11/+12
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* execute_process: Allow UTF-8 as a synonym for the UTF8 keywordCraig Scott2017-12-271-1/+1
* clang-tidy: apply performance-unnecessary-value-param fixesDaniel Pfeifer2016-12-121-5/+8
* execute_process: Add ENCODING option for Windows child process outputDāvis Mosāns2016-11-301-0/+15
* Add cmProcessOutput class to be used for decoding text dataDāvis Mosāns2016-11-141-0/+155