- 31 7月, 2018 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We only use it before cmpexch, so relaxed is fine and faster for common case.
-
由 Behdad Esfahbod 提交于
Indic shaper uses many stages. Now we are provably not limiting functionality whereas the previous limit of 8 was assuming real-world practices.
-
由 Behdad Esfahbod 提交于
-
- 28 7月, 2018 5 次提交
-
-
由 Garret Rieger 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 prrace 提交于
-
- 26 7月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
Unused so far.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
-
- 25 7月, 2018 1 次提交
-
-
- 24 7月, 2018 7 次提交
-
-
由 Garret Rieger 提交于
Prevents O(n^2) run times.
-
由 Behdad Esfahbod 提交于
Should fix bots again.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Should fix Windows build again.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Move out-of-class definitions of two methods to hb-static so they are accessible in libharfbuzz-subset.
-
- 23 7月, 2018 9 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 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.
-