Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | code style | Egor Tensin | 2020-10-27 |
| | | | | | Don't use brace initialization in constructors, VS 2013 doesn't like that. | ||
* | Handle: add get()/ptr() | Egor Tensin | 2020-10-24 |
| | |||
* | Handle: add static is_invalid() method | Egor Tensin | 2020-10-23 |
| | |||
* | process_tests: add stdin redirection test | Egor Tensin | 2020-10-17 |
| | |||
* | add a separate Buffer class | Egor Tensin | 2020-10-16 |
| | |||
* | Process: support pipe redirection | Egor Tensin | 2020-10-16 |
| | |||
* | add .clang-format | Egor Tensin | 2020-10-14 |
| | |||
* | add Handle class | Egor Tensin | 2020-10-14 |
It's derived from various projects of mine. |