1. 04 Nov, 2021 2 commits
  2. 31 Oct, 2021 2 commits
  3. 07 Oct, 2021 3 commits
  4. 21 Sep, 2021 5 commits
  5. 20 Sep, 2021 3 commits
  6. 06 Aug, 2021 2 commits
  7. 26 May, 2021 1 commit
  8. 17 May, 2021 3 commits
  9. 11 May, 2021 1 commit
  10. 26 Apr, 2021 1 commit
    • Max Kellermann's avatar
      output/jack: enable on Windows · 0f02bbc2
      Max Kellermann authored
      This enables the JACK output plugin on Windows, but doesn't link
      against libjack64.dll, instead loads the DLL at runtime with
      LoadLibrary().  This kludge avoids the extremely fragile JACK shared
      memory protocol by using the system's libjack64.dll, without requiring
      the same DLL at build time.
      0f02bbc2
  11. 07 Feb, 2021 1 commit
  12. 21 Jan, 2021 1 commit
  13. 19 Jan, 2021 2 commits
  14. 17 Oct, 2020 1 commit
    • Max Kellermann's avatar
      lib/nfs/patches: disable the snprintf->sprintf_s alias · 6a65b4c3
      Max Kellermann authored
      snprintf() is available on mingw, and the libnfs kludge broke the
      build with mingw, because sprintf_s() was now both an inline function
      and a "dllimport" function (because the macro renamed the inline
      function snprintf() to sprintf_s() in mingw's stdio.h).
      6a65b4c3
  15. 16 Oct, 2020 1 commit
  16. 04 Sep, 2020 2 commits
  17. 20 Jul, 2020 4 commits
  18. 10 Jun, 2020 1 commit
  19. 27 May, 2020 1 commit
  20. 26 May, 2020 1 commit
  21. 07 May, 2020 2 commits