Commit message (Collapse) | Author | ||
---|---|---|---|
2021-05-16 | remove VS 2013 cruft | Egor Tensin | |
2021-05-16 | Process: import pdb::Process from winapi-debug | Egor Tensin | |
2021-05-04 | move away from variable-size ints | Egor Tensin | |
2021-05-04 | fix compiler warnings | Egor Tensin | |
2020-10-27 | code style | Egor Tensin | |
Don't use brace initialization in constructors, VS 2013 doesn't like that. | |||
2020-10-27 | VS 2013 workarounds | Egor Tensin | |
2020-10-27 | rework Process API & tests | Egor Tensin | |
* Add separate classes ProcessParameters & ShellParameters for Process::create() and Process::shell() methods. * Add a separate "worker" executable. It's used in tests via a fairly complicated scheme, receiving orders to execute via a shared memory region. * Add tests that utilize the Console API, reading console window's screen buffer directly, making for more reliable tests & broader coverage. | |||
2020-10-25 | Process: add termination methods | Egor Tensin | |
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 | |