1. 17 12月, 2017 1 次提交
  2. 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
  3. 15 11月, 2017 1 次提交
  4. 15 10月, 2017 1 次提交
  5. 23 1月, 2017 1 次提交
  6. 17 12月, 2016 6 次提交
  7. 22 2月, 2016 1 次提交
  8. 29 9月, 2015 1 次提交
  9. 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
  10. 12 7月, 2014 1 次提交
  11. 28 6月, 2014 1 次提交
  12. 18 10月, 2013 2 次提交
  13. 10 9月, 2013 1 次提交
  14. 25 11月, 2012 1 次提交
  15. 24 11月, 2012 1 次提交
  16. 17 11月, 2012 3 次提交
  17. 29 8月, 2012 1 次提交
  18. 02 8月, 2012 1 次提交
  19. 25 7月, 2012 1 次提交
  20. 11 5月, 2012 1 次提交
  21. 13 4月, 2012 1 次提交
  22. 17 8月, 2011 2 次提交
  23. 05 8月, 2011 1 次提交
  24. 15 6月, 2011 1 次提交
  25. 01 6月, 2011 1 次提交
  26. 20 5月, 2011 1 次提交
  27. 18 5月, 2011 2 次提交
  28. 11 5月, 2011 3 次提交