Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: Fix bugprone-exception-escape diagnostic in test code | Brad King | 2019-09-09 | 1 | -1/+2 |
| | |||||
* | cmUVProcessChain: Add cmUVProcessChain | Kyle Edwards | 2019-05-07 | 1 | -0/+72 |
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. |