aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/process_io.hpp (unfollow)
Commit message (Collapse)Author
2020-10-27code styleEgor Tensin
Don't use brace initialization in constructors, VS 2013 doesn't like that.
2020-10-24remove redundant namespace namesEgor Tensin
2020-10-18stream.hpp -> process_io.hpp, move IO thereEgor Tensin
2020-10-16add path.hpp: CanonicalPath class, etc.Egor Tensin
Apparently, relative paths in the Win32 namespace (e.g. \\?\test.txt) are not a thing.
2020-10-16VS 2013 workaroundsEgor Tensin
2020-10-16Process: support pipe redirectionEgor Tensin