Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | execute_process: Add option to get results of every child | Adam Weisi | 2017-06-10 | 3 | -0/+138 |
| | | | | | Add a `RESULTS_VARIABLE` option to get the results of all children in a pipeline of one or more `COMMAND`s. | ||||
* | execute_process: Add ENCODING option for Windows child process output | Dāvis Mosāns | 2016-11-30 | 7 | -0/+21 |
| | | | | Different applications can use different output encodings. | ||||
* | execute_process: Improve stdout/stderr merging | Brad King | 2015-05-07 | 7 | -0/+55 |
Use the KWSys Process "MergeOutput" option to give the child process the same pipe (or file) for both stdout and stderr. This allows natural merging of stdout and stderr together instead of merging on arbitrary buffered read boundaries as before. |