- 13 2月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
We use calloc() to allocate simple structs and set them to zero. For bulk memory, use malloc() that doesn't zero.
-
由 Behdad Esfahbod 提交于
Such that hmtx accelerator can be used from libharfbuzz-subset.
-
由 Behdad Esfahbod 提交于
sanitizer.sanitize never return nullptr.
-
由 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 17 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
Since this is a convenience library, it's not actually linked. Or so I think. Hoping this might fix this Appveyor failure: https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/job/9884jyb5vryja9pw Making all in hb-ucdn make[4]: Entering directory '/c/projects/harfbuzz/src/hb-ucdn' CC libhb_ucdn_la-ucdn.lo GEN libhb-ucdn.la /bin/sh: libhb_ucdn_la-ucdn.lo: command not found make[4]: *** [Makefile:404: libhb-ucdn.la] Error 127 make[4]: Leaving directory '/c/projects/harfbuzz/src/hb-ucdn' make[3]: *** [Makefile:2548: all-recursive] Error 1 make[3]: Leaving directory '/c/projects/harfbuzz/src' make[2]: *** [Makefile:1382: all] Error 2 make[2]: Leaving directory '/c/projects/harfbuzz/src' make[1]: *** [Makefile:486: all-recursive] Error 1 make[1]: Leaving directory '/c/projects/harfbuzz' make: *** [Makefile:418: all] Error 2
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This one might do it...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
I broke this in c31fcf4c
-
由 Behdad Esfahbod 提交于
If we don't have visibility, make NullPool static.
-
由 Behdad Esfahbod 提交于
Better fix for https://github.com/harfbuzz/harfbuzz/pull/775
-
由 Behdad Esfahbod 提交于
-
- 11 2月, 2018 17 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
Hopefully it... fixes https://github.com/harfbuzz/harfbuzz/issues/740
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
test-subset-glyf still failing. No idea why :(
-
由 Behdad Esfahbod 提交于
Hopefully most bots come back with this...
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
auto_array has constructor/destructor. Cannot be used in POD object, as the clang bots all noticed...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-