Go to file
2019-05-18 11:11:20 +07:00
.circleci updated for circle 2019-05-10 12:00:43 +07:00
doc Merge branch 'develop' into win_pipe_unlimited_instances 2019-05-09 11:24:14 +07:00
example Updates to compile against latest asio. 2017-10-23 21:23:44 +11:00
include/boost Merge branch 'develop' of github.com:boostorg/process into develop 2019-05-18 11:11:20 +07:00
meta made example buildable 2016-10-23 02:00:21 +02:00
test Merge pull request #196 from klemens-morgenstern/limit_fd 2019-05-18 11:07:55 +07: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 removed report-ci from circle-ci 2019-05-10 00:37:00 +07: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.