1. 21 1月, 2019 31 次提交
  2. 24 12月, 2018 2 次提交
  3. 22 12月, 2018 7 次提交
    • B
      [iter] Add hb_sorted_iter_t<> · 954b9854
      Behdad Esfahbod 提交于
      954b9854
    • B
      [iter] Change operator[] operand to be signed · b205105c
      Behdad Esfahbod 提交于
      To fix older compilers again (this was the case in hb_array_t).
      
      hb-ot-layout-common.hh:1353: note: candidate 2: operator[](T*, int) <built-in>
      hb-ot-layout-common.hh:1354: 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-iter.hh:63: note: candidate 1: Item& hb_iter_t<Iter, Item>::operator[](unsigned int) const [with Iter = hb_array_t<const OT::IntType<short unsigned int, 2u> >, Item = const OT::IntType<short unsigned int, 2u>]
      hb-ot-layout-common.hh:1354: note: candidate 2: operator[](T*, int) <built-in>
      hb-ot-layout-common.hh: In member function 'bool OT::ClassDef::serialize(hb_serialize_context_t*, hb_array_t<const OT::IntType<short unsigned int, 2u> >, hb_array_t<const OT::IntType<short unsigned int, 2u> >)':
      hb-ot-layout-common.hh:1490: 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-iter.hh:63: note: candidate 1: Item& hb_iter_t<Iter, Item>::operator[](unsigned int) const [with Iter = hb_array_t<const OT::IntType<short unsigned int, 2u> >, Item = const OT::IntType<short unsigned int, 2u>]
      hb-ot-layout-common.hh:1490: note: candidate 2: operator[](T*, int) <built-in>
      b205105c
    • B
      [array] Port to hb_iter_t<> · 25786f49
      Behdad Esfahbod 提交于
      hb_array_t is its own iterator...
      25786f49
    • B
      [iter] Change __more__ to fallback to __len__ · 2a33ab05
      Behdad Esfahbod 提交于
      2a33ab05
    • B
      2fc1860a
    • B
      Adjust internal header dependencies · 865deeb3
      Behdad Esfahbod 提交于
      865deeb3
    • B
      [iter] Move hb_fill() and hb_copy() to hb-iter.hh · 7557e348
      Behdad Esfahbod 提交于
      7557e348