1. 28 May, 2020 1 commit
  2. 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
  3. 31 Oct, 2018 1 commit
  4. 10 Aug, 2017 1 commit
  5. 08 Aug, 2017 1 commit
  6. 07 Aug, 2017 1 commit
  7. 04 Jun, 2017 1 commit
  8. 08 May, 2017 1 commit
  9. 25 Jan, 2017 1 commit
  10. 03 Jan, 2017 1 commit
  11. 28 Dec, 2016 1 commit
  12. 09 Nov, 2016 1 commit
  13. 08 Nov, 2016 1 commit
  14. 26 Feb, 2016 1 commit
  15. 21 Jan, 2015 1 commit
  16. 03 Jan, 2015 2 commits
  17. 02 Jan, 2015 1 commit
  18. 01 Jan, 2015 1 commit
  19. 24 Feb, 2014 1 commit
  20. 29 Jan, 2014 2 commits
  21. 28 Jan, 2014 3 commits
  22. 23 Jan, 2014 1 commit
  23. 13 Jan, 2014 1 commit
  24. 02 Dec, 2013 1 commit
    • Lukas Stabe's avatar
      output/openal: check __APPLE__ instead of HAVE_OSX · 0ea5f4ac
      Lukas Stabe authored
      On OSX, the configure-flag --enable-osx is used to enable the
      unsupported osx output. It sets the HAVE_OSX preprocessor define.
      
      src/output/OpenALOutputPlugin.cxx uses this define to determine wether
      it is building on OSX, and imports different headers (which have
      nothing to do with the osx output) depending on wether or not it is
      set.
      0ea5f4ac
  25. 02 Oct, 2013 1 commit
  26. 04 Sep, 2013 1 commit
  27. 04 Aug, 2013 2 commits
  28. 03 Aug, 2013 1 commit
  29. 30 Jul, 2013 1 commit
  30. 16 Apr, 2013 1 commit
  31. 13 Dec, 2011 5 commits