- 23 7月, 2018 8 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Clang is being really peculiar. Fix with: - inline hb_blob_t *sanitize (hb_blob_t *blob) { return c->sanitize<Type> (blob); } + inline hb_blob_t *sanitize (hb_blob_t *blob) { return c[0].template/*clang idiosyncrasy*/sanitize_blob<Type> (blob); }
-
由 David Corbett 提交于
Fixes #1105.
-
- 22 7月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
This new API returns cvXX and ssXX related NameId, things like featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX and UINameId of ssXX, in a unified way. However HarfBuzz currently doesn't expose an API for retrieving the actual information associated with NameId from the `name` table and that should be done separately.
-
- 18 7月, 2018 6 次提交
-
-
由 Ebrahim Byagowi 提交于
It had interesting stuffs like EXE parsing and big-endian parsers but added in an attempt to find a solution for #681 which later found not related.
-
由 Ebrahim Byagowi 提交于
We are not going to use them, at least in the foreseeable future
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Previously the idea was to cache sanitize results externally (think, in Fontconfig) and avoid resanitizing every time. That's, not a good idea.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Also, uncomment code again, just "if (0)" it out, so it doesn't get stale again.
-
- 17 7月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fixed the crasher in it.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This reverts commit 21fa170f. Is crashing. Oops.
-
- 16 7月, 2018 7 次提交
-
-
由 Behdad Esfahbod 提交于
Hopefully fixes bots.
-
由 Behdad Esfahbod 提交于
-
-
由 Cosimo Lupo 提交于
appveyor.yml: try updating msys2 to fix failing mingw-w64-x86_64 build
-
由 Cosimo Lupo 提交于
maybe it'll get a bit faster
-
由 Cosimo Lupo 提交于
so it won't attempt reinstalling packages which are already installed
-
- 11 7月, 2018 7 次提交
-
-
由 Behdad Esfahbod 提交于
It uses constexpr...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 10 7月, 2018 7 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-