You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Klemens David Morgenstern 0a554c92b5 Merge branch 'develop' of github.com:boostorg/process into develop 5 years ago
.circleci updated for circle 5 years ago
doc Merge branch 'develop' into win_pipe_unlimited_instances 5 years ago
example Updates to compile against latest asio. 7 years ago
include/boost Merge branch 'develop' of github.com:boostorg/process into develop 5 years ago
meta made example buildable 8 years ago
test Merge pull request #196 from klemens-morgenstern/limit_fd 5 years ago
.gitattributes added .git attributes, see #88 7 years ago
.gitignore updated and added tests 8 years ago
.travis.yml removed report-ci from circle-ci 5 years ago
README.md updated readme 5 years ago
filter_section_warning.py another attempt 5 years ago
index.html updated doc forwarding 7 years ago

README.md

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.