summaryrefslogtreecommitdiff
path: root/include/fud_result.hpp
AgeCommit message (Expand)Author
2025-01-02Get basic CSV parser operating.Dominick Allen
2024-10-29Reworking of Result.Dominick Allen
2024-10-29Reduce string size, adopt clang-style SSO.Dominick Allen
2024-10-24As always, formatting is a pain.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-09Use const references and constexpr as applicable.Dominick Allen
2024-10-05Formatting changes. Refactoring out detail::CopyMove from Result.Dominick Allen
2024-10-03Cleanup from clang-tidy.Dominick Allen
2024-10-02Reformatting and minor documentation.Dominick Allen
2024-09-25Further expansion of string api.Dominick Allen
2024-09-22Basics of library.Dominick Allen