Age | Commit message (Expand) | Author |
---|---|---|
2022-07-18 | Improve Library::GetProcAddress. | John Ankarström |
2022-07-18 | Solve compiler warnings. | John Ankarström |
2022-07-18 | Add Unicode support to Win32Error. | John Ankarström |
2022-07-17 | Prefer f() over f(void). | John Ankarström |
2022-07-17 | Update type names and variable prefixes. | John Ankarström |
2022-07-17 | Add const to pointers, update spacing. | John Ankarström |
2022-07-17 | Add const to places. | John Ankarström |
2022-07-17 | Remove TsmFromSz. | John Ankarström |
2022-07-16 | Rewrite TszFromSz as TsmFromSz. | John Ankarström |
2022-07-15 | Split defs.h into separate header files. | John Ankarström |
2022-07-15 | Add Win32Error exception class. | John Ankarström |
2022-07-15 | Add support for Prolog exceptions. | John Ankarström |
2022-07-15 | Replace Library::Load with try_make_unique template. | John Ankarström |
2022-07-15 | Change declaration style. | John Ankarström |
2022-07-15 | Add wrapper for LoadLibrary, FreeLibrary. | John Ankarström |
2022-07-10 | Convert to C++. | John Ankarström |