aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/process.cpp (unfollow)
Commit message (Expand)Author
2021-05-16Process: import pdb::Process from winapi-debugEgor Tensin
2020-10-27rework Process API & testsEgor Tensin
2020-10-25Process: add termination methodsEgor Tensin
2020-10-19Process: add runas()Egor Tensin
2020-10-18stream.hpp -> process_io.hpp, move IO thereEgor Tensin
2020-10-18Process: add get_exe_path()Egor Tensin
2020-10-17process_tests: add stdin redirection testEgor Tensin
2020-10-17process_tests: remove temp filesEgor Tensin
2020-10-16File: refactoringEgor Tensin
2020-10-16some more process creation testsEgor Tensin
2020-10-16Process: support pipe redirectionEgor Tensin
2020-10-15WIP: add simple Process classEgor Tensin