summaryrefslogtreecommitdiff
path: root/include/fud_string.hpp
AgeCommit message (Expand)Author
2024-10-27Excise std::optional.Dominick Allen
2024-10-27First crack at file objects.Dominick Allen
2024-10-25Get working string formatting for unsigned numbers.Dominick Allen
2024-10-20Lots of work.Dominick Allen
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-02Separate string view, implement string appending semantics.Dominick Allen
2024-10-01Fix move assignment operators or delete them to prevent leaks.Dominick Allen
2024-09-28Add directory interface.Dominick Allen
2024-09-25Add iterator to string api.Dominick Allen
2024-09-25Further expansion of string api.Dominick Allen
2024-09-23Installable library.Dominick Allen
2024-09-22Basics of library.Dominick Allen