1. 04 Jun, 2020 1 commit
  2. 27 May, 2020 1 commit
  3. 01 Apr, 2020 1 commit
  4. 12 Mar, 2020 1 commit
  5. 07 Mar, 2020 2 commits
  6. 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
  7. 04 Feb, 2020 1 commit
    • Rosen Penev's avatar
      Fix travis · 196d5fde
      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.
      196d5fde
  8. 01 Jan, 2020 1 commit
  9. 24 Dec, 2019 8 commits
  10. 23 Dec, 2019 3 commits
  11. 18 Apr, 2019 1 commit
  12. 16 Apr, 2019 1 commit
  13. 16 Oct, 2018 1 commit
  14. 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
  15. 02 Sep, 2018 1 commit
  16. 06 Jul, 2018 2 commits
  17. 16 Feb, 2018 4 commits
  18. 19 May, 2017 3 commits
  19. 17 May, 2017 5 commits