aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/process.cpp (follow)
Commit message (Collapse)AuthorAge
* code styleEgor Tensin2020-10-27
| | | | | Don't use brace initialization in constructors, VS 2013 doesn't like that.
* VS 2013 workaroundsEgor Tensin2020-10-27
|
* rework Process API & testsEgor Tensin2020-10-27
| | | | | | | | | | | * 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.
* Process: add termination methodsEgor Tensin2020-10-25
|
* Process: add runas()Egor Tensin2020-10-19
|
* stream.hpp -> process_io.hpp, move IO thereEgor Tensin2020-10-18
|
* "return std::move" is evilEgor Tensin2020-10-18
|
* Process: add get_exe_path()Egor Tensin2020-10-18
|
* Process: add methods to load resource stringsEgor Tensin2020-10-18
|
* CommandLine: saner APIEgor Tensin2020-10-16
|
* Process: add get_exit_code()Egor Tensin2020-10-16
|
* Process: support pipe redirectionEgor Tensin2020-10-16
|
* WIP: add simple Process classEgor Tensin2020-10-15