| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allocation Failure Tests | 2025-04-30 | 1 | -6/+18 | |
| | | | | | | | | | | | These turned up an excessive amount of allocations in CanonData and CompatData, which have been reduced to two through the somewhat squirrely use of 'magic numbers'. There are now allocation tests for every allocated structure in the library, and they run to completion in a reasonable amount of time. So, that's nice. | ||||
| * | Remove FoldData, make CaseFolding | 2025-04-30 | 1 | -6/+8 | |
| | | | | | | CaseFolding now has the FoldData, and can be initialized with a copy of Normalize if wanted. | ||||
| * | Merge NormData with Normalize | 2025-04-30 | 1 | -24/+26 | |
| | | |||||
| * | All the std.mem.Allocators that were stored just for init and deinit | 2025-04-29 | 1 | -12/+10 | |
| | | | | | methods were removed, mem.Allocators were added to deinit as arguments. | ||||
| * | Removed all inlines | 2024-06-26 | 1 | -2/+2 | |
| | | |||||
| * | Updated README | 2024-03-31 | 1 | -3/+2 | |
| | | |||||
| * | PropsData and errdefers for init fns | 2024-03-28 | 1 | -1/+9 | |
| | | |||||
| * | ScriptsData and made all Datas const | 2024-03-27 | 1 | -1/+1 | |
| | | |||||
| * | Using slices for decompositions in Normalizer | 2024-02-28 | 1 | -7/+10 | |
| | | |||||
| * | Using NormData nfkd | 2024-02-26 | 1 | -0/+56 | |