Skip to content

Releases: arun11299/cpp-subprocess

Windows support

20 Jan 12:42
Compare
Choose a tag to compare

Thanks to @xoviat , we have windows support now!

Close stream APIs

01 Jan 15:25
Compare
Choose a tag to compare

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

17 Oct 04:49
Compare
Choose a tag to compare

Compiles with C++17 now!
See #17

Read buffer fixed

01 Oct 06:08
Compare
Choose a tag to compare

This release has fix for Issue #16

Major bug fix

16 Apr 05:22
Compare
Choose a tag to compare

ISSUE Reading from a pipe is messed up #14

ISSUE Cannot access process retcode after #13

First release of cpp-subprocess

31 Mar 05:03
Compare
Choose a tag to compare

This is the fist release of cpp-subprocess.