summaryrefslogtreecommitdiff
path: root/include/fud_c_file.hpp
AgeCommit message (Expand)Author
2024-10-17Rename InvalidInput to ArgumentInvalid.Dominick Allen
2024-10-15Conver to using static constructors for string, sqlite, files.Dominick Allen
2024-10-15Style fixes for clang tidy.Dominick Allen
2024-10-03Cleanup from clang-tidy.Dominick Allen
2024-10-02Add setup for coverage and cppcheck.Dominick Allen
2024-10-02Fix bug that allowed any pointer to be used as a writing or reading type.Dominick Allen
2024-10-02Add method to write data where size = length.Dominick Allen
2024-10-02Add permissions model for files.Dominick Allen
2024-10-01Fix move assignment operators or delete them to prevent leaks.Dominick Allen
2024-09-28Expand directory interface, remove FileStatus for FudStatus.Dominick Allen
2024-09-28Add directory interface.Dominick Allen
2024-09-24Fine tune read interface of CBinaryFile.Dominick Allen
2024-09-23Expand CBinaryFile interface.Dominick Allen
2024-09-23Installable library.Dominick Allen
2024-09-22Basics of library.Dominick Allen