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 |
|
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 |
|
Arew
|
eba5cb7be2
|
Fix basic_ipstream is_open compile error.
|
2019-11-21 17:57:24 +03:00 |
|
Klemens David Morgenstern
|
f4c51bcd5a
|
closes klemens-morgenstern/boost-process#107
|
2019-10-26 11:04:42 +07:00 |
|
Raymond Häb
|
410c0d592e
|
fix double CloseHandle after move of file_descriptor on windows
|
2019-10-18 10:08:21 +02:00 |
|
Frank Richter
|
51083a8fa8
|
posix environment: Fix assignment of wnative_environment to wenvironment
Using 'environ' as the native_handle for a wide environment doesn't work,
as environ returns char**. Instead, use data we already converted.
|
2019-09-11 11:23:36 +02:00 |
|
Frank Richter
|
fe3cb0efc7
|
posix environment: Avoid using front() on empty string
That is undefined behaviour. Pushing a single NUL makes the string
non-empty but still gives us "".
|
2019-09-11 11:20:24 +02:00 |
|
Lieven de Cock
|
d7d84f3952
|
only carry out when buffer size is > 0
|
2019-08-19 12:11:34 +02:00 |
|
Orgad Shaneh
|
984c0c5b71
|
Fix GCC9 warning
warning: moving a local object in a return statement prevents copy elision
|
2019-06-26 13:11:49 +03:00 |
|
michael
|
43523fcf8b
|
fixed hidden local variable
|
2019-06-21 13:39:54 +02:00 |
|
boris
|
ca994c1972
|
fix move assignment operators for basic_[io]pstream
|
2019-06-05 00:19:53 +02:00 |
|
Klemens David Morgenstern
|
0a554c92b5
|
Merge branch 'develop' of github.com:boostorg/process into develop
|
2019-05-18 11:11:20 +07:00 |
|
Klemens Morgenstern
|
fa81cecffc
|
Merge pull request #196 from klemens-morgenstern/limit_fd
Limit fd
|
2019-05-18 11:07:55 +07:00 |
|
Klemens Morgenstern
|
fc1acb82d9
|
Merge pull request #199 from klemens-morgenstern/stream_close
added opstream::close, closes klemens-morgenstern/boost-process#198
|
2019-05-14 22:04:21 +07:00 |
|
Klemens David Morgenstern
|
db7af9f87d
|
doc addition
|
2019-05-14 13:22:05 +07:00 |
|
Klemens David Morgenstern
|
e426f2bfac
|
remove ill-formed test & minor fixes
|
2019-05-14 11:57:20 +07:00 |
|
Klemens David Morgenstern
|
6b173117aa
|
Merge branch 'develop' into stream_close
|
2019-05-14 10:45:53 +07:00 |
|
Klemens David Morgenstern
|
ecbc93408f
|
Merge branch 'develop' into win_pipe_unlimited_instances
|
2019-05-14 10:45:16 +07:00 |
|
Klemens David Morgenstern
|
519c0a636a
|
Merge branch 'develop' into limit_fd
|
2019-05-14 10:44:08 +07:00 |
|
Klemens David Morgenstern
|
82195c61af
|
Merge branch 'develop' of github.com:klemens-morgenstern/boost-process into develop
# Conflicts:
# include/boost/process/detail/posix/wait_group.hpp
|
2019-05-14 00:41:41 +07:00 |
|
Klemens David Morgenstern
|
c604e3a20e
|
switched to a wait/sleep version for OSX - should work fine for groups
|
2019-05-14 00:36:24 +07:00 |
|
Klemens Morgenstern
|
b27d0170ba
|
Typo fix
|
2019-05-13 23:50:31 +07:00 |
|
Klemens David Morgenstern
|
98fd4eecf0
|
small reordering of code
|
2019-05-13 20:43:03 +07:00 |
|
Klemens David Morgenstern
|
3799315ce7
|
reverted to pipes for OSX
|
2019-05-13 20:11:17 +07:00 |
|
Klemens David Morgenstern
|
b9431ba492
|
fixing signal workaround
|
2019-05-13 10:30:28 +07:00 |
|
Klemens David Morgenstern
|
790d79db9c
|
Merge branch 'develop' into limit_fd
|
2019-05-13 00:23:52 +07:00 |
|
Klemens David Morgenstern
|
5de0a795d1
|
fixed wait_for_exit
|
2019-05-13 00:22:46 +07:00 |
|
Klemens David Morgenstern
|
cbaa913e3d
|
Merge branch 'develop' into limit_fd
# Conflicts:
# include/boost/process/detail/posix/pipe_out.hpp
# test/Jamfile.jam
|
2019-05-12 17:43:40 +07:00 |
|