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