26 lines
3.7 KiB
Markdown
Executable File
26 lines
3.7 KiB
Markdown
Executable File
# [Boost Process (Boost.Process)](https://github.com/klemens-morgenstern/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: | [](https://travis-ci.org/klemens-morgenstern/boost-process) [](https://api.report.ci/status/klemens-morgenstern/boost-process?branch=develop&build=linux) | [](https://travis-ci.org/klemens-morgenstern/boost-process) [](https://api.report.ci/status/klemens-morgenstern/boost-process?branch=develop&build=osx) | [](https://ci.appveyor.com/project/klemens-morgenstern/boost-process/branch/develop) [](https://api.report.ci/status/klemens-morgenstern/boost-process?branch=develop&build=windows) | [](https://coveralls.io/github/klemens-morgenstern/boost-process?branch=develop) | [](http://www.boost.org/development/tests/develop/developer/process.html)
|
|
Master: | [](https://travis-ci.org/klemens-morgenstern/boost-process) [](https://api.report.ci/status/klemens-morgenstern/boost-process?branch=master&build=linux) | [](https://travis-ci.org/klemens-morgenstern/boost-process) [](https://api.report.ci/status/klemens-morgenstern/boost-process?branch=master&build=osx) | [](https://ci.appveyor.com/project/klemens-morgenstern/boost-process/branch/master) [](https://api.report.ci/status/klemens-morgenstern/boost-process?branch=master&build=windows) | [](https://coveralls.io/github/klemens-morgenstern/boost-process?branch=master) | [](http://www.boost.org/development/tests/master/developer/process.html)
|
|
|
|
|
|
[Open Issues](https://github.com/klemens-morgenstern/boost-process/issues)
|
|
|
|
[Latest developer documentation](http://klemens-morgenstern.github.io/process/)
|
|
|
|
### 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](http://www.boost.org/LICENSE_1_0.txt).
|
|
|
|
### Dependency
|
|
|
|
This library requires boost 1.64 with which it is released.
|