-
- Downloads
cmUVProcessChain: Add cmUVProcessChain
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.
Showing
- Source/CMakeLists.txt 2 additions, 0 deletionsSource/CMakeLists.txt
- Source/cmUVHandlePtr.cxx 4 additions, 4 deletionsSource/cmUVHandlePtr.cxx
- Source/cmUVProcessChain.cxx 392 additions, 0 deletionsSource/cmUVProcessChain.cxx
- Source/cmUVProcessChain.h 100 additions, 0 deletionsSource/cmUVProcessChain.h
- Source/cmUVStreambuf.h 1 addition, 1 deletionSource/cmUVStreambuf.h
- Tests/CMakeLib/CMakeLists.txt 4 additions, 0 deletionsTests/CMakeLib/CMakeLists.txt
- Tests/CMakeLib/testUVProcessChain.cxx 335 additions, 0 deletionsTests/CMakeLib/testUVProcessChain.cxx
- Tests/CMakeLib/testUVProcessChainHelper.cxx 72 additions, 0 deletionsTests/CMakeLib/testUVProcessChainHelper.cxx
- bootstrap 2 additions, 0 deletionsbootstrap
Loading
Please register or sign in to comment