- 13 8月, 2018 12 次提交
-
-
由 Behdad Esfahbod 提交于
We've had the proper barriers already. No need for more with every access.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
- 12 8月, 2018 1 次提交
-
-
由 Martin Hosken 提交于
-
- 09 8月, 2018 14 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This reverts commit 66920a6b. Some of our bots (Oracle Studio and Apple gcc 4.2) do not allow explicit except for constructors. https://github.com/harfbuzz/harfbuzz/issues/1127
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Was creating object even if wasn't there.
-
由 Behdad Esfahbod 提交于
Found and fixed a couple bugs. Found a couple multithreading issues. Marked them with "XXX-MT-bug".
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Removes volatile from fallback implementation. That was handwavy anyway.
-
由 Behdad Esfahbod 提交于
If ever int is not 32bit, we'll fix this...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 08 8月, 2018 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
New API: +hb_font_get_glyph_advances_for_direction
-
由 Behdad Esfahbod 提交于
New API: +hb_font_get_glyph_h_advances +hb_font_get_glyph_v_advances
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 07 8月, 2018 3 次提交
-
-
由 Behdad Esfahbod 提交于
We would need to write: for (Iter<T> it (...); bool (t); t++) instead of: for (Iter<T> it (...); t; t++) But I think it's an improvement in code readability in the long term. Fixes https://github.com/harfbuzz/harfbuzz/issues/1127
-
由 Behdad Esfahbod 提交于
New API: +hb_font_funcs_set_glyph_h_advances_func +hb_font_funcs_set_glyph_v_advances_func +hb_font_get_glyph_h_advances +hb_font_get_glyph_h_advances_func_t +hb_font_get_glyph_v_advances +hb_font_get_glyph_v_advances_func_t
-
由 Koji Ishii 提交于
-
- 06 8月, 2018 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Finally, unified!
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The code was badly broken. In better shape now, but still, needs a full review before ever working.
-
由 Behdad Esfahbod 提交于
-