1. 10 7月, 2018 1 次提交
  2. 12 6月, 2018 1 次提交
  3. 07 6月, 2018 1 次提交
  4. 03 6月, 2018 1 次提交
  5. 02 6月, 2018 3 次提交
  6. 01 6月, 2018 1 次提交
  7. 30 5月, 2018 1 次提交
    • B
      Remove HB_DISALLOW_COPY_AND_ASSIGN · ff92de76
      Behdad Esfahbod 提交于
      llvm-gcc-4.2 bot had this problem:
      hb-private.hh:812: error: initializer specified for non-virtual method 'void hb_vector_t<Type, StaticSize>::operator=(const hb_vector_t<Type, StaticSize>&) [with Type = hb_user_data_array_t::hb_user_data_item_t, unsigned int StaticSize = 1u]'
      
      Removing the delete didn't work with a constructor. So, remove constructor.
      Just disallow assignment.  Still better than nothing.
      ff92de76
  8. 26 5月, 2018 1 次提交
  9. 23 5月, 2018 2 次提交
  10. 09 5月, 2018 1 次提交
  11. 03 5月, 2018 1 次提交
  12. 02 5月, 2018 3 次提交
  13. 07 3月, 2018 2 次提交
  14. 17 2月, 2018 2 次提交
  15. 15 2月, 2018 1 次提交
    • B
      [set] Tune size again · e1f1f965
      Behdad Esfahbod 提交于
      Switch from a 128+64 hierarchy, to 32+32. New page size is 1024.
      This should make set iteration faster, without affecting other op
      performances much.
      e1f1f965
  16. 14 2月, 2018 2 次提交
  17. 08 2月, 2018 2 次提交
  18. 14 1月, 2018 1 次提交
  19. 20 12月, 2017 1 次提交
  20. 17 12月, 2017 3 次提交
  21. 16 12月, 2017 1 次提交
  22. 15 12月, 2017 5 次提交
  23. 03 12月, 2017 2 次提交
  24. 02 12月, 2017 1 次提交