summaryrefslogtreecommitdiff
path: root/codegen/dwp.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-08Use takeDelimiterInclusive to support Zig 0.15.2Gravatar Jay1-2/+4
2025-09-14Embed data files in scripts rather than relying on filesystem access for ↵Gravatar Michael Chaten1-10/+4
easier packaging
2025-09-14Update codebase to Zig 0.15.1.Gravatar Michael Chaten1-18/+24
Removes compression support
2025-03-20Add c0 and c1 control width optionsGravatar Sam Atman1-8/+8
This allows a build of DisplayWidth to give characters in those classes a width, for cases where they'll be printed with a substitute in the final display. It also raises the size of possible characters from an i3 to an i4, to accommodate printing C1s as e.g. <80> or \u{80}.
2024-05-19Updated build.zig b.pathGravatar Jose Colon Rodriguez1-3/+0
2024-05-03Removed emoji modifier display width = 0 case.Gravatar Jose Colon Rodriguez1-1/+1
2024-03-31Updated READMEGravatar Jose Colon Rodriguez1-3/+2
2024-02-26Using separate data struct model.Gravatar Jose Colon Rodriguez1-12/+11
2024-02-19Cleaned up directory structureGravatar Jose Colon Rodriguez1-2/+2
2024-02-18Using argsWithAllocator for WindowsGravatar Jose Colon Rodriguez1-1/+2
2024-02-18Added cjk build option to set ambiguous width to 2 at build timeGravatar Jose Colon Rodriguez1-1/+6
2024-02-16display_width with tableGravatar Jose Colon Rodriguez1-0/+243