summaryrefslogtreecommitdiff
path: root/src/CompatData.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-14Update codebase to Zig 0.15.1.Gravatar Michael Chaten1-4/+1
Removes compression support
2025-04-30Allocation Failure TestsGravatar Sam Atman1-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.
2025-04-30Merge NormData with NormalizeGravatar Sam Atman1-17/+19
2025-04-29All the std.mem.Allocators that were stored just for init and deinitGravatar lch3611-6/+4
methods were removed, mem.Allocators were added to deinit as arguments.
2024-06-26Removed all inlinesGravatar Jose Colon Rodriguez1-1/+1
2024-03-31Updated READMEGravatar Jose Colon Rodriguez1-3/+2
2024-03-28PropsData and errdefers for init fnsGravatar Jose Colon Rodriguez1-0/+1
2024-03-27ScriptsData and made all Datas constGravatar Jose Colon Rodriguez1-1/+1
2024-02-28Using slices for decompositions in NormalizerGravatar Jose Colon Rodriguez1-1/+1
2024-02-26Using NormData nfkdGravatar Jose Colon Rodriguez1-0/+50