1. 19 6月, 2019 1 次提交
  2. 01 6月, 2019 1 次提交
  3. 25 5月, 2019 1 次提交
  4. 16 5月, 2019 1 次提交
  5. 11 5月, 2019 2 次提交
  6. 10 5月, 2019 2 次提交
  7. 09 5月, 2019 1 次提交
  8. 08 5月, 2019 6 次提交
  9. 04 5月, 2019 1 次提交
  10. 03 5月, 2019 6 次提交
  11. 01 5月, 2019 1 次提交
  12. 27 4月, 2019 6 次提交
  13. 13 4月, 2019 1 次提交
  14. 22 1月, 2019 1 次提交
  15. 18 1月, 2019 1 次提交
  16. 28 12月, 2018 1 次提交
  17. 22 12月, 2018 1 次提交
  18. 18 12月, 2018 1 次提交
  19. 17 12月, 2018 2 次提交
  20. 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
  21. 30 11月, 2018 1 次提交
  22. 12 11月, 2018 1 次提交