summaryrefslogtreecommitdiff
path: root/source/fud_sqlite.cpp
AgeCommit message (Collapse)Author
2024-10-17Rename InvalidInput to ArgumentInvalid.Dominick Allen
2024-10-16First crack at allocators.Dominick Allen
2024-10-15Conver to using static constructors for string, sqlite, files.Dominick Allen
2024-10-03Cleanup from clang-tidy.Dominick Allen
2024-10-02Add setup for coverage and cppcheck.Dominick Allen
2024-10-01Fix move assignment operators or delete them to prevent leaks.Dominick Allen
2024-09-26Add SQLite interface.Dominick Allen