Commit message (Collapse) | Author | ||
---|---|---|---|
2020-10-27 | code style | Egor Tensin | |
Don't use brace initialization in constructors, VS 2013 doesn't like that. | |||
2020-10-24 | remove redundant namespace names | Egor Tensin | |
2020-10-18 | stream.hpp -> process_io.hpp, move IO there | Egor Tensin | |
2020-10-16 | add path.hpp: CanonicalPath class, etc. | Egor Tensin | |
Apparently, relative paths in the Win32 namespace (e.g. \\?\test.txt) are not a thing. | |||
2020-10-16 | VS 2013 workarounds | Egor Tensin | |
2020-10-16 | Process: support pipe redirection | Egor Tensin | |