MarcoFalke
3333bae9b2
tidy: modernize-use-equals-default
2024-07-08 11:12:01 +02:00
Hennadii Stepanov
5a11d3023f
refactor, subprocess: Remove unused stream API calls
2024-05-10 14:58:27 +01:00
Hennadii Stepanov
05b6f8793c
refactor, subprocess: Remove unused Popen::child_created_ data member
2024-05-10 14:47:15 +01:00
Hennadii Stepanov
9e1ccf55e1
refactor, subprocess: Remove unused Popen::poll()
2024-05-10 14:47:07 +01:00
Hennadii Stepanov
24b53fc84a
refactor, subprocess: Remove Popen::pid()
2024-05-10 14:42:31 +01:00
Sebastian Falbesoner
8b52e7f628
update comments in cpp-subprocess (check_output references)
...
Remove obsolete `check_output` references in the comments and remove
the numbering of the Popen API methods, as they don't seem to provide a
value and just make diffs larger for future changes.
2024-04-28 14:18:06 +02:00
Sebastian Falbesoner
97f159776e
remove unused method Popen::kill from cpp-subprocess
2024-04-28 14:17:14 +02:00
Sebastian Falbesoner
908c51fe4a
remove commented out code in cpp-subprocess
2024-04-25 17:44:39 +02:00
Sebastian Falbesoner
ff79adbe05
remove unused templates from cpp-subprocess
...
The templates `is_ready`, `param_pack`, and `has_type` are not used
anywhere, so let's remove them.
2024-04-25 02:04:31 +02:00
Hennadii Stepanov
08f756bd37
Replace locale-dependent std::strerror with SysErrorString
2024-04-23 18:22:58 +01:00
Hennadii Stepanov
d8e4ba4d05
refactor: Rename subprocess.hpp to follow our header name conventions
2024-04-23 18:22:58 +01:00