- 15 2月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 14 2月, 2018 8 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Makes more sense given what this prints, err, dumps.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
To fix this warning: cc1: warning: command line option ‘-fno-threadsafe-statics’ is valid for C++/ObjC++ but not for C
-
由 Behdad Esfahbod 提交于
Even in libharfbuzz-subset, we still will handle our own threadsafety for statics.
-
- 13 2月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We want to use it instead of reinventing hashmap... Also, don't change linker for ICU since libicu also uses libstdc++.
-
由 Ebrahim Byagowi 提交于
-
由 Khaled Hosny 提交于
Also improve wording a bit and fix make check in --with-libstdc++=yes.
-
- 12 2月, 2018 3 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 11 2月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 09 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 08 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 2月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Rod Sheeter 提交于
-
- 19 1月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 11 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 1月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 04 1月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 15 11月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
This only counts recursions right now. Good start. Hopefully... Fixes https://github.com/behdad/harfbuzz/issues/429
-
由 Behdad Esfahbod 提交于
-
- 12 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes bots. Link libharfbuzz.so with -lm. Surprising that we survived without it so far!
-
- 07 10月, 2017 1 次提交
-
-
- 17 4月, 2017 1 次提交
-
-
- 05 4月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 ebraminio 提交于
-
- 09 2月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Hopefully fixes Travis faliure? https://github.com/behdad/harfbuzz/pull/413#issuecomment-278481882 https://travis-ci.org/khaledhosny/harfbuzz/jobs/199785332#L1065
-
- 21 1月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 26 2月, 2016 1 次提交
-
-
由 Kal Conley 提交于
-
- 25 2月, 2016 2 次提交
-
-
由 Behdad Esfahbod 提交于
API changes: - If NDEBUG is defined, define HB_NDEBUG - Disable costlier sanity checks if HB_NDEBUG is defined. In 1.2.3 introduced some code to disable costly sanity checks if NDEBUG is defined. NDEBUG, however, disables all assert()s as well. With HB_NDEBUG, one can disable costlier checks but keep assert()s. I'll probably add a way to define HB_NDEBUG automatically in release tarballs. But for now, production systems that do NOT define NDEBUG, are encouraged to define HB_NDEBUG for our build.
-
由 Behdad Esfahbod 提交于
Saves some sweet time and binary size!
-
- 03 2月, 2016 2 次提交
-
-
由 Chun-wei Fan 提交于
This adds to the autotools build system so that the (experimental) DirectWrite support for HarfBuzz is built (and dist'ed).
-
由 Chun-wei Fan 提交于
This moves all the source listings in src/Makefile.am, src/hb-ucdn/Makefile.am and util/Makefile.am into separate Makefile snippets, so that they may be shared between different Makefile-based build systems, such as NMake for Visual Studio.
-
- 07 12月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Currently fails. Part of https://bugs.freedesktop.org/show_bug.cgi?id=93275
-