1. 23 10月, 2017 5 次提交
  2. 21 10月, 2017 1 次提交
    • B
      Another try at fixing build bots · d8adaa97
      Behdad Esfahbod 提交于
      hb-ot-shape.cc:287:18: error: comparison of constant 32 with expression of type 'hb_unicode_general_category_t' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
      d8adaa97
  3. 20 10月, 2017 2 次提交
  4. 18 10月, 2017 5 次提交
    • C
      CMake builds: Fix builds · 162575f2
      Chun-wei Fan 提交于
      Include the fallback sources in the build, and update
      src/Makefile.sources so that it can be read by the CMake build files.
      
      Fix a typo in the DirectWrite configure option so that we can properly
      enable DirectWrite builds.
      
      Also, when building the utility program, install them as well.
      162575f2
    • B
      [bsearch] Micro-optimization · d6f612fa
      Behdad Esfahbod 提交于
      d6f612fa
    • F
      Switch from ICU deprecated unorm_normalize to unorm2_normalize. (#569) · 41b1984b
      Fredrik Roubert 提交于
      The new unorm2_normalize has been public API since ICU 4.4, while
      the old unorm_normalize has been deprecated since ICU 56.
      
      Now, beginning with ICU 60, unorm_normalize will also be annotated
      U_DEPRECATED and trigger the compiler -Wdeprecated-declarations warning.
      41b1984b
    • B
      Try fixing build on VC · ba8b5696
      Behdad Esfahbod 提交于
      c:\projects\harfbuzz\src\hb-set-private.hh(151): error C2327: 'hb_set_t::page_t::v': is not a type name, static, or enumerator [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
      ba8b5696
    • B
      [coretext] Fix build · 80cc0a7e
      Behdad Esfahbod 提交于
      error: static_assert expression is not an integral constant expression
      80cc0a7e
  5. 16 10月, 2017 13 次提交
  6. 15 10月, 2017 11 次提交
  7. 13 10月, 2017 3 次提交