Go to file
2019-04-06 22:11:04 +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 added test and fixed #189 and #157 as well as #93 2019-04-06 18:25:08 +08:00
meta made example buildable 2016-10-23 02:00:21 +02:00
test set params back to support report.ci 2019-04-06 22:11:04 +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 renamed wait test suite 2019-02-25 09:42:45 +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.