1. 01 Apr, 2020 1 commit
  2. 07 Mar, 2020 2 commits
  3. 16 Feb, 2020 2 commits
    • Max Kellermann's avatar
      .travis.yml: use GTest 1.8.0 instead of HEAD · 89800324
      Max Kellermann authored
      Fixes strange C++11 compatibility problems during GTest installation:
      
       /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:1: error: unknown type name 'constexpr'
       constexpr bool TypedTestCaseIsDeprecated() { return true; }
      
       /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:11: error: expected unqualified-id
       constexpr bool TypedTestCaseIsDeprecated() { return true; }
      
       /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1254:1: error: unknown type name 'constexpr'
       constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; }
      89800324
    • Rosen Penev's avatar
      Fix travis · 050e3041
      Rosen Penev authored
      pip is bugged on arm64 and s390x. Add --no-cache-dir to fix. For
      consistency, it doesn't hurt to add everywhere.
      050e3041
  4. 01 Jan, 2020 1 commit
  5. 24 Dec, 2019 8 commits
  6. 23 Dec, 2019 3 commits
  7. 18 Apr, 2019 1 commit
  8. 16 Oct, 2018 1 commit
  9. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  10. 02 Sep, 2018 1 commit
  11. 06 Jul, 2018 2 commits
  12. 16 Feb, 2018 4 commits
  13. 19 May, 2017 3 commits
  14. 17 May, 2017 5 commits
  15. 16 May, 2017 1 commit
  16. 27 Apr, 2017 1 commit