mirror of
https://github.com/boostorg/process.git
synced 2026-01-24 18:12:36 +00:00
25 lines
2.0 KiB
Markdown
25 lines
2.0 KiB
Markdown
#[Boost Process (Boost.Process)](https://github.com/klemens-morgenstern/boost-process)
|
|
|
|
Boost.process is not yet part of the [Boost C++ Libraries](http://github.com/boostorg). It is a library for comfortable management of processes.
|
|
|
|
### Test results
|
|
|
|
Branches | Build | Tests coverage |
|
|
----------------|-------------- | -------------- |
|
|
Develop: | [](https://travis-ci.org/klemens-morgenstern/boost-process) [](https://ci.appveyor.com/project/klemens-morgenstern/boost-process) | [](https://coveralls.io/github/klemens-morgenstern/boost-process?branch=develop) |
|
|
Master: | [] (https://travis-ci.org/klemens-morgenstern/boost-process) [](https://ci.appveyor.com/project/klemens-morgenstern/boost-process/branch/master) | [](https://coveralls.io/github/klemens-morgenstern/boost-process?branch=master) |
|
|
|
|
[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.63. Since this is not released yet you can clone the winapi module from [here](https://github.com/boostorg/winapi) to get it to work. You will need to overwrite the current code in boost/libs/winapi.
|