1. 07 5月, 2019 1 次提交
  2. 27 4月, 2019 2 次提交
  3. 18 4月, 2019 1 次提交
    • B
      [array] Simplify copy assignment/constructor · 91d958ac
      Behdad Esfahbod 提交于
      To fix bogus MSVC warnings:
      
        c:\projects\harfbuzz\src\hb-array.hh(189): warning C4521: 'hb_array_t<Type>': multiple copy constructors specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
        c:\projects\harfbuzz\src\hb-array.hh(189): warning C4522: 'hb_array_t<Type>': multiple assignment operators specified [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
      91d958ac
  4. 17 4月, 2019 1 次提交
  5. 15 4月, 2019 1 次提交
  6. 13 4月, 2019 2 次提交
    • B
      Hide a few more symbols · caa20e4e
      Behdad Esfahbod 提交于
      Exposed by:
      
      $ make CPPFLAGS=-O0
      caa20e4e
    • B
      Hide a few static methods · 95df00ae
      Behdad Esfahbod 提交于
      Looks like static methods that do not get inlined end up exported.
      We have a lot more.  Need to protect all at some point.  Wish there
      was an easier way, like the visibility flag we pass that automatically
      hides all inline methods.
      
      Was exposed by check-symbols.sh when compiling on OS X 10.14 with:
      
      $ make CPPFLAGS=-Oz CXXFLAGS=-flto=thin LDFLAGS=-lc++
      95df00ae
  7. 04 4月, 2019 2 次提交
  8. 03 4月, 2019 3 次提交
  9. 31 3月, 2019 1 次提交
  10. 30 1月, 2019 3 次提交
  11. 27 1月, 2019 1 次提交
  12. 21 1月, 2019 10 次提交
  13. 30 12月, 2018 1 次提交
  14. 22 12月, 2018 6 次提交
  15. 21 12月, 2018 2 次提交
  16. 19 12月, 2018 2 次提交
  17. 18 12月, 2018 1 次提交