Go to file
2019-04-10 01:33:21 +08:00
.circleci sed typo fix 2019-04-07 21:40:28 +08:00
doc Merge remote-tracking branch 'remotes/origin/master' into develop 2018-12-14 12:17:17 +07:00
example Updates to compile against latest asio. 2017-10-23 21:23:44 +11:00
include/boost appveyor minor fix, pipe_out naming fix & limit_fd small sanity check because of weird osx bug 2019-04-10 01:33:21 +08:00
meta made example buildable 2016-10-23 02:00:21 +02:00
test appveyor minor fix, pipe_out naming fix & limit_fd small sanity check because of weird osx bug 2019-04-10 01:33:21 +08:00
.gitattributes added .git attributes, see #88 2017-04-23 14:41:26 +02:00
.gitignore updated and added tests 2016-10-03 03:01:01 +02:00
.travis.yml trying circleci 2019-04-05 15:13:14 +08:00
filter_section_warning.py another attempt 2018-11-12 18:12:33 +07:00
index.html updated doc forwarding 2017-01-16 11:25:31 +01:00
README.md updated readme 2019-02-25 12:59:56 +08:00

Boost Process (Boost.Process)

Boost.process is a library for comfortable management of processes, released with boost 1.64.0.

Test results

Branches Linux OSX Windows Code coverage Matrix
Develop: Build Status badge Build Status badge Build status badge Coverage Status Matrix
Master: Build Status badge Build Status badge Build status badge Coverage Status Matrix

Open Issues

Latest developer documentation

About

This C++11 library is the current result of a long attempt to get a boost.process library, which is going on since 2006.

License

Distributed under the Boost Software License, Version 1.0.

Dependency

This library requires boost 1.64 with which it is released.