summaryrefslogtreecommitdiffstats
path: root/Source/cmProcessOutput.h
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: apply performance-unnecessary-value-param fixesDaniel Pfeifer2016-12-121-1/+1
|
* execute_process: Add ENCODING option for Windows child process outputDāvis Mosāns2016-11-301-0/+7
| | | | Different applications can use different output encodings.
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-0/+1
|
* Add cmProcessOutput class to be used for decoding text dataDāvis Mosāns2016-11-141-0/+80
This allows to decode text data we receive from external process which uses external encoding to our internal encoding.