summaryrefslogtreecommitdiff
path: root/include/fud_vector.hpp
AgeCommit message (Collapse)Author
2025-01-04Various style fixes.HEADmasterDominick Allen
2025-01-02Fixing errors in Vector.Dominick Allen
2025-01-02Clang tidy fixes.Dominick Allen
2025-01-02Get basic CSV parser operating.Dominick Allen
2024-11-10Buffered file IO.Dominick Allen
2024-11-03Factor out growth of String and make it scale by 1.5x.Dominick Allen
2024-11-02Allocator deallocate is void rather than returning FudStatus.Dominick Allen
2024-10-30Use std::byte* instead of void* for allocators.Dominick Allen
2024-10-29Reworking of Result.Dominick Allen
2024-10-21Add vector and option.Dominick Allen
2024-10-20Lots of work.Dominick Allen