aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/process.cpp (unfollow)
Commit message (Collapse)Author
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.