| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Added canonical caseless match to Caser | 2024-03-01 | 3 | -7/+105 | |
| * | Moved case fold stuff to src/Caser.zig | 2024-03-01 | 11 | -123/+153 | |
| * | Changes when case folded check; 20ms faster | 2024-03-01 | 3 | -9/+89 | |
| * | Normalizer.eqlIgnoreCase compatibility caseless matching | 2024-03-01 | 6 | -10/+258 | |
| * | Removed dupe tombstone check in Normalizer | 2024-02-29 | 1 | -14/+0 | |
| * | Major Normalizer optimizations | 2024-02-29 | 1 | -60/+75 | |
| * | Added nfc latin1 check back | 2024-02-28 | 2 | -71/+122 | |
| * | Using slices for decompositions in Normalizer | 2024-02-28 | 5 | -128/+125 | |
| * | General Category with GenCatData | 2024-02-27 | 5 | -18/+300 | |
| * | Normalizer 2x faster than Ziglyph; Uses 2x memory | 2024-02-27 | 1 | -1/+1 | |
| * | Using NormPropsData in NormData; No Ziglyph deps in NOrmalizer | 2024-02-27 | 6 | -10/+220 | |
| * | Removed equality functions from Normalizer | 2024-02-27 | 1 | -110/+3 | |
| * | Using HangulData in NormData | 2024-02-27 | 5 | -13/+219 | |
| * | Using NormData nfkd | 2024-02-26 | 10 | -106/+184 | |
| * | Using NormData nfc and nfd | 2024-02-26 | 5 | -27/+16 | |
| * | Using NormData and CanonData in Normalizer | 2024-02-26 | 6 | -97/+242 | |
| * | Using separate data struct model. | 2024-02-26 | 11 | -296/+514 | |
| * | Replaced ccc_map with table. 20ms faster | 2024-02-20 | 8 | -7/+1073 | |
| * | Cleaned up directory structure | 2024-02-19 | 76 | -1231/+12 | |
| * | Tried SIMD lower/upper string. Slower than linear. | 2024-02-18 | 2 | -7/+11 | |
| * | center, padLeft, padRight, and wrap | 2024-02-18 | 3 | -46/+294 | |
| * | Using argsWithAllocator for Windows | 2024-02-18 | 2 | -2/+4 | |
| * | Added cjk build option to set ambiguous width to 2 at build time | 2024-02-18 | 2 | -1/+13 | |
| * | Grapheme -> grapheme | 2024-02-18 | 1 | -0/+0 | |
| * | Back to zg code_point. 4ms faster than Ghostty's Utf8Decoder | 2024-02-18 | 4 | -241/+40 | |
| * | Testing Ghostty's Utf8Decoder. A bit slower | 2024-02-18 | 5 | -20/+218 | |
| * | Rename to zg | 2024-02-18 | 2 | -3/+4 | |
| * | Code point code is now a method not a field. | 2024-02-18 | 3 | -44/+47 | |
| * | Code point and grapheme are now namespaces. | 2024-02-18 | 4 | -68/+66 | |
| * | Fixed isAsciiOnly and CodePointIterator ASCII bugs | 2024-02-17 | 3 | -10/+11 | |
| * | display_width tweaks | 2024-02-17 | 3 | -84/+97 | |
| * | GraphemeIterator ASCII optimization 3x faster | 2024-02-17 | 4 | -56/+66 |