- 12 4月, 2019 2 次提交
-
-
由 Nathan Willis 提交于
-
由 Nathan Willis 提交于
-
- 11 4月, 2019 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
Currently linker cannot GC hb-ot-font completely because we install it on fonts by default. Don't do that if HB_NO_OT_FONT defined. Part of https://github.com/harfbuzz/harfbuzz/issues/1652
-
-
- 09 4月, 2019 1 次提交
-
-
- 06 4月, 2019 2 次提交
-
-
由 Maks Naumov 提交于
-
由 Michiharu Ariza 提交于
-
- 05 4月, 2019 1 次提交
-
-
由 Maks Naumov 提交于
-
- 04 4月, 2019 9 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
As was hit by the fuzzer. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14032
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Don't think we need hb_is_same().
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
MSVC seems to need it.
-
由 Behdad Esfahbod 提交于
From Orvid King: TLDR; MSVC has some issues using sizeof(declval<T>()) for SFINAE of templated types, so I just used SFINAE in a different context where MSVC doesn't have the issue.
-
由 Behdad Esfahbod 提交于
-
- 03 4月, 2019 18 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Tested, but feels fragile :(.
-
由 Behdad Esfahbod 提交于
Assignment is invalid on invalid object.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Ugh. Need to think of something else.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
While doable with hb_deref_pointer() as well, we also would then need to do it in a ton of places. Not worth it / messy.
-
由 Behdad Esfahbod 提交于
Also switch to better mixing.
-
由 Behdad Esfahbod 提交于
No idea how to avoid dupicating code. Was hoping hb_deref_pointer() would do it, but looks like a pointer can't bind to a universal reference T&&. Humm.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Rarely used, but used, in name table or similar constructs.
-
由 Ebrahim Byagowi 提交于
-
- 02 4月, 2019 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-