- 27 10月, 2018 7 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 26 10月, 2018 26 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
* hb_ot_color_has_svg * hb_ot_color_glyph_svg_create_blob
-
由 Behdad Esfahbod 提交于
Barely made a dent :(.
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
We were returning the accelerator's lookup count. Returns table's. They are the same except for OOM cases. Just shorter code.
-
由 Behdad Esfahbod 提交于
Preparation for fixing https://github.com/harfbuzz/harfbuzz/pull/1317
-
由 Behdad Esfahbod 提交于
Closer to what CoreText does. Fixes https://github.com/harfbuzz/harfbuzz/issues/1302
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
Add pointer cast operator and plus operator.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Follow up on 94e421ab
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
If we have duplicae font files in different directories, that would break the oss-fuzz build currently. So, rename some to avoid name class with text-rendering-test. Would be better to find another solution.
-
由 Behdad Esfahbod 提交于
From bungeman. Fixes https://github.com/harfbuzz/harfbuzz/pull/1314
-
由 Ben Wagner 提交于
When hb_set_t::page_for_insert needs to insert at the end of the page_map it ends up evaluating '&page_map[i + 1]' which has hb_vector return an lvalue of a Crap so that nothing can be moved to its address. This turns into issues with ThreadSanitizer on Crap when two threads modify different hb_set_t instances. This can be avoided by using '&page_map[i] + 1' instead.
-
- 25 10月, 2018 4 次提交
-
-
由 azure-pipelines[bot] 提交于
-
由 Khaled Hosny 提交于
They are so slow and we had only a couple of Cygwin build failure reported in ~5 years.
-
由 Behdad Esfahbod 提交于
One of the was missed before. Not intentional.
-
- 24 10月, 2018 3 次提交
-
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
Looks like AppVeyor has new enough packages for our needs. Cuts CI build time by 5 minutes.
-
由 Khaled Hosny 提交于
-