aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/process.cpp (unfollow)
Commit message (Collapse)Author
2021-05-16export Process to winapi-commonEgor Tensin
2021-05-15use error reporting from winapi-commonEgor Tensin
2021-05-15rename the projectEgor Tensin
2021-05-15switch from Boost.Nowide to winapi-utf8Egor Tensin
2021-05-15get rid of SafeIntEgor Tensin
2020-10-01Process: static get_executable_pathEgor Tensin
2020-09-20pdb::error: include function name in error messageEgor Tensin
2020-09-14add missing copyright headersEgor Tensin
2020-09-14clang-format: regroup #includesEgor Tensin
2020-03-24add Process classEgor Tensin
It's intended to be used for the future dump writing functionality, to generate a meaningful file name, etc. Also, add Boost.Nowide, which provides handy UTF-8 conversion functions. I'm not sure about this, but things indicate that it's about to be included in Boost.