1. 04 11月, 2018 1 次提交
  2. 19 10月, 2018 1 次提交
  3. 17 9月, 2018 2 次提交
  4. 02 9月, 2018 1 次提交
  5. 27 8月, 2018 2 次提交
  6. 26 8月, 2018 2 次提交
  7. 06 8月, 2018 1 次提交
  8. 12 4月, 2018 1 次提交
  9. 26 2月, 2018 1 次提交
  10. 10 1月, 2018 1 次提交
  11. 17 12月, 2017 1 次提交
  12. 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
  13. 15 11月, 2017 1 次提交
  14. 15 10月, 2017 1 次提交
  15. 23 1月, 2017 1 次提交
  16. 17 12月, 2016 6 次提交
  17. 22 2月, 2016 1 次提交
  18. 29 9月, 2015 1 次提交
  19. 26 2月, 2015 1 次提交
    • B
      Make sanitize() a const method · de2118ed
      Behdad Esfahbod 提交于
      This makes a lot of code safer.  We only try modifying the object in one
      place, after making sure it's safe to do so.  So, do a const_cast<> in
      that one place...
      de2118ed
  20. 12 7月, 2014 1 次提交
  21. 28 6月, 2014 1 次提交
  22. 18 10月, 2013 2 次提交
  23. 10 9月, 2013 1 次提交
  24. 25 11月, 2012 1 次提交
  25. 24 11月, 2012 1 次提交
  26. 17 11月, 2012 3 次提交
  27. 29 8月, 2012 1 次提交
  28. 02 8月, 2012 1 次提交
  29. 25 7月, 2012 1 次提交