summaryrefslogtreecommitdiffstats
path: root/Source/cmUVProcessChain.h
Commit message (Collapse)AuthorAgeFilesLines
* cmUVProcessChain: Add cmUVProcessChainKyle Edwards2019-05-071-0/+100
This class is ultimately intended as a replacement for cmsys::Process. It spawns a series of processes using libuv, piping the output of each command into the next. Note: input support has not yet been implemented because write support has not yet been implemented on cmUVStreambuf.