Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorten the string view type names | Thomas Voss | 2024-09-15 | 1 | -1/+1 |
* | Accept an element size argument to allocators | Thomas Voss | 2024-05-10 | 1 | -2/+2 |
* | Try to do better error handling with custom allocators | Thomas Voss | 2024-05-09 | 1 | -2/+0 |
* | Add ASSUME()s | Thomas Voss | 2024-05-09 | 1 | -0/+4 |
* | Add custom allocator support to u8upper() | Thomas Voss | 2024-05-09 | 1 | -13/+20 |
* | Go all in on string views, and fix manuals | Thomas Voss | 2024-05-04 | 1 | -2/+2 |
* | Properly upper- and titlecase āiā and ājā in Lithuanian | Thomas Voss | 2024-04-24 | 1 | -1/+8 |
* | Reorganize some things | Thomas Voss | 2024-04-14 | 1 | -8/+3 |
* | Change UF_* for CF_* | Thomas Voss | 2024-04-14 | 1 | -3/+3 |
* | Mark dst as restrict | Thomas Voss | 2024-04-14 | 1 | -2/+2 |
* | Add u8upper() | Thomas Voss | 2024-04-13 | 1 | -0/+36 |