kc3-lang/harfbuzz/src/graph/markbasepos-graph.hh

Branch :


Log

Author Commit Date CI Message
a1f034ea 2023-08-28 21:10:16 [repacker] fix fuzzer failure. Fixes: https://oss-fuzz.com/testcase-detail/6490945267564544
b3fed4fa 2023-04-27 22:13:30 [repacker] fix fuzzer found memory leak. Fixes https://oss-fuzz.com/testcase-detail/5196242811748352
2cdaedaf 2022-12-03 10:16:35 Use hb_enumerate in more places
915c1a00 2022-11-26 14:48:57 [vector] Add remove_unordered Saves 5% in NotoNastaliq/1000 subset benchmark.
02b76393 2022-10-29 11:15:03 [config] Re-enable BORING_EXPANSION Only the non-experimental parts (currently avar2) are enabled by default.
99f4668e 2022-09-29 19:39:59 [repacker] use mutable copies of Coverage/ClassDef in MarkBasePos shrink operation. Also make mutable copies (when needed) of the top level subtables during a split operation.
a91bfeed 2022-08-18 22:01:48 [repacker] comment cleanup.
bf28b84a 2022-08-18 01:51:37 [repacker] cleanup unused base_array_id.
31976bfb 2022-08-18 01:50:35 [repacker] cleanup unused base_array_links.
6f5c52b6 2022-08-18 01:48:10 [repacker] optimize AnchorMatrix::clone. Previous runtime is O(n^2) reduced to O(n).
52303638 2022-08-18 01:10:42 [repacker] correct size calculation for MarkBasePosFormat1.
ac1a853a 2022-08-18 00:55:47 [repacker] implement sanitize methods for MarkBasePos.
a3ed9f90 2022-08-17 23:39:11 [repacker] fix graph comparison, and mark base pos generation for the tests.
b46ced95 2022-08-17 17:51:02 [repacker] correct MarkArray size calculation.
36c76c27 2022-08-17 17:30:21 [repacker] when clearing links in MarkArray, also clear parents of the children.
8c3db8bd 2022-08-17 00:36:23 [repacker] more progress on MarkBasePos tests.
c414ef29 2022-08-15 22:10:37 [repacker] Implement MarkArray::shrink.
f8b55205 2022-08-11 23:09:36 [repacker] Add AnchorMatrix::shrink.
bbe14417 2022-08-11 22:53:30 [repacker] Begin implementing MarkBasePosFormat1::shrink.
c9ddf081 2022-08-11 22:34:59 [repacker] Implement AnchorMatrix::clone.
5ea3c0be 2022-08-11 22:21:28 [repacker] Implement MarkArray::clone.
0083fd10 2022-08-11 22:09:46 [repacker] add as_table() helper to graph.
b00eb776 2022-08-11 20:33:21 [repack] Add add_link helper to graph.
1acd2a8b 2022-08-11 20:22:31 [repacker] implement MarkBasePosFormat1::clone_range.
cf817f3d 2022-08-11 19:26:59 [repacker] Hook up MarkBasePos splitting.
4418beac 2022-08-11 19:08:04 [repacker] start implmenting MarkBasePos splitting.