1. 18 Oct, 2020 1 commit
  2. 15 Oct, 2020 4 commits
  3. 14 Oct, 2020 6 commits
  4. 13 Oct, 2020 1 commit
  5. 09 Oct, 2020 1 commit
  6. 08 Oct, 2020 1 commit
  7. 23 Apr, 2020 1 commit
  8. 12 Mar, 2020 1 commit
  9. 18 Jan, 2020 1 commit
  10. 18 Dec, 2019 1 commit
  11. 05 Jul, 2019 1 commit
  12. 17 Jun, 2019 1 commit
  13. 04 Apr, 2019 1 commit
  14. 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
  15. 31 Oct, 2018 1 commit
  16. 12 Dec, 2017 1 commit
  17. 10 Nov, 2017 4 commits
  18. 11 Aug, 2017 1 commit
  19. 10 Aug, 2017 1 commit
  20. 03 Jan, 2017 1 commit
  21. 01 Mar, 2016 1 commit
  22. 26 Feb, 2016 1 commit
  23. 01 Jan, 2015 1 commit
  24. 13 Jan, 2014 1 commit
  25. 06 Jan, 2014 1 commit
  26. 04 Jan, 2014 1 commit
  27. 28 Nov, 2013 2 commits
  28. 27 Nov, 2013 1 commit
    • Denis Krjuchkov's avatar
      Add infrastructure for using multiple event loops · 46bab7e4
      Denis Krjuchkov authored
      This change adds two configuration options:
      
        --with-eventloop=[glib|internal|auto]
        --with-pollmethod=[epoll|auto]
      
      First allows switching between GLib event loop and internal one.
      Second chooses backend to use for internal event loop.
      Conditional compilation symbols are changed accordingly.
      Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well.
      46bab7e4