Klemens David Morgenstern
295e2bdd9c
Merge branch 'develop' of github.com:boostorg/process into develop
2020-06-27 12:55:04 +07:00
Christopher Kohlhoff
7a94abfaf2
Use strand<> rather than legacy executor io_context::strand.
2020-06-24 19:52:52 +10:00
Christopher Kohlhoff
b55a09479c
New name for polymorphic executor. Remove unused "old services" code.
2020-06-24 19:52:52 +10:00
Klemens David Morgenstern
5afb20760c
Fixed exe-args style for windows
2020-05-21 18:48:04 +07:00
Klemens Morgenstern
eec87e1dd9
Update child_handle.hpp
2020-05-21 01:38:37 +07:00
Klemens David Morgenstern
570cf83a96
Merge branch 'develop' of github.com:boostorg/process into develop
2020-05-20 21:07:49 +07:00
Klemens David Morgenstern
d52d244f83
Closes boostorg/process#134
2020-05-20 21:00:50 +07:00
Klemens David Morgenstern
31c65b5442
Closes boostorg/process#127
2020-05-20 20:49:46 +07:00
Klemens Morgenstern
ebbb6d8b36
Merge pull request #126 from Martchus/fix-on_exit-example
...
Pass io_context in on_exit example
2020-05-20 20:44:42 +07:00
Klemens Morgenstern
b9c0140a26
Merge pull request #119 from licekto/double-closed-fd-fixed
...
Fix for double closed FD: https://github.com/boostorg/process/issues/105
2020-05-20 20:44:02 +07:00
Klemens David Morgenstern
2f32c95341
Closes boostorg/process#145 and boostorg/process#188
2020-05-20 20:33:55 +07:00
Klemens Morgenstern
71f844c24f
Merge pull request #149 from jonesmz/patch-22
...
file_in.hpp:29:17: warning: suggest braces around initialization of subobject
2020-05-20 20:09:30 +07:00
Klemens David Morgenstern
b0b6d67e6f
Closes boostorg/process#144
2020-05-20 20:09:14 +07:00
Klemens David Morgenstern
3a2576a4d8
Merge branch 'develop' of github.com:boostorg/process into develop
2020-05-20 20:07:47 +07:00
Klemens Morgenstern
34eaa262dd
Merge pull request #147 from jonesmz/patch-20
...
close_out.hpp:25:52: warning: suggest braces around initialization of subobject
2020-05-20 20:06:46 +07:00
Klemens Morgenstern
ce3b3d8f99
Merge pull request #148 from jonesmz/patch-21
...
null_in.hpp:28:17: warning: suggest braces around initialization of s…
2020-05-20 20:06:35 +07:00
Klemens Morgenstern
429f2ba95c
Merge pull request #150 from jonesmz/patch-23
...
pipe_in.hpp:30:17: warning: suggest braces around initialization of subobject
2020-05-20 20:05:29 +07:00
Klemens Morgenstern
0c2e7387c8
Merge pull request #152 from Naios/msvcfix
...
[Build Fix] Workaround for a MSVC 14.1 and 14.2 compiler bug
2020-05-20 20:05:22 +07:00
Klemens David Morgenstern
873ab2558d
Closes boostorg/process#153
2020-05-20 19:58:23 +07:00
Allen Cronce
3aba1f6eb1
Add the lambda declarator needed to disambiguate the multiple return values from these lambda functions as a bool. Before this change the return of a "false" was interpreted as an int, but the second return is a bool. This caused the following compile error when accessing environment variables under Xcode 11.4.1: Return type 'bool' must match previous return type 'int' when lambda expression has unspecified explicit return type
2020-05-13 07:25:36 -07:00
Denis Blank
44771769fa
Workaround for a MSVC 14.1 and 14.2 compiler bug
...
* boost\include\boost/process/child.hpp(35): error C2600:
'boost::process::child::child': cannot define a compiler-generated
special member function (must be declared in the class first)
* Introduced by 8541cae
* See boostorg/process#113
2020-03-23 22:35:59 +01:00
Michael Jones
8704416941
pipe_in.hpp:30:17: warning: suggest braces around initialization of subobject
2020-03-13 02:57:56 -05:00
Michael Jones
f48392399f
file_in.hpp:29:17: warning: suggest braces around initialization of subobject
2020-03-13 02:57:11 -05:00
Michael Jones
80f81117aa
null_in.hpp:28:17: warning: suggest braces around initialization of subobject
2020-03-13 02:56:28 -05:00
Michael Jones
9cff55215d
close_out.hpp:25:52: warning: suggest braces around initialization of subobject
2020-03-13 02:55:35 -05:00
Martchus
e67e49c891
Pass io_context in on_exit example
...
The description already states that an io_context needs
to be passed. This change is adjusting the example accordingly.
2020-03-08 21:17:54 +01:00
Licek Tomáš
29a43b17e4
Fix for double closed FD: https://github.com/boostorg/process/issues/105
2020-02-04 10:22:11 +01:00
Klemens Morgenstern
668579ed6f
Merge pull request #110 from sorayuki/patch-1
...
Fix memory over-write in pipe.hpp
2020-01-26 15:17:27 +07:00
Klemens Morgenstern
8af828cd43
Merge pull request #73 from fkonvick/develop
...
Fix double quotes processing on Windows
2020-01-26 15:16:39 +07:00
Klemens Morgenstern
3bc11ce3ac
Merge pull request #113 from jonesmz/patch-1
...
Use = default for default constructor
2020-01-26 15:14:52 +07:00
Klemens Morgenstern
603441ecc3
Merge pull request #114 from jonesmz/patch-2
...
Use static constexpr instead of const for compile-time constant variable
2020-01-26 15:14:32 +07:00
Klemens Morgenstern
612a953369
Merge pull request #115 from jonesmz/patch-3
...
Use move construction for struct start_dir
2020-01-26 15:13:15 +07:00
Klemens David Morgenstern
41f8b1cf00
removed sigtimedwait for group_wait
2019-12-29 03:39:32 +08:00
Michael Jones
1502de1001
Use move construction for struct start_dir
2019-12-05 17:48:17 -06:00
Michael Jones
8541cae396
Update child_decl.hpp
2019-12-05 12:59:09 -06:00
Michael Jones
38fa1fd040
Update cmd.hpp
2019-12-05 12:54:35 -06:00
Michael Jones
ba15f760ab
Use static constexpr instead of const for compile-time constant variable
2019-12-05 12:53:06 -06:00
Michael Jones
5e3e8f977e
Update error.hpp
2019-12-05 12:49:56 -06:00
Michael Jones
6182876d4f
Update io.hpp
2019-12-05 12:44:14 -06:00
Michael Jones
5bfd2ee08c
Use = default for default constructor
2019-12-05 12:41:31 -06:00
sorayuki
c91b227c47
Fix memory over-write in pipe.hpp
2019-11-25 15:31:48 +08:00
Klemens David Morgenstern
6a4d2ff721
added typedef executor_type;
2019-11-22 14:03:22 +08:00
Klemens David Morgenstern
6bf37ea8e8
Merge branch 'develop' of github.com:boostorg/process into develop
...
# Conflicts:
# test/async_pipe.cpp
2019-11-22 13:11:17 +08:00
Klemens Morgenstern
ad38cdfada
Merge pull request #106 from treesoft-de/bugfix
...
fix double CloseHandle after move of file_descriptor on windows
2019-11-22 13:08:17 +08:00
Klemens Morgenstern
167ee79fa9
Merge pull request #102 from res2k/develop
...
Miscellaneous fixes related to POSIX environments
2019-11-22 13:07:52 +08:00
Klemens David Morgenstern
6b83d0b9dd
closes boostorg/process#97
2019-11-22 13:07:08 +08:00
Klemens Morgenstern
16d16d40be
Merge pull request #90 from BikingGlobetrotter/develop
...
fixed hidden local variable
2019-11-22 13:06:12 +08:00
Klemens Morgenstern
408cff1997
Merge pull request #70 from thomassuckow/patch-1
...
Guard against EINTR in basic_pipe
2019-11-22 13:01:52 +08:00
Klemens David Morgenstern
09faec4732
closes boostorg/process#104
2019-11-22 12:59:05 +08:00
Klemens Morgenstern
5ab43529b7
Merge pull request #209 from killerbot242/changes3
...
only carry out when buffer size is > 0
2019-11-22 12:52:41 +08:00