1. 09 2月, 2019 1 次提交
  2. 08 2月, 2019 3 次提交
  3. 07 2月, 2019 1 次提交
  4. 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
  5. 05 2月, 2019 1 次提交
  6. 02 2月, 2019 3 次提交
  7. 01 2月, 2019 3 次提交
  8. 31 1月, 2019 6 次提交
  9. 30 1月, 2019 19 次提交
  10. 29 1月, 2019 2 次提交