Releases: arun11299/cpp-subprocess
Releases · arun11299/cpp-subprocess
Windows support
Close stream APIs
Added stream close APIs for Popen object. With this one can use the "send" API and then close the stream so that "wait" wont block. See Issue #21 for more details.
C++17 compatibility
Compiles with C++17 now!
See #17
Read buffer fixed
This release has fix for Issue #16
Major bug fix
First release of cpp-subprocess
This is the fist release of cpp-subprocess.