Commit message (Collapse) | Author | ||
---|---|---|---|
2021-05-16 | export Process to winapi-common | Egor Tensin | |
2021-05-15 | use error reporting from winapi-common | Egor Tensin | |
2021-05-15 | rename the project | Egor Tensin | |
2021-05-15 | switch from Boost.Nowide to winapi-utf8 | Egor Tensin | |
2021-05-15 | get rid of SafeInt | Egor Tensin | |
2020-10-01 | Process: static get_executable_path | Egor Tensin | |
2020-09-20 | pdb::error: include function name in error message | Egor Tensin | |
2020-09-14 | add missing copyright headers | Egor Tensin | |
2020-09-14 | clang-format: regroup #includes | Egor Tensin | |
2020-03-24 | add Process class | Egor 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. |