1. 15 Feb, 2021 1 commit
  2. 07 May, 2020 1 commit
    • Max Kellermann's avatar
      meson.build: require GCC 8 or clang 5 · a24ef280
      Max Kellermann authored
      Commit 60f957ed broken the GCC 7 build, but instead of working
      around missing C++17 features in old compilers, let's update the
      compiler version requirements.
      
      This commit raises the clang requirement to version 5 because this is
      the first version to support `constexpr` lambdas, to be used to
      `Dsd2Pcm.cxx`.
      a24ef280
  3. 12 Aug, 2019 1 commit
  4. 09 Aug, 2019 1 commit
  5. 03 Aug, 2019 1 commit
  6. 31 May, 2019 2 commits
  7. 10 Apr, 2019 1 commit
  8. 31 Oct, 2018 1 commit
  9. 30 Oct, 2018 1 commit
  10. 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
  11. 21 Jul, 2018 1 commit
  12. 20 Jul, 2018 1 commit
  13. 18 Jul, 2018 2 commits