Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
I already hit upon some object-oriented programming patterns in *listview.c, so I felt that it would be natural to use this as an opportunity to learn C++. |