Age | Commit message (Expand) | Author |
---|---|---|
2024-10-28 | Prepare for new SSO. | Dominick Allen |
2024-10-27 | Excise std::optional. | Dominick Allen |
2024-10-27 | First crack at file objects. | Dominick Allen |
2024-10-25 | Get working string formatting for unsigned numbers. | Dominick Allen |
2024-10-20 | Lots of work. | Dominick Allen |
2024-10-17 | Rename InvalidInput to ArgumentInvalid. | Dominick Allen |
2024-10-16 | First crack at allocators. | Dominick Allen |
2024-10-15 | Conver to using static constructors for string, sqlite, files. | Dominick Allen |
2024-10-03 | Cleanup from clang-tidy. | Dominick Allen |
2024-10-02 | Separate string view, implement string appending semantics. | Dominick Allen |
2024-10-01 | Fix move assignment operators or delete them to prevent leaks. | Dominick Allen |
2024-09-28 | Add directory interface. | Dominick Allen |
2024-09-25 | Add iterator to string api. | Dominick Allen |
2024-09-25 | Further expansion of string api. | Dominick Allen |
2024-09-23 | Installable library. | Dominick Allen |
2024-09-22 | Basics of library. | Dominick Allen |