1. 10 9月, 2018 1 次提交
  2. 04 9月, 2018 4 次提交
  3. 03 9月, 2018 2 次提交
  4. 02 9月, 2018 1 次提交
  5. 26 8月, 2018 5 次提交
  6. 24 8月, 2018 1 次提交
  7. 06 8月, 2018 1 次提交
  8. 04 8月, 2018 1 次提交
  9. 26 7月, 2018 1 次提交
  10. 25 7月, 2018 1 次提交
  11. 10 7月, 2018 1 次提交
  12. 05 7月, 2018 1 次提交
    • B
      Fix warning · 18a06f8a
      Behdad Esfahbod 提交于
      ../../src/hb-ot-layout-gsubgpos-private.hh:391:18: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations]
      18a06f8a
  13. 12 6月, 2018 2 次提交
  14. 07 6月, 2018 1 次提交
  15. 01 6月, 2018 1 次提交
  16. 09 5月, 2018 1 次提交
  17. 08 2月, 2018 1 次提交
  18. 27 1月, 2018 1 次提交
  19. 20 1月, 2018 1 次提交
  20. 16 1月, 2018 2 次提交
  21. 10 1月, 2018 1 次提交
  22. 17 12月, 2017 1 次提交
  23. 15 12月, 2017 1 次提交
    • B
      [set] Add add_sorted_array() · 5d025720
      Behdad Esfahbod 提交于
      Not optimized to use sortedness yet.  Also start putting in place infra
      to faster reject bad data.
      
      A version of Chandas.ttf found on some Chrome bots has 660kb of GPOS,
      mostly junk.  That is causing 48 million of set->add() calls in
      collect_glyphs(), which is insane.
      
      In the upcoming commits, I'll be speeding that up by optimizing
      add_sorted_array(), while also reducing work by rejecting out-of-sort
      arrays quickly and propagate the rejection.
      
      Part of https://bugs.chromium.org/p/chromium/issues/detail?id=794896
      5d025720
  24. 21 11月, 2017 1 次提交
  25. 15 11月, 2017 4 次提交
  26. 04 11月, 2017 2 次提交