aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/process.cpp (unfollow)
Commit message (Expand)Author
2020-10-18stream.hpp -> process_io.hpp, move IO thereEgor Tensin
2020-10-18"return std::move" is evilEgor Tensin
2020-10-18Process: add get_exe_path()Egor Tensin
2020-10-18Process: add methods to load resource stringsEgor Tensin
2020-10-16CommandLine: saner APIEgor Tensin
2020-10-16Process: add get_exit_code()Egor Tensin
2020-10-16Process: support pipe redirectionEgor Tensin
2020-10-15WIP: add simple Process classEgor Tensin