reproc

A cross-platform (C99/C++11) process library

MIT License

Downloads
368
Stars
548
Committers
12

Bot releases are hidden (Show)

reproc - v1.0.0

Published by DaanDeMeyer about 6 years ago

Breaking Changes

  • Changed the exit code when killing a child process on Windows from 1 to 137.

Other changes

  • Documentation fixes.
reproc - v1.0.0-beta.3

Published by DaanDeMeyer about 6 years ago

Refactoring, repository cleanup and documentation updates.

reproc - v1.0.0-beta.2

Published by DaanDeMeyer about 6 years ago

Bug fixes

  • Fixed possible stack overflow when comparing against reproc specific errors such as reproc::error::stream_closed.

Breaking changes

  • Renamed reproc::error to reproc::errc to align with std::errc.
  • Removed reproc::error::unknown_error because it was implemented wrong and doesn't really have a use since system errors are just stored in std::error_code. REPROC_UNKNOWN_ERROR is still available and hasn't changed.

Other changes

  • The rest of the changes are documentation and tooling updates. Check the list of commits if you need more information.
reproc - v1.0.0-beta.1

Published by DaanDeMeyer about 6 years ago