aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty (follow)
Commit message (Collapse)AuthorAge
* update cmake-commonEgor Tensin2023-07-04
| | | | Also, change the build directory to build/.
* workflows/ci: add VS 2022 buildsEgor Tensin2023-01-02
| | | | | This includes bumping the Boost version, because windows-2022 runners can no longer build older releases.
* export Process to winapi-commonEgor Tensin2021-05-16
|
* export pdb::file to winapi-common's FileEgor Tensin2021-05-16
|
* use error reporting from winapi-commonEgor Tensin2021-05-15
|
* switch from Boost.Nowide to winapi-utf8Egor Tensin2021-05-15
|
* get rid of SafeIntEgor Tensin2021-05-15
|
* add Process classEgor Tensin2020-03-24
| | | | | | | | | 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.
* add SafeInt as a submoduleEgor Tensin2020-01-14
The end goal is to compile this using MinGW-w64.