- 27 10月, 2017 4 次提交
-
-
-
由 Jonathan Kew 提交于
-
由 Jonathan Kew 提交于
This adds a couple extra entries to the set used, such that iteration would fail in 1.6.2 due to the bug in hb_set_t::page_t::next().
-
由 Jonathan Kew 提交于
-
- 26 10月, 2017 10 次提交
-
-
由 Behdad Esfahbod 提交于
The get_glyph_from_name() is incorrect; needs fixing.
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
Turns out we already have support for “post” table, it just needed to be activated and put in use.
-
由 Behdad Esfahbod 提交于
-
-
由 David Corbett 提交于
-
由 David Corbett 提交于
-
由 David Corbett 提交于
-
- 24 10月, 2017 7 次提交
-
-
由 Behdad Esfahbod 提交于
Trying to figure out why this is failing on some Debian bots: https://bugs.freedesktop.org/show_bug.cgi?id=103346 Maybe I should check for GNU grep specifically now that I'm using -n as well.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Ouch! That's what happens when one plays with increment/decrement operators! Fixes https://github.com/behdad/harfbuzz/issues/578
-
由 Behdad Esfahbod 提交于
-
-
- 23 10月, 2017 14 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 ebraminio 提交于
Clarify the last step of release
-
由 ebraminio 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 21 10月, 2017 2 次提交
-
-
由 ebraminio 提交于
builds: Support HarfBuzz-GObject and introspection in CMake builds
-
由 Behdad Esfahbod 提交于
hb-ot-shape.cc:287:18: error: comparison of constant 32 with expression of type 'hb_unicode_general_category_t' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
-
- 20 10月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
No flag is safe, over time... See previous commit.
-
由 Behdad Esfahbod 提交于
The commit f559c633 caused "undefined-shift" errors in Myanmar shaper as we changed the numeric value of type D from 19 to 32 there, making the "FLAG_SAFE (info.myanmar_category())" wrong. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3546
-
- 19 10月, 2017 1 次提交
-
-
由 Chun-wei Fan 提交于
This adds support for introspection builds on Windows that is enabled by the HB_HAVE_INTROSPECTION option, which will also enable HB_HAVE_GOBJECT (and so HB_HAVE_GLIB) as they are required for introspection. In order for this to work one must ensure that the Python installation listed in PYTHON_EXECUTABLE is the same Python release series that was used to build _giscanner.pyd (the Python module that is used by g-ir-scanner), with the same architecture. PKG_CONFIG_PATH and PATH must be set correctly if $(PREFIX)\bin and/or $(PREFIX)\lib\pkgconfig are not in the standard PATH and PKG_CONFIG_PATH, which is actually in-line with the *NIX builds.
-