1. 01 Nov, 2022 1 commit
  2. 31 Oct, 2022 1 commit
  3. 14 Oct, 2022 1 commit
  4. 10 Oct, 2022 1 commit
  5. 20 Sep, 2022 3 commits
  6. 19 Sep, 2022 1 commit
  7. 14 Sep, 2022 1 commit
  8. 12 Sep, 2022 1 commit
  9. 17 Aug, 2022 1 commit
  10. 15 Aug, 2022 3 commits
    • Nikolay Sivov's avatar
      mfsrcsnk/wave: Add a sink stub. · ed7762c1
      Nikolay Sivov authored
      Signed-off-by: 's avatarNikolay Sivov <nsivov@codeweavers.com>
      ed7762c1
    • Nikolay Sivov's avatar
      mfsrcsnk: Add a stub dll. · 73d6ca6e
      Nikolay Sivov authored
      Signed-off-by: 's avatarNikolay Sivov <nsivov@codeweavers.com>
      73d6ca6e
    • Martin Storsjö's avatar
      configure: Downgrade -Wincompatible-function-pointer-types to a warning on ARM. · 59b5b79c
      Martin Storsjö authored
      Clang 16 is defaulting -Wincompatible-function-pointer-types to
      an error instead of a warning. This isn't an issue for most of Wine,
      but the error shows up in a lot of cases if doing a non-PE build for
      ARM (32 bit, 64 has no such issues), in particular around the integration
      of libxml2 and faudio.
      
      The root cause of the issue is that some functions are specified with
      e.g. __attribute__((pcs("aapcs-vfp"))) - which is equal to the
      default calling convention when compiling with -mfloat-abi=hard - but
      Clang's warning doesn't treat such function pointers as equal. (This
      could maybe be considered a bug or limitation in Clang though.)
      
      There's also some smaller amount of cases where our attributes
      actually do conflict, where we mix __attribute__((pcs("aapcs"))), i.e.
      arm softfloat calling convention, with the default calling convention
      (which is set to hardfloat), but they drown in the noise from the
      other ones.
      
      Therefore, on arm, try to downgrade this diagnostic back to a warning,
      not an error - while keeping the warnings visible.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      59b5b79c
  11. 22 Jul, 2022 1 commit
  12. 07 Jul, 2022 1 commit
  13. 04 Jul, 2022 1 commit
  14. 15 Jun, 2022 1 commit
  15. 18 May, 2022 1 commit
  16. 13 May, 2022 3 commits
  17. 12 May, 2022 1 commit
  18. 06 May, 2022 1 commit
  19. 03 May, 2022 1 commit
  20. 25 Apr, 2022 1 commit
  21. 22 Apr, 2022 1 commit
  22. 05 Apr, 2022 1 commit
  23. 25 Mar, 2022 1 commit
  24. 08 Mar, 2022 3 commits
  25. 07 Mar, 2022 1 commit
  26. 04 Mar, 2022 1 commit
  27. 03 Mar, 2022 2 commits
  28. 02 Mar, 2022 1 commit
  29. 01 Mar, 2022 1 commit
  30. 23 Feb, 2022 1 commit
  31. 18 Feb, 2022 1 commit