- 18 12月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 17 12月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 30 11月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 27 11月, 2018 1 次提交
-
-
由 Victor Chang 提交于
Use of the deprecated API USCRIPT_CODE_LIMIT prevents harfbuzz using the ICU4C as a shared library. The API has been replaced by u_getIntPropertyMaxValue(UCHAR_SCRIPT)
-
- 22 11月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
That's better use of that value than requiring extra macro HB_NO_ATEXIT
-
- 27 10月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 10月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 26 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Sorry for the noise, downstream custom builders. Please adjust.
-
- 15 8月, 2018 1 次提交
-
-
由 Emil A Eklund 提交于
Add HB_USE_ATEXIT macros around free_static function definitions to avoid unused function compiler warnings/errors.
-
- 14 8月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Users don't expect a new reference returned from a get() function. Indeed, all users of that API I foud where NOT destroying the reference. Just change the implementations to NOT return a reference. This applies to the following APIs: hb_unicode_funcs_get_default() hb_glib_get_unicode_funcs() hb_icu_get_unicode_funcs() Fixes https://github.com/harfbuzz/harfbuzz/issues/1134
-
- 13 8月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We've had the proper barriers already. No need for more with every access.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Found and fixed a couple bugs. Found a couple multithreading issues. Marked them with "XXX-MT-bug".
-
- 30 3月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 15 11月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
This reverts commit 5daf3bd4. If other atexit callbacks try to destruct the objects we destruct in atexit callbacks, bad things will happen. I'll come up with some other way to catch premature destruction of HB-owned objects. Fixes https://github.com/behdad/harfbuzz/issues/618
-
- 28 10月, 2017 3 次提交
-
-
由 Behdad Esfahbod 提交于
Such that client cannot accidentally destroy them, even though that will be a bug in their code...
-
由 Behdad Esfahbod 提交于
Oops.
-
由 Behdad Esfahbod 提交于
-
- 23 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 18 10月, 2017 1 次提交
-
-
由 Fredrik Roubert 提交于
The new unorm2_normalize has been public API since ICU 4.4, while the old unorm_normalize has been deprecated since ICU 56. Now, beginning with ICU 60, unorm_normalize will also be annotated U_DEPRECATED and trigger the compiler -Wdeprecated-declarations warning.
-
- 15 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 26 2月, 2016 1 次提交
-
-
由 Kal Conley 提交于
Fix compile error in hb-icu.cc when ICU configured with U_NO_DEFAULT_INCLUDE_UTF_HEADERS=1
-
- 04 1月, 2015 1 次提交
-
-
由 Chris Peterson 提交于
-
- 25 3月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 16 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
As reported by Steven Loomis, including uversion.h works everywhere.
-
- 13 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 12 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
It's considerably faster than the fallback implementation we had previously!
-
- 08 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 02 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 01 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Based on patch from Philip Withnall. https://bugs.freedesktop.org/show_bug.cgi?id=41095
-
- 08 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-