2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-22 05:22:37 +00:00

38 Commits

Author SHA1 Message Date
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
Daniel Evers
dd003bf2b0 Correct some typos etc. 2020-01-05 17:33:59 +01:00
Klemens David Morgenstern
849b5d0f30 Closes boostorg/process#84 and boostorg/process#83 2019-05-07 10:59:50 +07: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
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
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
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
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
0175969096 small doc fix 2016-10-31 11:10:45 +01: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
07dd843c5f updated doc
moved all essential information to the reference and build a straight-forward tutorial.
2016-10-18 01:38:02 +02:00
klemens-morgenstern
0199ae1b8e updated doc 2016-08-08 22:18:10 +02:00
klemens-morgenstern
8207e93901 added pipe test & added doc 2016-07-12 22:18:44 +02:00
klemens-morgenstern
accb15992b doc update 2016-07-12 00:06:26 +02:00
klemens-morgenstern
560c48d09f doc update 2016-06-17 20:31:12 +02:00
klemens-morgenstern
b5180b869b small fix and updated examples 2016-06-04 21:10:13 +02:00
klemens-morgenstern
07525fdd61 updated docs 2016-06-01 00:27:30 +02:00
Klemens Morgenstern
f9024439f0 Documentation update 2016-04-18 16:01:01 +02:00
klemens-morgenstern
f1a6c8590d restructured the repo to fit the other boost repositories 2016-02-07 13:24:49 +01:00