Klemens Morgenstern
1b61ba6ea7
Fixed InputIt overlaods.
2022-05-26 15:59:49 +08:00
Klemens Morgenstern
27f79e1774
Added missing files.
2022-05-26 15:54:21 +08:00
Klemens Morgenstern
0fbfa1cdc1
Switched to pure utf8 support on windows.
2022-05-26 15:01:01 +08:00
Klemens Morgenstern
c473251709
Added windows environment stuff.
2022-05-20 12:25:32 +08:00
Klemens
7bdf11f550
Added posix first environment draft.
2022-05-20 01:52:48 +08:00
Klemens
dbcc946dac
Added early return for empty input.
2022-05-19 19:24:03 +08:00
Klemens
e0e801cbb4
Added the pid get_id function and pid_type type alias.
2022-05-19 19:24:03 +08:00
Klemens
4943c74e8e
First steps for v2
...
- Added utility functions
- cstring_ref
- codecvt functions
2022-05-19 19:24:01 +08:00
Klemens Morgenstern
610b337fa3
Drone & Multple fix ( #250 )
...
Squash after invalid branch & merge conflict.
* Fixed file_descriptor move assignment operator to return a reference to 'this'. Issue # 219
* Returning *this instead of erroneous *this. Issue # 219
* Removed unneeded WNOHANG.
* Closes boostorg/process#190
* Closes boostorg/process#121
* Attempting to fix wchar_t build error on circle.
* Closes boostorg/process#197 .
* Changed child(pid_t) signature.
* Multiple fixes.
* Closes boostorg/process#189 .
* Closes boostorg/process#191 .
* Added missing work guard on windows.
* Trying to catch windows early complete.
* Increased log level on windows.
* Multiple windows test fixes
* Removed overly constraint tests.
* fix missing headers
* Closes klemens-morgenstern/boost-process#218
* Update executor.hpp
explicit cast to int to silence this: `error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'int' in initializer list [-Wc++11-narrowing]`
* Fix posix implementation of move constructor/assignment in file_descriptor
* Adjust docs `@boost` relative paths
* Fixed UB for large environment names.
* Closes boostorg/process#207 .
* Drone setup
* Added include for filesystem::fstream.
* Disabled useless tests.
* Fixed environment length checks.
* Pipe test & warning fixes.
* Disabled warnings & added windows include fix.
* More test fixes.
* Removed some tests from apple build.
* Removed some tests from apple build.
* Disabled OSX tests via build script & fixed windows examples.
* TSA fix attempt.
Co-authored-by: James Baker <james.baker@bullochtech.com >
Co-authored-by: silent <silent@symica.com >
Co-authored-by: ikrijan <62850248+ikrijan@users.noreply.github.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
Co-authored-by: alandefreitas <alandefreitas@gmail.com >
2022-05-19 17:00:15 +08:00
Klemens Morgenstern
bbb7dced5c
Merge pull request #245 from hgkjshegfskef/develop
...
Fix missing include
2022-05-19 14:50:17 +08:00
ikrijan
ab82e78c3d
Update executor.hpp
...
explicit cast to int to silence this: `error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'int' in initializer list [-Wc++11-narrowing]`
2022-05-18 21:15:44 +08:00
silent
a295cd8635
Closes klemens-morgenstern/boost-process#218
2022-05-18 21:15:44 +08:00
silent
b8bcfa2e11
fix missing headers
2022-05-18 21:15:44 +08:00
Klemens Morgenstern
4cadf1d333
Multiple windows test fixes
2022-05-18 21:15:44 +08:00
Klemens
ee3c2cfeeb
Trying to catch windows early complete.
2022-05-18 21:15:44 +08:00
Klemens
221550a848
Added missing work guard on windows.
2022-05-18 21:15:44 +08:00
Klemens
b7821ccf09
Closes boostorg/process#191 .
2022-05-18 21:15:44 +08:00
Klemens
5abb4f4a23
Multiple fixes.
2022-05-18 21:15:44 +08:00
Klemens
722bd31cdb
Changed child(pid_t) signature.
2022-05-18 21:15:44 +08:00
Klemens
e358dc52a2
Closes boostorg/process#197 .
2022-05-18 21:15:44 +08:00
Klemens
d54788a385
Attempting to fix wchar_t build error on circle.
2022-05-18 21:15:44 +08:00
Klemens
4a5d711c86
Closes boostorg/process#121
2022-05-18 21:15:44 +08:00
Klemens
d11e327ab0
Closes boostorg/process#190
2022-05-18 21:15:44 +08:00
Klemens
edaf70a7a7
Removed unneeded WNOHANG.
2022-05-18 21:15:44 +08:00
hgkjshegfskef
4d1c438d91
Fix missing include
2022-04-20 17:36:20 +02:00
Klemens Morgenstern
f7053f31ec
Merge pull request #194 from Shauren/fix-linux-file-descriptor-move
...
Fix posix implementation of move constructor/assignment in file_descriptor
2021-10-14 14:20:18 +08:00
Klemens Morgenstern
2b39b56efb
Merge pull request #208 from jorj1988/extend_hpp_include_memory
...
Add include to extend.hpp for memory.
2021-10-09 16:23:38 +08:00
Klemens Morgenstern
5a283e5200
Merge pull request #218 from Val-test/develop
...
Fix child construction from pid_t (it takes reference to pid_t for no reason).
2021-10-09 16:23:26 +08:00
Antony Polukhin
aefb990a7a
Remove triling whitespace
2021-10-03 10:30:10 +03:00
Valentyn Pavliuchenko
3d092498b2
Fix child construction from pid_t (it takes reference to pid_t for no reason).
2021-08-19 19:54:42 +03:00
Eddie-cz
e08374ed95
Update wchar_t.hpp
2021-08-02 10:49:42 +02:00
Orgad Shaneh
a9925a5d6d
Fix cross-compile linux->mingw
...
Headers are lower case.
2021-07-05 09:17:16 +03:00
George Pimm
8c5ab02192
Add include to extend.hpp for memory.
...
extend.hpp uses std::shared_ptr as a member but does not include it
2021-04-14 13:52:46 +01:00
Shauren
b526ac7ce5
Fix posix implementation of move constructor/assignment in file_descriptor
2021-01-16 17:02:41 +01:00
Klemens Morgenstern
1b4d67170f
Merge pull request #177 from giomasce-throwaway/develop
...
Fix typo in copyright headers.
2020-10-29 21:17:53 +04:00
Klemens Morgenstern
e3594034eb
Merge pull request #179 from nre-ableton/nre/develop/posix-default-locale
...
Return default locale on POSIX systems
2020-10-29 21:17:34 +04:00
Klemens Morgenstern
ee983eba64
Merge pull request #171 from Shauren/fix-windows-h
...
Fix windows builds that don't include Windows.h
2020-10-29 21:17:05 +04:00
nre
0eb4685558
Return default locale on POSIX systems
...
The comment here is incorrect; an empty locale is not the correct
behavior here and will cause exceptions to be thrown in other code.
Instead a locale object with the default constructor should be
returned, not one created with an empty string. This is a known issue
which was originally reported here:
https://svn.boost.org/trac10/ticket/4688
The issue claims to have been fixed in 7bb19f9 (see also:
https://svn.boost.org/trac10/changeset/72855 ).
However, this only fixes the issue for FreeBSD and not other POSIX
platforms. This patch is based on the one originally submitted here:
https://svn.boost.org/trac10/attachment/ticket/4688/boost_filesystem.patch
2020-10-16 10:07:14 +02:00
Giovanni Mascellani
7cf1a3b8e6
Fix typo in copyright headers.
2020-10-09 15:49:45 +02:00
Alexey Kushnarev
532951902f
Adding bug fix to resolve issue #121
2020-09-14 12:16:14 +03:00
Shauren
642c2d369f
Use ::boost::winapi::DWORD_ instead of global DWORD
2020-09-03 13:21:36 +02:00
Shauren
d7a721ee0d
Removed __kernel_entry usage from Nt* function typedefs, is is part of SAL annoations, not neccessary for proper signature
2020-09-03 13:21:02 +02:00
Ezekiel Warren
036c9fc4d1
Added return *this in move assignment operator
2020-08-01 18:53:20 -07:00
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