1. 10 6月, 2018 1 次提交
  2. 07 6月, 2018 3 次提交
  3. 03 6月, 2018 1 次提交
  4. 02 6月, 2018 7 次提交
  5. 01 6月, 2018 2 次提交
  6. 31 5月, 2018 1 次提交
  7. 30 5月, 2018 2 次提交
    • 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
    • B
      Disable use of thread_local · efbab6ba
      Behdad Esfahbod 提交于
      Clang build was failing with:
      
      /usr/bin/ld: .libs/libharfbuzz_la-hb-blob.o: relocation R_X86_64_PC32 against undefined hidden symbol `_ZTH12_hb_CrapPool' can not be used when making a shared object
      
      Instead of fighting it, just disable use of it.
      efbab6ba
  8. 26 5月, 2018 1 次提交
  9. 25 5月, 2018 6 次提交
  10. 23 5月, 2018 3 次提交
  11. 10 5月, 2018 1 次提交
  12. 09 5月, 2018 1 次提交
  13. 08 5月, 2018 3 次提交
  14. 02 5月, 2018 3 次提交
  15. 14 4月, 2018 1 次提交
  16. 12 4月, 2018 2 次提交
  17. 27 3月, 2018 1 次提交
  18. 25 3月, 2018 1 次提交