- 12 4月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 27 3月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 25 3月, 2018 2 次提交
-
-
- 24 3月, 2018 1 次提交
-
-
由 Chun-wei Fan 提交于
For pre-C99 compilers that do not support round(), we need to have a simplistic implementation for it, when it is not detected during build configuration, either via CMake or autotools, by using floor() and ceil(), which are provided in the pre-C99 compilers. Please see discussion at commit 86a0ac28 for more details for re-adding this patch.
-
- 15 3月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
This reverts commit b9dcbb1f. This is gross. Should be only done if a specific macro is defined. Not the other way around. This fails my build as autotools companions where not added anyway.
-
- 13 3月, 2018 1 次提交
-
-
由 Chun-wei Fan 提交于
Add a simplistic round() implementation for our purposes, used when the compiler does not support round() directly.
-
- 19 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Should fix Win64 bot.
-
- 17 2月, 2018 8 次提交
-
-
由 Behdad Esfahbod 提交于
I'm confident that all bugs are hashed out now.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Compile all code-paths possible, to better catch errors. Also enable MSVC ones on mingw which seems to support them.
-
由 Behdad Esfahbod 提交于
Support 128bit type.
-
由 Arkady Shapkin 提交于
Visual C++ compiler doesn't define macros __OPTIMIZE__ when optimizations enabled
-
- 16 2月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Arkady Shapkin 提交于
-
- 12 2月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
If we don't have visibility, make NullPool static.
-
- 11 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 10 2月, 2018 2 次提交
-
-
由 Rod Sheeter 提交于
-
由 Behdad Esfahbod 提交于
Trying to fix: https://circleci.com/gh/harfbuzz/harfbuzz/6635 Also part of: https://github.com/harfbuzz/harfbuzz/issues/630
-
- 09 2月, 2018 1 次提交
-
-
由 Rod Sheeter 提交于
-
- 08 2月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
It's a hb_face_t that has add_table() and in the future knows how to compile itself into a font blob.
-
- 06 2月, 2018 1 次提交
-
-
- 04 2月, 2018 1 次提交
-
-
由 Bruce Mitchener 提交于
The atexit() man page indicates that this is expected to behave in the expected way on unloading of shared libraries.
-
- 11 1月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
This fixes the build on Cygwin.
-
- 10 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Hoping this would fix remaining text-rendering-tests failures, but so far no luck.
-
- 06 12月, 2017 1 次提交
-
-
- 21 11月, 2017 1 次提交
-
-
由 ebraminio 提交于
-
- 04 11月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
Part of fixing https://github.com/behdad/harfbuzz/pull/605
-
由 Behdad Esfahbod 提交于
-
- 01 11月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Might help with https://github.com/behdad/harfbuzz/pull/592 Ie. bringing in qsort_r() prototype always.
-