aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
AgeCommit message (Expand)Author
2022-07-15Split defs.h into separate header files.John Ankarström
2022-07-15Add Win32Error exception class.John Ankarström
2022-07-15Show error and exit gracefully on uncaught exception.John Ankarström
2022-07-15Use std::optional instead of std::unique_ptr for try_make.John Ankarström
2022-07-15Replace Library::Load with try_make_unique template.John Ankarström
2022-07-15Don't crash on Prolog exceptions.John Ankarström
2022-07-15Reimplement Pl with variadic templatesJohn Ankarström
2022-07-15Change declaration style.John Ankarström
2022-07-15Add wrapper for LoadLibrary, FreeLibrary.John Ankarström
2022-07-14Prevent rating column from being invisible.John Ankarström
2022-07-14Minor formal changes.John Ankarström
2022-07-14Initialize global variables in the right place.John Ankarström
2022-07-11Improve ElvSort.John Ankarström
2022-07-11Refactor, adjust minimum window size.John Ankarström
2022-07-10Convert to C++.John Ankarström