1. 26 Mar, 2020 1 commit
  2. 31 Dec, 2019 1 commit
    • Jacob Vosmaer's avatar
      Clang: only use [[fallthrough]] in C++ files · dca05193
      Jacob Vosmaer authored
      It appears that [[fallthrough]] is valid in C++ but not in C. And
      in some Clang versions (e.g. Clang 11 on macOS), Clang is pedantic
      about this and considers it an error to use [[fallthrough]] in a
      .c file such as src/util/format.c.
      
      This changes makes gcc_fallthrough a no-op under Clang in C files.
      dca05193
  3. 24 Dec, 2019 1 commit
  4. 23 Dec, 2019 1 commit
  5. 16 Dec, 2019 2 commits
  6. 04 Dec, 2019 1 commit
  7. 02 Aug, 2019 4 commits
  8. 16 Jun, 2019 1 commit
  9. 19 Feb, 2019 1 commit
  10. 22 Jan, 2019 1 commit
  11. 21 Jan, 2019 4 commits
  12. 28 Dec, 2018 3 commits
  13. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  14. 31 Oct, 2018 1 commit
  15. 29 Oct, 2018 1 commit
  16. 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
  17. 23 Sep, 2018 2 commits
  18. 06 Sep, 2018 6 commits
  19. 21 Aug, 2018 2 commits
  20. 20 Aug, 2018 5 commits