aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/handle.hpp (follow)
Commit message (Collapse)AuthorAge
* remove VS 2013 cruftEgor Tensin2021-05-16
|
* Handle: is_invalid -> is_validEgor Tensin2021-05-16
|
* code styleEgor Tensin2020-10-27
| | | | | Don't use brace initialization in constructors, VS 2013 doesn't like that.
* Handle: add get()/ptr()Egor Tensin2020-10-24
|
* Handle: add static is_invalid() methodEgor Tensin2020-10-23
|
* process_tests: add stdin redirection testEgor Tensin2020-10-17
|
* add a separate Buffer classEgor Tensin2020-10-16
|
* Process: support pipe redirectionEgor Tensin2020-10-16
|
* add .clang-formatEgor Tensin2020-10-14
|
* add Handle classEgor Tensin2020-10-14
It's derived from various projects of mine.