| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allocation Failure Tests | 2025-04-30 | 1 | -5/+15 | |
| | | | | | | | | | | | 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. | ||||
| * | Merge NormData with Normalize | 2025-04-30 | 1 | -17/+19 | |
| | | |||||
| * | All the std.mem.Allocators that were stored just for init and deinit | 2025-04-29 | 1 | -6/+4 | |
| | | | | | methods were removed, mem.Allocators were added to deinit as arguments. | ||||
| * | Removed all inlines | 2024-06-26 | 1 | -1/+1 | |
| | | |||||
| * | Updated README | 2024-03-31 | 1 | -3/+2 | |
| | | |||||
| * | PropsData and errdefers for init fns | 2024-03-28 | 1 | -0/+1 | |
| | | |||||
| * | ScriptsData and made all Datas const | 2024-03-27 | 1 | -1/+1 | |
| | | |||||
| * | Using slices for decompositions in Normalizer | 2024-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Using NormData nfkd | 2024-02-26 | 1 | -0/+50 | |