Age | Commit message (Expand) | Author |
---|---|---|
2025-03-31 | Remove reinterpret_cast usage in favor of std::bit_cast. | Dominick Allen |
2025-03-31 | Fix Vector bug. | Dominick Allen |
2025-03-30 | Add hash map. | Dominick Allen |
2025-01-04 | Various style fixes. | Dominick Allen |
2025-01-02 | Fixing errors in Vector. | Dominick Allen |
2025-01-02 | Clang tidy fixes. | Dominick Allen |
2025-01-02 | Get basic CSV parser operating. | Dominick Allen |
2024-11-10 | Buffered file IO. | Dominick Allen |
2024-11-03 | Factor out growth of String and make it scale by 1.5x. | Dominick Allen |
2024-11-02 | Allocator deallocate is void rather than returning FudStatus. | Dominick Allen |
2024-10-30 | Use std::byte* instead of void* for allocators. | Dominick Allen |
2024-10-29 | Reworking of Result. | Dominick Allen |
2024-10-21 | Add vector and option. | Dominick Allen |
2024-10-20 | Lots of work. | Dominick Allen |