Commit graph

928 commits

Author SHA1 Message Date
Alexandre Julliard
dd6e73428d fluidsynth: Import upstream release 2.4.0. 2024-11-13 18:48:42 +01:00
Alexandre Julliard
3181ae039e mpg123: Import upstream release 1.32.9. 2024-11-13 15:05:23 +01:00
Rémi Bernon
7abb9c6c7f include: Add some struct timespec definitions. 2024-10-25 21:55:05 +02:00
Alexandre Julliard
89b113601f capstone: Comment out error printfs. 2024-10-22 19:37:17 +02:00
Alexandre Julliard
9f776cbc71 capstone: Allow callers to specify their memory allocators. 2024-10-22 19:36:32 +02:00
Alexandre Julliard
9d34c44d84 xml2: Import upstream release 2.12.8. 2024-10-17 12:03:03 +02:00
Alexandre Julliard
23158f9195 libs: Remove the no longer used Zydis library. 2024-10-15 23:14:39 +02:00
Alexandre Julliard
b6ada2e81e libs: Import the Capstone library version 5.0.3. 2024-10-15 23:14:39 +02:00
Martin Storsjö
3607eae620 musl: Fix limiting the float precision in intermediates.
musl itself expects to be configured to compile with either
-ffloat-store or -fexcess-precision=standard - but when imported
into Wine, those flags aren't used.

This seems to be essential for getting reasonable precision
from some math functions such as exp2() - without the expected
precision truncation, the output value of exp2() can be off by
as much as 0.2% in some cases.

As Wine doesn't build the musl sources with those flags, use
volatile to force storing/reloading floats in order to limit
their intermediate precision, as musl expects.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56372
2024-10-14 20:23:30 +02:00
Alexandre Julliard
785bfba136 xslt: Import upstream release 1.1.42. 2024-10-12 22:21:50 +02:00
Alexandre Julliard
9d9447775c fluidsynth: Import upstream release 2.3.6. 2024-10-12 22:21:50 +02:00
Alexandre Julliard
692b9f4ed4 ldap: Import upstream release 2.5.18. 2024-10-12 19:19:37 +02:00
Alexandre Julliard
6ffad0c8e3 tiff: Import upstream release 4.7.0. 2024-10-12 19:15:37 +02:00
Alexandre Julliard
8f7fd7c739 png: Import upstream release 1.6.44. 2024-10-12 19:15:37 +02:00
Alexandre Julliard
65250397b5 mpg123: Import upstream release 1.32.7. 2024-10-12 19:15:37 +02:00
Alexandre Julliard
5d2b3bb756 faudio: Import upstream release 24.10. 2024-10-12 18:48:36 +02:00
Alexandre Julliard
c83e0af9fd vkd3d: Import upstream release 1.13. 2024-09-02 22:52:55 +02:00
Alexandre Julliard
41c65022c1 faudio: Import upstream release 24.06. 2024-06-02 22:04:47 +02:00
Alexandre Julliard
fecd22d2ae vkd3d: Import upstream release 1.12. 2024-05-30 19:54:06 +02:00
Alexandre Julliard
ff77a49a5e png: Import upstream release 1.6.43. 2024-05-03 21:36:22 +02:00
Alexandre Julliard
80f6d511a1 fluidsynth: Import upstream release 2.3.5. 2024-05-03 21:29:17 +02:00
Alexandre Julliard
3e41854358 faudio: Import upstream release 24.05. 2024-05-03 21:14:17 +02:00
Paul Gofman
86557b9e0b strmbase: Fallback to InitializeCriticalSection() if RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO is unsupported. 2024-03-19 23:02:11 +01:00
Alexandre Julliard
5bb80251b1 vkd3d: Import upstream release 1.11. 2024-03-06 12:45:47 +01:00
Alex Henrie
2e9a57a0b8 include: Add debugstr_time to wine/strmbase.h. 2024-02-22 12:30:47 +01:00
Alexandre Julliard
839fb09bf0 fluidsynth: Import upstream release 2.3.4. 2024-02-17 22:42:20 +01:00
Alexandre Julliard
7914be3ca5 zydis: Import upstream release 4.1.0.
With headers from Zycore version 1.5.0.
2024-02-17 22:18:47 +01:00
Alexandre Julliard
da62790584 xml2: Import upstream release 2.11.7. 2024-02-17 21:04:18 +01:00
Alexandre Julliard
f1454777a8 xslt: Import upstream release 1.1.39. 2024-02-17 20:54:51 +01:00
Alexandre Julliard
72b7866950 ldap: Import upstream release 2.5.17. 2024-02-17 20:54:51 +01:00
Alexandre Julliard
b15d0120cf lcms2: Import upstream release 2.16. 2024-02-17 20:54:51 +01:00
Alexandre Julliard
041167b20a zlib: Import upstream release 1.3.1. 2024-02-17 18:42:30 +01:00
Alexandre Julliard
73a8c06804 jpeg: Import upstream release 9f. 2024-02-17 18:36:56 +01:00
Alexandre Julliard
1e5cc509a7 png: Import upstream release 1.6.42. 2024-02-17 18:36:56 +01:00
Alexandre Julliard
3881edf6f3 mpg123: Import upstream release 1.32.5. 2024-02-17 18:36:56 +01:00
Alexandre Julliard
fa42210c49 faudio: Import upstream release 24.02. 2024-02-17 18:18:03 +01:00
Paul Gofman
fb64ea8675 strmbase: Force debug info in critical sections. 2024-02-15 11:23:57 +01:00
Alexandre Julliard
23111d625b vkd3d: Import upstream release 1.10. 2023-12-06 17:54:53 +01:00
Alexandre Julliard
9aefdbb9d9 faudio: Import upstream release 23.12. 2023-12-04 22:10:20 +01:00
Alexandre Julliard
2863311d7c vkd3d: Disable printf format checks.
clang warns by default, and the existing printf formats assume Unix
type definitions.
2023-11-23 22:51:07 +01:00
Alexandre Julliard
f76c3c6ce8 jxr: Fix some clang compiler warnings. 2023-11-23 22:51:07 +01:00
Alexandre Julliard
13d2bb57fe fluidsynth: Make glib replacement functions inline to avoid unused function warnings. 2023-11-23 22:51:07 +01:00
Alexandre Julliard
30f3a61af2 faudio: Fix a few printf formats. 2023-11-21 11:17:41 +01:00
Alexandre Julliard
54ae26409e fluidsynth: Use a signed atomic type to avoid warnings. 2023-11-21 11:15:40 +01:00
Alexandre Julliard
9011462be8 tiff: Fix size_t type size detection on 64-bit. 2023-11-21 11:15:05 +01:00
Alexandre Julliard
440771ed41 makefiles: Remove support for obsolete source variables. 2023-11-14 13:07:24 +01:00
Alexandre Julliard
acad49573a makefiles: Always use the global SOURCES variable for .c files. 2023-11-01 22:44:03 +01:00
Rémi Bernon
4106217718 dmsynth: Set default modulators according to the DLS2 spec. 2023-10-18 20:46:59 +02:00
Alexandre Julliard
7ff690f4bd zydis: Disable assertions. 2023-10-18 18:35:21 +02:00
Alexandre Julliard
6b4399e369 ws2_32: Make htonl/htons/ntohl/ntohs proper functions. 2023-10-10 11:05:28 +02:00