Age | Commit message (Expand) | Author |
---|---|---|
2022-07-15 | Add Win32Error exception class. | John Ankarström |
2022-07-15 | Show error and exit gracefully on uncaught exception. | John Ankarström |
2022-07-15 | Use std::optional instead of std::unique_ptr for try_make. | John Ankarström |
2022-07-15 | Replace Library::Load with try_make_unique template. | John Ankarström |
2022-07-15 | Don't crash on Prolog exceptions. | John Ankarström |
2022-07-15 | Reimplement Pl with variadic templates | 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-14 | Prevent rating column from being invisible. | John Ankarström |
2022-07-14 | Minor formal changes. | John Ankarström |
2022-07-14 | Initialize global variables in the right place. | John Ankarström |
2022-07-11 | Improve ElvSort. | John Ankarström |
2022-07-11 | Refactor, adjust minimum window size. | John Ankarström |
2022-07-10 | Convert to C++. | John Ankarström |