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