1. 24 Aug, 2021 2 commits
  2. 23 Aug, 2021 1 commit
  3. 25 May, 2021 2 commits
  4. 17 May, 2021 1 commit
  5. 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
  6. 04 Mar, 2021 6 commits
  7. 19 Jan, 2021 1 commit
  8. 01 Jan, 2021 1 commit
  9. 30 Nov, 2020 1 commit
  10. 16 Nov, 2020 1 commit
  11. 04 Nov, 2020 5 commits
  12. 28 Oct, 2020 2 commits
  13. 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
  14. 15 Oct, 2020 1 commit
  15. 08 Oct, 2020 2 commits
  16. 17 Sep, 2020 1 commit
  17. 07 Sep, 2020 1 commit
  18. 23 Jul, 2020 5 commits
  19. 20 Jul, 2020 5 commits