aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty (unfollow)
Commit message (Collapse)Author
2023-01-02workflows/ci: add VS 2022 buildsEgor Tensin
This includes bumping the Boost version, because windows-2022 runners can no longer build older releases.
2021-05-16export Process to winapi-commonEgor Tensin
2021-05-16export pdb::file to winapi-common's FileEgor Tensin
2021-05-15use error reporting from winapi-commonEgor Tensin
2021-05-15switch from Boost.Nowide to winapi-utf8Egor Tensin
2021-05-15get rid of SafeIntEgor 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.
2020-01-14add SafeInt as a submoduleEgor Tensin
The end goal is to compile this using MinGW-w64.