1. 12 Mar, 2019 1 commit
  2. 11 Mar, 2019 5 commits
  3. 07 Mar, 2019 2 commits
  4. 06 Mar, 2019 1 commit
  5. 05 Mar, 2019 1 commit
    • Stephan Bergmann's avatar
      Fix hb_atomic_* variants based on C++11 atomics · d936ad45
      Stephan Bergmann authored
      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
  6. 04 Mar, 2019 1 commit
  7. 01 Mar, 2019 2 commits
  8. 26 Feb, 2019 1 commit
  9. 25 Feb, 2019 2 commits
  10. 20 Feb, 2019 2 commits
  11. 19 Feb, 2019 4 commits
  12. 15 Feb, 2019 5 commits
  13. 14 Feb, 2019 4 commits
  14. 13 Feb, 2019 4 commits
  15. 12 Feb, 2019 3 commits
  16. 11 Feb, 2019 2 commits