Skip to content

Releases: arun11299/cpp-subprocess

Maintenance release

11 Sep 04:20
60d4ad8

Choose a tag to compare

The major change in this release is Refactor: Isolate WinAPI declarations. #122

Maintenance release

24 Apr 06:00
98a88e2

Choose a tag to compare

This is a mostly a maintenance release with lots of bugs fixed mostly for windows users.
To all those who have helped, a big thank you.

There are no new features as such added.

Windows support

20 Jan 12:42

Choose a tag to compare

Thanks to @xoviat , we have windows support now!

Close stream APIs

01 Jan 15:25

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

Choose a tag to compare

Compiles with C++17 now!
See #17

Read buffer fixed

01 Oct 06:08

Choose a tag to compare

This release has fix for Issue #16

Major bug fix

16 Apr 05:22

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

Choose a tag to compare

This is the fist release of cpp-subprocess.