Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-10 | refactor, subprocess: Remove unused stream API calls | Hennadii Stepanov | |
2024-05-10 | refactor, subprocess: Remove unused `Popen::child_created_` data member | Hennadii Stepanov | |
2024-05-10 | refactor, subprocess: Remove unused `Popen::poll()` | Hennadii Stepanov | |
2024-05-10 | refactor, subprocess: Remove `Popen::pid()` | Hennadii Stepanov | |
2024-04-28 | update comments in cpp-subprocess (check_output references) | Sebastian Falbesoner | |
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 | remove unused method `Popen::kill` from cpp-subprocess | Sebastian Falbesoner | |
2024-04-25 | remove commented out code in cpp-subprocess | Sebastian Falbesoner | |
2024-04-25 | remove unused templates from cpp-subprocess | Sebastian Falbesoner | |
The templates `is_ready`, `param_pack`, and `has_type` are not used anywhere, so let's remove them. | |||
2024-04-23 | Replace locale-dependent `std::strerror` with `SysErrorString` | Hennadii Stepanov | |
2024-04-23 | refactor: Rename `subprocess.hpp` to follow our header name conventions | Hennadii Stepanov | |