Klemens David Morgenstern
2a954eb809
Merge branch 'develop' into win_pipe_unlimited_instances
2019-05-09 11:24:14 +07:00
Klemens David Morgenstern
caa7b2fcc8
two minor fixes
2019-05-08 16:28:54 +07:00
Klemens David Morgenstern
849b5d0f30
Closes boostorg/process#84 and boostorg/process#83
2019-05-07 10:59:50 +07:00
Klemens David Morgenstern
97f08ba0b3
Merge remote-tracking branch 'remotes/origin/master' into develop
...
# Conflicts:
# doc/tutorial.qbk
2018-12-14 12:17:17 +07:00
Klemens David Morgenstern
69c04d5e29
updated doc to say io_context
instead of io_service
2018-10-26 10:55:28 +07:00
Klemens David Morgenstern
9b1b83f5e7
Merge branch 'develop' of github.com:boostorg/process into develop
2018-10-26 10:38:46 +07:00
tnixeu
d7accdcf0c
fixes some string replacements issues in doc. Some replacements caused wrong namespaces.
2018-10-20 13:04:17 +02:00
tnixeu
d159fea7b8
removes boost::asio:: from example in doc
2018-10-20 11:50:45 +02:00
K. R. Walker
2576ed166f
Fix warnings: decl. of 'x' hides class member
...
Address C4458 warnings when compiled with Visual C++
2018-09-26 16:54:46 -06:00
Klemens Morgenstern
f00895a9fc
Update tutorial.qbk
...
closes #49
2018-09-11 14:38:49 +08:00
Klemens David Morgenstern
d709c1cd07
fixed tutorial example type
2018-06-18 09:46:15 +08:00
Malcolm Parsons
751af041cd
Fix grammar in tutorial
2018-02-22 10:29:59 +00:00
Alex Merry
92ee239891
Only reap children we are watching for when handling SIGCHLD
...
There may be other io_context instances with child instances, and child
instances with no associated io_context. If we pass 0 to ::waitpid(), we
will reap their processes as well, without updating the state of the
corresponding child instance.
Instead, we call `::waitpid` once for each child we are watching for.
This has some amount of overhead (multiple system calls), but ensures
correct behaviour (providing nothing other than an asio::signal_set is
watching for SIGCHLD).
2018-02-20 14:32:33 +00:00
David Mugnai
f2e8776965
update the code snippets to reflect the doc
2018-01-23 23:35:54 +01:00
Gevorg Voskanyan
90adf118ac
s/a environment/an environment
2017-10-22 22:30:24 +04:00
Klemens Morgenstern
3992965359
Update extend.qbk
2017-08-02 09:36:53 +02:00
Klemens Morgenstern
71c2fad8ce
Update extend.qbk
2017-08-02 09:33:36 +02:00
Thomas Riccardi
9ed2ebef27
Fix some typos.
2017-05-22 11:14:29 +02:00
klemens-morgenstern
34377ecad0
typo fixes
2017-04-25 21:02:16 +02:00
klemens-morgenstern
ed15395f6d
fixed example error, closes #87
2017-04-23 17:42:02 +02:00
klemens-morgenstern
ba14d9f870
Normalize all the line endings
2017-04-23 14:48:16 +02:00
klemens-morgenstern
3a733827eb
closes #74
2017-03-16 10:41:51 +01:00
klemens-morgenstern
6b433c8788
doc update
2017-03-02 14:16:38 +01:00
klemens-morgenstern
caa7348827
added search_path
remark to documentation
2017-02-20 22:14:35 +01:00
klemens-morgenstern
d1ae99bd1b
updated process/doc
2017-01-16 20:32:49 +01:00
klemens-morgenstern
ca1c83cee9
hopefully fixed the xml workaround
2017-01-13 10:44:58 +01:00
klemens-morgenstern
5e969baf6b
added workaround for xml inclusion
2017-01-13 01:33:28 +01:00
klemens-morgenstern
ff1a090026
added targets for release doc
2017-01-12 20:11:04 +01:00
klemens-morgenstern
1b737392d0
doc update - added a concepts section
2016-12-05 18:40:42 +01:00
klemens-morgenstern
db948e46cb
doc update
2016-12-05 16:04:41 +01:00
klemens-morgenstern
43fae9108d
added documentation for the extensions
2016-12-03 02:11:09 +01:00
klemens-morgenstern
fb73448cb7
added documentation for extend
2016-12-02 18:28:00 +01:00
klemens-morgenstern
90f20addd7
removed unessecary statics
2016-11-30 01:17:14 +01:00
klemens-morgenstern
0175969096
small doc fix
2016-10-31 11:10:45 +01:00
klemens-morgenstern
1b46000813
added note for cmd style on windows
2016-10-28 19:44:59 +02:00
klemens-morgenstern
f70a609976
added more precise description for some details
2016-10-28 19:34:39 +02:00
klemens-morgenstern
58023d7591
added more clarification for std::error_code
2016-10-28 19:25:34 +02:00
klemens-morgenstern
d1f2685003
added changes to doc proposed by @teeks99
2016-10-28 19:24:35 +02:00
klemens-morgenstern
e9a7dcbe89
updated doc, closes #38
2016-10-28 19:20:43 +02:00
klemens-morgenstern
6845ccd437
another small doc fix
2016-10-27 22:51:25 +02:00
klemens-morgenstern
78812a65cf
Merge branch 'develop' of github.com:klemens-morgenstern/boost-process into develop
2016-10-27 22:28:49 +02:00
klemens-morgenstern
c86c938b28
updated doc
2016-10-27 22:28:41 +02:00
Richard Thomson
8d06b4bc15
Correct spelling error
2016-10-27 10:24:37 -06:00
klemens-morgenstern
3c285c04e7
typo fixes
2016-10-26 12:21:55 +02:00
klemens-morgenstern
b619f69a05
another doc & typo fix
2016-10-26 12:02:33 +02:00
klemens-morgenstern
54394c6275
updated doc & fixed env path seperator
2016-10-26 11:45:14 +02:00
klemens-morgenstern
fba709f789
implemented rvalue qualifications
2016-10-20 21:38:23 +02:00
klemens-morgenstern
857efeea06
small doc fix
...
add refs in introduction & removed unused handbook
2016-10-18 13:23:01 +02:00
klemens-morgenstern
9b0ce99620
added faq for wchar-t
2016-10-18 01:49:26 +02:00
klemens-morgenstern
07dd843c5f
updated doc
...
moved all essential information to the reference and build a straight-forward tutorial.
2016-10-18 01:38:02 +02:00