~roguescholar/boost/+git/process:issue/285

Last commit made on 2023-08-14
Get this branch:
git clone -b issue/285 https://git.launchpad.net/~roguescholar/boost/+git/process

Branch merges

Branch information

Name:
issue/285
Repository:
lp:~roguescholar/boost/+git/process

Recent commits

3ad4fd3... by Klemens Morgenstern <email address hidden>

zombie reap fix.

502dc48... by SilverPlate3 <email address hidden>

Pass empty argument

closes #256

402acc1... by Ed Tanous <email address hidden>

Use boost::throw_exception

Using boost::throw_exception allows for modifications to these
exceptions on a per-application basis, including overriding with custom
implementations.

This also has the benefit of allowing compilation with -fno-exceptions
set, which should make this code more portable.

0503b09... by Roberto Rodriguez <email address hidden>

Fix compilation with -Wall and -Werror

8d372cb... by Klemens Morgenstern <email address hidden>

v2::environment link fixes

bfb1ebb... by Klemens Morgenstern <email address hidden>

Merge branch 'master' into develop

# Conflicts:
# .github/workflows/ci.yml
# include/boost/process/environment.hpp
# include/boost/process/v2/exit_code.hpp
# include/boost/process/v2/ext/cmd.hpp
# include/boost/process/v2/ext/cwd.hpp
# include/boost/process/v2/ext/env.hpp
# include/boost/process/v2/ext/exe.hpp
# test/v2/pid.cpp
# test/v2/process.cpp

c005adc... by Klemens Morgenstern <email address hidden>

simplified stdio.

5cab462... by Klemens Morgenstern <email address hidden>

added empty env var check to tests.

ccd46dc... by Klemens Morgenstern <email address hidden>

added Bcrypt to gcc win builds.

b3c8c3a... by Klemens Morgenstern <email address hidden>

fixed popen test.