1. 11 6月, 2019 7 次提交
  2. 10 6月, 2019 4 次提交
  3. 09 6月, 2019 5 次提交
  4. 08 6月, 2019 6 次提交
  5. 07 6月, 2019 3 次提交
  6. 06 6月, 2019 3 次提交
    • Q
      [subset] maxp table to use _subset2 · db938479
      Qunxin Liu 提交于
      db938479
    • E
      This makes minor changes to allow building HarfBuzz with · d5e5f378
      Eli Zaretskii 提交于
      mingw.org's MinGW.
      
      src/hb-algs.hh: Don't compile _BitScanForward and _BitScanReverse
      for GCC >= 4.  mingw.org's MinGW doesn't have these functions.
      
      src/hb-atomic.hh: MemoryBarrier does exist in mingw.org's MinGW,
      but it is not a macro, it is an inline function.  __MINGW32_VERSION
      is a macro that exists only in mingw.org's MinGW, so conditioning
      on it should not affect MinGW64, where MemoryBarrier is a macro.
      
      src/hb-uniscribe.cc: Define E_NOT_SUFFICIENT_BUFFER if it is not
      defined (mingw.org's MinGW doesn't).
      
      src/hb.hh: Don't include intrin.h for mingw.org's MinGW, since that
      header is not available; instead, include windows.h.  Conditioned
      on __MINGW32_VERSION to avoid affecting MinGW64.
      d5e5f378
    • B
      Slightly massage buffer-messaging commit · c7439d4e
      Behdad Esfahbod 提交于
      Saves a few bytes.
      c7439d4e
  7. 05 6月, 2019 5 次提交
  8. 04 6月, 2019 4 次提交
  9. 03 6月, 2019 2 次提交
  10. 02 6月, 2019 1 次提交