aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/process/README.md
blob: e0a141a8d630ad154449f12e8a82fc43b7ab2544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# [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        | Build         | Tests coverage | 
----------------|-------------- | -------------- |
Develop:        | [![Build Status](https://travis-ci.org/klemens-morgenstern/boost-process.svg?branch=develop)](https://travis-ci.org/klemens-morgenstern/boost-process)  [![Build status](https://ci.appveyor.com/api/projects/status/peup7e6m0e1bb5ba?svg=true)](https://ci.appveyor.com/project/klemens-morgenstern/boost-process) | [![Coverage Status](https://coveralls.io/repos/github/klemens-morgenstern/boost-process/badge.svg?branch=develop)](https://coveralls.io/github/klemens-morgenstern/boost-process?branch=develop) |
Master:         | [![Build Status](https://travis-ci.org/klemens-morgenstern/boost-process.svg?branch=master)](https://travis-ci.org/klemens-morgenstern/boost-process) [![Build status](https://ci.appveyor.com/api/projects/status/peup7e6m0e1bb5ba/branch/master?svg=true)](https://ci.appveyor.com/project/klemens-morgenstern/boost-process/branch/master) | [![Coverage Status](https://coveralls.io/repos/github/klemens-morgenstern/boost-process/badge.svg?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.64 with which it is released.