Sebastian Falbesoner
03ffb09c31
remove unneeded bufsize option from cpp-subprocess
2024-04-16 14:25:00 +02:00
Sebastian Falbesoner
79c3036373
remove unneeded close_fds option from cpp-subprocess
2024-04-16 14:25:00 +02:00
Sebastian Falbesoner
62db8f8e5a
remove unneeded session_leader option from cpp-subprocess
2024-04-16 14:25:00 +02:00
Sebastian Falbesoner
80d008c66d
remove unneeded defer_spawn option from cpp-subprocess
...
For our use-case, there doesn't seem to be any need for this.
2024-04-16 14:25:00 +02:00
Sebastian Falbesoner
cececad7b2
remove unneeded preexec function option from cpp-subprocess
...
We don't seem to ever need this, so remove it.
2024-04-16 14:25:00 +02:00
Sebastian Falbesoner
633e45b2e2
remove unneeded shell option from cpp-subprocess
...
We don't use this option and it's not supported on Windows anyways,
so we can get as well rid of it.
2024-04-16 14:25:00 +02:00
Hennadii Stepanov
13f5391bbb
Fix typos in subprocess.hpp
2024-04-11 14:03:37 +02:00
Hennadii Stepanov
cc8b9875b1
Add cpp-subprocess
header-only library
...
Upstream repo: https://github.com/arun11299/cpp-subprocess
Commit: 4025693decacaceb9420efedbf4967a04cb028e7
The "Convenience Functions" section is unused in our codebase, so it has
been removed.
2024-03-27 14:16:32 +00:00