summaryrefslogtreecommitdiff
path: root/source/fud_directory.cpp
AgeCommit message (Collapse)Author
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-28Fix string catenate error.Dominick Allen
2024-09-28Expand directory interface, remove FileStatus for FudStatus.Dominick Allen
2024-09-28Add directory interface.Dominick Allen