1. 29 3月, 2019 7 次提交
  2. 27 3月, 2019 9 次提交
  3. 16 3月, 2019 1 次提交
  4. 15 3月, 2019 2 次提交
  5. 14 3月, 2019 1 次提交
  6. 13 3月, 2019 1 次提交
  7. 12 3月, 2019 6 次提交
  8. 08 3月, 2019 2 次提交
  9. 06 3月, 2019 2 次提交
    • A
    • S
      Fix hb_atomic_* variants based on C++11 atomics · d936ad45
      Stephan Bergmann 提交于
      I stumbled over this when trying to upgrade the version of HarfBuzz used by
      LibreOffice to 3.2.1 (see <https://gerrit.libreoffice.org/plugins/gitiles/core/
      +/b7ddc514bff9bdf682abae537f990aa01dc2c0fb%5E!/> "Upgrade to latest
      HarfBuzz 2.3.1"), where building with MSVC 2017 failed like
      
      > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2440: 'reinterpret_cast': cannot convert from 'const int *' to 'std::atomic<int> *'
      > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): note: Conversion loses qualifiers
      > c:\cygwin\home\tdf\lode\jenkins\workspace\gerrit_windows\workdir\unpackedtarball\harfbuzz\src\hb-atomic.hh(272): error C2227: left of '->load' must point to class/struct/union/generic type
      
      (see <https://ci.libreoffice.org/job/gerrit_windows/29916/>).
      
      I added all the necessary "const" to make building of HarfBuzz 2.3.1 with
      MSVC 2017 succeed for me.  There may be more missing at least conceptually.
      d936ad45
  10. 04 3月, 2019 1 次提交
  11. 02 3月, 2019 2 次提交
  12. 27 2月, 2019 1 次提交
  13. 26 2月, 2019 2 次提交
  14. 21 2月, 2019 2 次提交
  15. 20 2月, 2019 1 次提交