Skip to content

Releases: benman64/subprocess

subprocess for c++ v0.4.0

03 Aug 02:24
Compare
Choose a tag to compare

Changes:

  • CTRL_BREAK_EVENT is sent for SIGTERM & terminate() functions on windows.
  • fixed invalid handles when launching a python script that then launches new
    processes.
  • new kIsWin32 constant to help avoid ifdef use.
  • Documentation wording to be more confident as the library is looking pretty
    good, and I haven't felt like changing much of the API.

compiles using MSVC 2019

30 Jul 03:50
Compare
Choose a tag to compare
v0.3.0

updated readem for version 0.3.0

Release 2020-07-27

27 Jul 04:31
Compare
Choose a tag to compare

Fixed check=true not working.