- 05 6月, 2018 3 次提交
-
-
由 Ebrahim Byagowi 提交于
Simply, it returns the number of faces on a font blob. To be used on hb-sanitizer tool but other clients also can benefit from it.
-
由 Behdad Esfahbod 提交于
Apparently this changed between Win 7 and Win 10. Fixes https://github.com/harfbuzz/harfbuzz/issues/967 To be continued in https://github.com/harfbuzz/harfbuzz/issues/1044
-
由 Behdad Esfahbod 提交于
as those might not match what FontTools think of the glyphs if font does NOT have glyph names.
-
- 03 6月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
Some of the build bots, still fail on this. I suppose mine pass because I enable C++11... Anyway, remove these again.
-
由 Behdad Esfahbod 提交于
Ouch!
-
- 02 6月, 2018 10 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Sigh.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
[subset] Have the subset fuzzer pull the text string to subset to from the end of the fuzzer provided data.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This reverts commit ff92de76. Revert that and remove ASSERT_POD. Let's see which bots are unhappy with this configuration...
-
- 01 6月, 2018 7 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Towards possibly using Null pool for some nil objects.
-
由 Behdad Esfahbod 提交于
Null() and Crap() are only places that there's no space before '('...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Towards using Null object for nil objects.
-
由 Behdad Esfahbod 提交于
Unused, but now that we have CrapPool, implement it.
-
- 31 5月, 2018 5 次提交
-
-
由 Ebrahim Byagowi 提交于
Apparently our gcc-6.4.0 on Alpine Linux distribution doesn't like defining static const inside a method, lets put that on outside the classes.
-
由 Behdad Esfahbod 提交于
Trying to see if it fixes gcc-4.2 bots.
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
-
由 Behdad Esfahbod 提交于
Don't know why I thought I should subtract one there...
-
- 30 5月, 2018 13 次提交
-
-
由 Behdad Esfahbod 提交于
llvm-gcc-4.2 bot had this problem: hb-private.hh:812: error: initializer specified for non-virtual method 'void hb_vector_t<Type, StaticSize>::operator=(const hb_vector_t<Type, StaticSize>&) [with Type = hb_user_data_array_t::hb_user_data_item_t, unsigned int StaticSize = 1u]' Removing the delete didn't work with a constructor. So, remove constructor. Just disallow assignment. Still better than nothing.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Clang build was failing with: /usr/bin/ld: .libs/libharfbuzz_la-hb-blob.o: relocation R_X86_64_PC32 against undefined hidden symbol `_ZTH12_hb_CrapPool' can not be used when making a shared object Instead of fighting it, just disable use of it.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-