Commit message (Collapse) | Author | ||
---|---|---|---|
2020-10-19 | Process: add runas() | Egor Tensin | |
2020-10-18 | stream.hpp -> process_io.hpp, move IO there | Egor Tensin | |
2020-10-18 | "return std::move" is evil | Egor Tensin | |
2020-10-18 | Process: add get_exe_path() | Egor Tensin | |
2020-10-18 | Process: add methods to load resource strings | Egor Tensin | |
2020-10-16 | CommandLine: saner API | Egor Tensin | |
2020-10-16 | Process: add get_exit_code() | Egor Tensin | |
2020-10-16 | Process: support pipe redirection | Egor Tensin | |
2020-10-15 | WIP: add simple Process class | Egor Tensin | |