1. 15 2月, 2019 2 次提交
  2. 14 2月, 2019 6 次提交
    • B
      [CI] Disable cmake-oracledeveloperstudio bot · 9e7383d1
      Behdad Esfahbod 提交于
      Weird error:
      
      "/root/project/src/hb-iter.hh", line 277: Error: Type name expected instead of "decltype()".
      "/root/project/src/hb-iter.hh", line 278: Error: Invalid type while substituting into Iter::item_t.
      "/root/project/src/hb-iter.hh", line 317: Error: Type name expected instead of "decltype()".
      "/root/project/src/hb-iter.hh", line 318: Error: Invalid type while substituting into Iter::item_t.
      9e7383d1
    • B
      Merge branch 'master' into iter · 41032523
      Behdad Esfahbod 提交于
      41032523
    • B
      [CI] Install wget on clang-O3-O0 bot · d5287e1b
      Behdad Esfahbod 提交于
      d5287e1b
    • B
      [CI] Remove macos-notest-ios bot · f1b89344
      Behdad Esfahbod 提交于
      Not sure what ancient compiler it is (gcc 4.2?), but didn't like hb_zip SFINAE
      apparently:
      
      In file included from /Users/distiller/project/src/hb-aat-layout.cc:28:
      In file included from /Users/distiller/project/src/hb-open-type.hh:32:
      In file included from /Users/distiller/project/src/hb.hh:642:
      /Users/distiller/project/src/hb-iter.hh:364:1: note: candidate template ignored: substitution failure [with A = OT::Coverage, B = OT::OffsetArrayOf<OT::ChainRuleSet>]: non-type template argument does not refer to any declaration
      hb_zip (const A& a, const B &b)
      ^
      In file included from /Users/distiller/project/src/hb-aat-layout.cc:37:
      In file included from /Users/distiller/project/src/hb-aat-layout-kerx-table.hh:31:
      In file included from /Users/distiller/project/src/hb-kern.hh:32:
      /Users/distiller/project/src/hb-ot-layout-gpos-table.hh:725:20: error: no matching function for call to 'hb_zip'
          for (auto it = hb_zip (this+coverage, pairSet)
                         ^~~~~~
      
      Not going to try to appease.
      f1b89344
    • B
      Merge branch 'master' into iter · 7d2376de
      Behdad Esfahbod 提交于
      7d2376de
    • E
      890d0ee7
  3. 13 2月, 2019 1 次提交
  4. 11 2月, 2019 1 次提交
  5. 10 2月, 2019 1 次提交
  6. 09 2月, 2019 2 次提交
  7. 08 2月, 2019 2 次提交
  8. 07 2月, 2019 1 次提交
  9. 06 2月, 2019 1 次提交
    • K
      hb-coretext.cc: clean up macosx test · 7859decd
      Ken Cunningham 提交于
      TARGET_OS_OSX was introduced only in late OS versions
      so always returns as "0" on older systems.
      
      if !TARGET_OS_IPHONE can work, as it returns as !0 on older
      systems where TARGET_OS_IPHONE is not defined, but is not
      specific
      
      if TARGET_OS_MAC && !(defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
      is both specific and accurate on all systems.
      7859decd
  10. 01 2月, 2019 2 次提交
  11. 31 1月, 2019 14 次提交
  12. 30 1月, 2019 7 次提交