kc3-lang/harfbuzz/src/hb-subset.hh

Branch :


Log

Author Commit Date CI Message
1535440b 2020-06-19 08:30:59 [dispatch] Fix debug builds
8b5d3ebd 2020-04-17 11:58:31 [subset] GSUB5/GPOS7 Contextual Subst/Pos Subtbale Subsetting support
2dda6dd7 2020-04-20 14:12:45 minor, tweak spacing turn 8 spaces to tab, add space before Null/Crap
e642aab1 2020-02-28 22:24:25 [subset] Add source_blob as a hb_subset_context_t field (#2203) So no more double sanitizing source table.
83e3eabd 2019-05-07 20:58:43 Whitespace
c14efb8e 2019-05-05 09:54:58 Fix previous commit Priority should be given to specific over dispatch. Broke sanitize before. This fixes it, by moving prioritization to the context implementation, since the correct priority cannot be done in the dispatch implementation. Done for subset and sanitize only, which need it.
b10f6593 2019-05-05 09:23:35 [dispatch] Use functionality from previous commit To remove a couple of unwanted wrapper methods
ac350c92 2019-05-05 09:10:46 [dispatch] Try obj.dispatch(c) before trying c->dispatch(obj)
e4120085 2018-12-17 21:31:01 Remove redundant void from C++ sources (#1486)
b2ebaa9a 2018-12-16 22:38:10 Remove redundant 'inline' from methods (#1483)
c78e4784 2018-12-12 09:50:18 [dispatch] Minor
b2e1ec37 2018-10-26 20:45:28 [subset] Fix warning
e58b1902 2018-08-31 16:46:35 [subset] De-templatize hb_subset_context_t We're going to (finally) use virtual methods for hb_serialize_context_t customization, so don't need to carry a Serializer template variable around... Simplifies code.
d1f29908 2018-08-31 16:31:00 [subset] Add hb_subset_context_t<>
aba0a945 2018-08-31 13:25:19 [subset] Add hb-subset-input.hh and make hb-subset.hh toplevel include
93fe0faa 2018-08-29 18:24:03 [subset] Clean up hb_subset_input_t API
66384db9 2018-08-25 22:39:17 Minor
c77ae408 2018-08-25 22:36:36 Rename hb-*private.hh to hb-*.hh Sorry for the noise, downstream custom builders. Please adjust.