summaryrefslogtreecommitdiff
path: root/src/unicode
AgeCommit message (Expand)Author
2025-10-03unicode: fix lookup table generationMitchell Hashimoto
2025-09-30nuke ziglyph from orbitMitchell Hashimoto
2025-09-23move tests over to _uucode.zig files to avoid needing deps for vt testsJacob Sandlund
2025-09-23Fix mergeJacob Sandlund
2025-09-23Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-20unicode: delete props.zig and clean up symbols deps tooMitchell Hashimoto
2025-09-20unicode: isolate properties, tables, and ziglyph into separate filesMitchell Hashimoto
2025-09-19Remove comment above test. it's not too slowJacob Sandlund
2025-09-19pr feedback: `get`, remove todos for case_folding_simpleJacob Sandlund
2025-09-18set max for unicode grapheme executableJacob Sandlund
2025-09-18fix up diff from benchmarks, and add tests against ziglyphJacob Sandlund
2025-09-18update uucode and cleanupsJacob Sandlund
2025-09-11benchmark sourcesJacob Sandlund
2025-09-09changes after benchmarkingJacob Sandlund
2025-09-06fast getX(.is_symbol)Jacob Sandlund
2025-09-06Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-06trying a bunch of things to get performance to matchJacob Sandlund
2025-09-05render: address review feedbackJeffrey C. Ollie
2025-09-05drop the new LUT type as no performance advantage detectedJeffrey C. Ollie
2025-09-05add two LUT-based implementations of isSymbolJeffrey C. Ollie
2025-08-21update for new grapheme_breakJacob Sandlund
2025-08-17removing all ziglyph imports (aside from unicode/grapheme.zig)Jacob Sandlund
2025-08-12update after refactor (string field config, etc)Jacob Sandlund
2025-08-05using just `get`Jacob Sandlund
2025-05-26style: use decl literalsQwerasd
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-01-20unigen: Remove libc dependency, use ArenaAllocatorRyan Liptak
2024-12-12unicode: emoji modifier requires emoji modifier base preceding to not breakMitchell Hashimoto
2024-02-10terminal: only apply VS15/16 to emojiMitchell Hashimoto
2024-02-09unicode: precompute grapheme break dataMitchell Hashimoto
2024-02-09unicode: use packed struct for break stateMitchell Hashimoto
2024-02-09unicode: remove unusedMitchell Hashimoto
2024-02-09unicode: direct port of ziglyph to startMitchell Hashimoto
2024-02-09unicode: get grapheme boundary classMitchell Hashimoto
2024-02-08unicode: generate our own lookup tablesMitchell Hashimoto