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

Branch :


Log

Author Commit Date CI Message
6d555ce8 2021-11-02 00:18:22 [meta] Use std::forward instead of hb_forward()
bf75a0a0 2021-02-19 18:18:38 m[dispatch] Use inline class member initialization Let's see how bots like this...
1535440b 2020-06-19 08:30:59 [dispatch] Fix debug builds
70d6696c 2020-06-18 17:09:39 [dispatch] Don't require debug_depth for untraced objects
25aec026 2020-06-18 16:58:01 [dispatch] Default return type to hb_empty_t
8d0a90ac 2020-06-18 16:53:54 [dispatch] Default debug level to 0
e47a2ab8 2020-06-18 16:48:07 Remove unused dispatcher names
a0b4ac4d 2019-08-24 17:57:14 Turn 8 spaces to tab across the project According to the current code style of the project
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)
a7c63cd8 2019-03-30 14:59:40 Split sanitize and dispatch into their own files