1. 04 9月, 2018 3 次提交
  2. 03 9月, 2018 2 次提交
  3. 02 9月, 2018 1 次提交
  4. 26 8月, 2018 5 次提交
  5. 24 8月, 2018 1 次提交
  6. 06 8月, 2018 1 次提交
  7. 04 8月, 2018 1 次提交
  8. 26 7月, 2018 1 次提交
  9. 25 7月, 2018 1 次提交
  10. 10 7月, 2018 1 次提交
  11. 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
  12. 12 6月, 2018 2 次提交
  13. 07 6月, 2018 1 次提交
  14. 01 6月, 2018 1 次提交
  15. 09 5月, 2018 1 次提交
  16. 08 2月, 2018 1 次提交
  17. 27 1月, 2018 1 次提交
  18. 20 1月, 2018 1 次提交
  19. 16 1月, 2018 2 次提交
  20. 10 1月, 2018 1 次提交
  21. 17 12月, 2017 1 次提交
  22. 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
  23. 21 11月, 2017 1 次提交
  24. 15 11月, 2017 4 次提交
  25. 04 11月, 2017 2 次提交
  26. 23 10月, 2017 1 次提交
  27. 15 10月, 2017 1 次提交