| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request 'FoldData: Minimize Changes_When_Casefolded data' (#10) fr... | 2024-06-27 | 2 | -8/+34 | ||
| |\ \ | |/ |/| | ||||||
| | * | FoldData: Minimize Changes_When_Casefolded data | 2024-06-27 | 2 | -8/+34 | ||
| |/ | ||||||
| * | Implements new case fold data encoding by @sqeek502 #8 | 2024-06-26 | 1 | -5/+6 | ||
| * | Removed all inlines | 2024-06-26 | 11 | -33/+35 | ||
| * | Added changes when casefolded back | 2024-06-26 | 2 | -33/+55 | ||
| * | Implemented sqeek502s case fold | 2024-06-26 | 3 | -133/+245 | ||
| * | Merge pull request 'Normalize: Mark utf8Encode errors as unreachable, use exp... | 2024-06-26 | 1 | -11/+11 | ||
| |\ | ||||||
| | * | Normalize: Mark utf8Encode errors as unreachable, use explicit error sets | 2024-06-25 | 1 | -11/+11 | ||
| |/ | ||||||
| * | Update README | 2024-06-15 | 1 | -1/+2 | ||
| * | Updated README for tag v0.13.1v0.13.1 | 2024-06-10 | 1 | -1/+1 | ||
| * | Merge pull request 'codepoint: prevent panic when last cp too short' (#6) fro... | 2024-06-10 | 1 | -0/+11 | ||
| |\ | ||||||
| | * | Merge branch 'master' into pr6 | 2024-06-10 | 4 | -8/+5 | ||
| | |\ | |/ |/| | ||||||
| * | | Updated README for v0.13.0v0.13.0 | 2024-06-08 | 1 | -2/+2 | ||
| * | | Updated benchmark | 2024-06-07 | 2 | -3/+3 | ||
| * | | Merge pull request 'build: use b.path everywhere' (#5) from rockorager/zg:mas... | 2024-06-07 | 1 | -1/+1 | ||
| |\ \ | ||||||
| * | | | Updated build.zig b.path | 2024-05-19 | 2 | -39/+36 | ||
| | | * | codepoint: prevent panic when last cp too short | 2024-06-10 | 1 | -0/+11 | ||
| | |/ | ||||||
| | * | build: use b.path everywhere | 2024-06-07 | 2 | -37/+37 | ||
| |/ | ||||||
| * | Removed emoji modifier display width = 0 case. | 2024-05-03 | 2 | -3/+3 | ||
| * | Merge pull request 'DisplayWidth: explicitly set width to 2 when VS16 is foun... | 2024-04-11 | 1 | -0/+4 | ||
| |\ | ||||||
| | * | DisplayWidth: explicitly set width to 2 when VS16 is found | 2024-04-11 | 1 | -0/+4 | ||
| * | | Merge pull request 'grapheme: export grapheme.State struct' (#2) from rockora... | 2024-04-11 | 1 | -1/+1 | ||
| |\ \ | |/ |/| | ||||||
| | * | grapheme: export grapheme.State struct | 2024-04-11 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Updated benchmarksv0.1.0 | 2024-04-02 | 3 | -6/+5 | ||
| * | NormData init now takes pointer to uninitialized Self to avoid stack copy iss... | 2024-04-02 | 4 | -16/+24 | ||
| * | Updated README with zig fetch | 2024-03-31 | 1 | -6/+4 | ||
| * | Added benchmarks; Unicode version; Removed Ziglyph dep | 2024-03-31 | 22 | -9/+78735 | ||
| * | Added Ghostty ref in README | 2024-03-31 | 1 | -4/+5 | ||
| * | Added LICENSE | 2024-03-31 | 1 | -0/+21 | ||
| * | Updated README | 2024-03-31 | 32 | -136/+606 | ||
| * | Split out Unicode tests to separate file | 2024-03-28 | 4 | -216/+209 | ||
| * | Merged NumericData into PropsData | 2024-03-28 | 3 | -77/+46 | ||
| * | PropsData and errdefers for init fns | 2024-03-28 | 16 | -24/+485 | ||
| * | ScriptsData and made all Datas const | 2024-03-27 | 19 | -62/+615 | ||
| * | Friendly general category methods | 2024-03-27 | 2 | -60/+146 | ||
| * | Export CaseData | 2024-03-27 | 1 | -1/+1 | ||
| * | Rename DisplayWidthData | 2024-03-27 | 1 | -7/+7 | ||
| * | rm src/main.zig | 2024-03-26 | 1 | -93/+0 | ||
| * | Removed main | 2024-03-26 | 1 | -26/+0 | ||
| * | GraphemeData and Normalize non-pub fns | 2024-03-26 | 2 | -13/+13 | ||
| * | Using diff for lowercase mapping | 2024-03-26 | 2 | -9/+10 | ||
| * | Using diff for uppercase mapping | 2024-03-26 | 2 | -9/+10 | ||
| * | Removed title case processing | 2024-03-26 | 3 | -105/+15 | ||
| * | CaseData | 2024-03-25 | 7 | -29/+613 | ||
| * | NumericData | 2024-03-24 | 4 | -19/+263 | ||
| * | Rename CaseFold and Normalize | 2024-03-23 | 4 | -26/+26 | ||
| * | Renamed Caser to Folder | 2024-03-23 | 2 | -7/+8 | ||
| * | Small format change in main | 2024-03-16 | 1 | -1/+5 | ||
| * | zon paths update; .gitattributes | 2024-03-02 | 2 | -2/+5 | ||
| * | Normalizer back to 300k in Safe | 2024-03-01 | 2 | -17/+17 | ||