Boost Process
Go to file
Christian Eggers 7a17af0f5c v2: fix closing of file descriptors
Fix off-by-one error. Currently, no handles are actually closed.
2024-03-28 21:57:13 +08:00
.circleci updated for circle 2019-05-10 12:00:43 +07:00
.drone drone windows update. 2023-10-05 06:52:20 +08:00
.github/workflows removed posix-cmake-subdir from github actions. 2023-06-28 20:24:12 +08:00
doc Code typos fix 2023-10-05 09:36:50 +08:00
example Typo fixes. 2023-02-22 13:01:46 +08:00
include/boost v2: fix closing of file descriptors 2024-03-28 21:57:13 +08:00
meta Update metadata 2023-02-20 14:09:37 +08:00
test test include fix. 2024-03-28 11:05:33 +08:00
.drone.star Reduced amount of test & fixed path comparisons. 2023-02-22 00:54:17 +08:00
.gitattributes added .git attributes, see #88 2017-04-23 14:41:26 +02:00
.gitignore extern process management. 2023-02-20 14:09:37 +08:00
.travis.yml Switched to report.py script 2020-05-20 21:50:37 +07:00
CMakeLists.txt Remove superflous calls in CMakeLists 2022-05-23 16:12:28 +02:00
README.md Updated readme. 2022-05-19 17:20:36 +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

Boost Process (Boost.Process)

Boost.process is a library for comfortable management of processes, released with boost 1.64.0.

Test results

Branches Linux / Windows Code coverage Matrix
Develop: Build Status codecov Matrix
Master: Build Status codecov 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.