1. 27 4月, 2019 2 次提交
  2. 13 4月, 2019 1 次提交
  3. 22 1月, 2019 1 次提交
  4. 18 1月, 2019 1 次提交
  5. 28 12月, 2018 1 次提交
  6. 22 12月, 2018 1 次提交
  7. 18 12月, 2018 1 次提交
  8. 17 12月, 2018 2 次提交
  9. 01 12月, 2018 1 次提交
    • B
      More weird fixes · f998bb20
      Behdad Esfahbod 提交于
      In file included from hb-ot-name.cc:29:
      hb-ot-name-table.hh: In member function 'unsigned int OT::name::get_size() const':
      hb-ot-name-table.hh:157: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
      hb-open-type.hh:354: note: candidate 1: const Type& OT::UnsizedArrayOf<Type>::operator[](unsigned int) const [with Type = OT::NameRecord]
      hb-ot-name-table.hh:157: note: candidate 2: operator[](const T*, int) <built-in>
      hb-ot-name-table.hh: In member function 'void OT::name::accelerator_t::init(hb_face_t*)':
      hb-ot-name-table.hh:196: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
      hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
      hb-ot-name-table.hh:196: note: candidate 2: operator[](T*, int) <built-in>
      hb-ot-name-table.hh:197: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
      hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
      hb-ot-name-table.hh:197: note: candidate 2: operator[](T*, int) <built-in>
      hb-ot-name-table.hh:198: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:
      hb-dsalgs.hh:574: note: candidate 1: Type& hb_array_t<Type>::operator[](unsigned int) const [with Type = const OT::NameRecord]
      hb-ot-name-table.hh:198: note: candidate 2: operator[](T*, int) <built-in>
      make[4]: *** [libharfbuzz_la-hb-ot-name.lo] Error 1
      make[3]: *** [all-recursive] Error 1
      f998bb20
  10. 30 11月, 2018 1 次提交
  11. 12 11月, 2018 1 次提交
  12. 11 11月, 2018 1 次提交
    • B
      Add hb_blob_ptr_t · 5d0078a4
      Behdad Esfahbod 提交于
      Use in a couple of places.  Push to bots to see how many unhappy before
      I convert the rest.
      5d0078a4
  13. 04 11月, 2018 1 次提交
  14. 31 10月, 2018 1 次提交
  15. 28 10月, 2018 1 次提交
  16. 27 10月, 2018 19 次提交
  17. 11 9月, 2018 2 次提交
  18. 26 8月, 2018 1 次提交
  19. 12 4月, 2018 1 次提交