~roguescholar/boost/+git/process:asio_no_deprecated

Last commit made on 2018-03-11
Get this branch:
git clone -b asio_no_deprecated https://git.launchpad.net/~roguescholar/boost/+git/process

Branch merges

Branch information

Name:
asio_no_deprecated
Repository:
lp:~roguescholar/boost/+git/process

Recent commits

6abce36... by Klemens David Morgenstern <email address hidden>

started on asio_no_deprecated.cpp

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

Merge pull request #151 from amerry/is-running-fixes

is_running fixes

ec04919... by Alex Merry <email address hidden>

Rename tests to reflect what they do

6625999... by Alex Merry <email address hidden>

Check the "still running" status code does not clash with WIFSIGNALED

This makes the static_assert reflect the actual assumptions in the code.

0d3688a... by Alex Merry <email address hidden>

Ignore stopped processes

is_running should only concern itself with terminated processes, not
stopped processes (which might be continued later).

40be786... by Klemens Morgenstern <email address hidden>

Merge pull request #150 from amerry/async-exit-status

Return the same exit status in the async handler as the sync method

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

Merge pull request #147 from amerry/args

Always set arguments on POSIX

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

Merge pull request #148 from pepsiman/patch-1

Fix grammar in tutorial

ed32531... by Alex Merry <email address hidden>

Return the same exit status in the async handler as the sync method

Previously, if the process terminated via a signal on posix, the async
handler would provide an exit status of 0.

751af04... by Malcolm Parsons

Fix grammar in tutorial