1. 31 3月, 2019 2 次提交
  2. 30 3月, 2019 1 次提交
  3. 29 3月, 2019 1 次提交
  4. 15 2月, 2019 1 次提交
  5. 29 1月, 2019 4 次提交
  6. 27 1月, 2019 4 次提交
  7. 21 1月, 2019 17 次提交
  8. 19 1月, 2019 1 次提交
    • B
      Fix warning · ce317d03
      Behdad Esfahbod 提交于
      warning: '_WIN64' is not defined, evaluates to 0 [-Wundef]
      ce317d03
  9. 22 12月, 2018 1 次提交
  10. 20 12月, 2018 2 次提交
    • B
      Minor [skip ci] · c87ee722
      Behdad Esfahbod 提交于
      c87ee722
    • F
      Fix build on older Visual Studio versions (#1499) · 3ee4ea94
      fanc999 提交于
      * src/hb-cff-interp-dict-common.hh: Use ull for unsigned int64_t
      
      The llu suffix does not work for older Visual Studio versions
      (pre-2013), but ull works for all the compilers that we attempt to
      support.
      
      * test/api: Fix build on pre-C99 compilers
      
      Ensure variables are declared at the top of the block.
      
      * src/hb-dsalgs.hh: Add specialization for hb_is_signed<> for __int8
      
      Pre-Visual Studio 2010 does not consider __int8 (which is typedef'ed to
      int8_t) to be equivilant to signed char, so the compiler cannot find the
      corresponding hb_is_signed<> specialization that is needed.
      
      The interesting thing is unsigned __int8 is considered to be equivilant
      to unsigned char, so as the other types (short, int, long) that we look
      for here, so only the specialization for __int8 is added here.
      
      This will fix builds on Visual Studio 2008 at least.
      3ee4ea94
  11. 18 12月, 2018 4 次提交
  12. 17 12月, 2018 2 次提交