Alexandre Julliard pushed to branch master at wine / wine
Commits:
a22b3109 by Eric Pouech at 2025-12-02T17:54:00+01:00
dbghelp: Fix skipping of inline call-site information.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
41b1ea60 by Eric Pouech at 2025-12-02T17:54:18+01:00
dbghelp: Properly limit area of CU's symbols.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
b8926949 by Eric Pouech at 2025-12-02T17:54:22+01:00
dbghelp: Properly skip S_FRAMEPROC inside thunk.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c682923d by Eric Pouech at 2025-12-02T17:54:24+01:00
dbghelp: Silence a warning.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3c425c7d by Eric Pouech at 2025-12-02T17:54:27+01:00
dbghelp: Don't use checksum on ELF files.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2548e77af640178339d9cb51fe686…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2548e77af640178339d9cb51fe686…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
11e64725 by Alexandre Julliard at 2025-12-02T17:19:09+01:00
Revert "icuin: Add initial dll."
This reverts commit 164ca4514c034dbfbeec83c5039ba558a36f7b04.
It's only stubs at this point, and it will cause regressions for
11.0. It will be reapplied after the release.
- - - - -
6c206800 by Alexandre Julliard at 2025-12-02T17:19:14+01:00
Revert "icuuc: Add initial dll."
This reverts commit 1209e096626fff862e81b477335e84d565cd263f.
It's only stubs at this point, and it will cause regressions for
11.0. It will be reapplied after the release.
- - - - -
ff0d6440 by Alexandre Julliard at 2025-12-02T17:19:17+01:00
Revert "icu: Add stub dll."
This reverts commit 32706f0347b439415c23a8884a5f08625ddfdc54.
It's only stubs at this point, and it will cause regressions for
11.0. It will be reapplied after the release.
- - - - -
8 changed files:
- configure
- configure.ac
- − dlls/icu/Makefile.in
- − dlls/icu/icu.spec
- − dlls/icuin/Makefile.in
- − dlls/icuin/icuin.spec
- − dlls/icuuc/Makefile.in
- − dlls/icuuc/icuuc.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e9e25a35c9504efa9c330609ec9a0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e9e25a35c9504efa9c330609ec9a0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f32ad311 by Piotr Caban at 2025-12-02T15:42:20+01:00
msado15: Fix leak in recordset_put_CacheSize.
- - - - -
624e0ba8 by Piotr Caban at 2025-12-02T15:42:20+01:00
msado15: Support more properties in rowset_info_GetProperties.
- - - - -
55bd1fd5 by Piotr Caban at 2025-12-02T15:42:20+01:00
msado15: Add _Recordset::LockType implementation.
- - - - -
e9e25a35 by Piotr Caban at 2025-12-02T15:42:20+01:00
msado15: Validate LockType in rsconstruction_put_Rowset.
- - - - -
3 changed files:
- dlls/msado15/recordset.c
- dlls/msado15/rowset.c
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/77922471ed3fd6497e8b8de17d614…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/77922471ed3fd6497e8b8de17d614…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c18070ca by Giovanni Mascellani at 2025-12-02T15:42:15+01:00
winmm/tests: Test a few PCM and float wave formats.
- - - - -
380bfdb5 by Giovanni Mascellani at 2025-12-02T15:42:15+01:00
winmm/tests: Test some more exotic wave formats.
- - - - -
77922471 by Giovanni Mascellani at 2025-12-02T15:42:15+01:00
Revert "winmm: Use AUTOCONVERTPCM when initializing the audio client.".
This reverts commit 21fb3555ed1f26e46d4c82cb2ec8fc29f730a0e9,
which inadvertently removed support for converting audio formats
not directly supported by mmdevapi.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58949
- - - - -
10 changed files:
- dlls/winmm/tests/rsrc.rc
- + dlls/winmm/tests/test_adpcm_ima_wav.wav
- + dlls/winmm/tests/test_adpcm_ms.wav
- + dlls/winmm/tests/test_alaw.wav
- + dlls/winmm/tests/test_gsm_ms.wav
- + dlls/winmm/tests/test_mp2.wav
- + dlls/winmm/tests/test_mp3.wav
- + dlls/winmm/tests/test_mulaw.wav
- dlls/winmm/tests/wave.c
- dlls/winmm/waveform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/14684f926c3945b749730023387bd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/14684f926c3945b749730023387bd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
14684f92 by Georg Lehmann at 2025-12-02T15:42:01+01:00
winevulkan: Update to VK spec version 1.4.335.
We should support VK_EXT_present_timing at some point,
but it's not trivial to handle and I won't have time for it
before the code freeze (nor a linux driver to test).
For now, at least update the spec to ship the
VK_EXT_ray_tracing_invocation_reorder fix.
- - - - -
4 changed files:
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/winevulkan.json
- include/wine/vulkan.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/14684f926c3945b749730023387bd7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/14684f926c3945b749730023387bd7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ce427fdf by Gerald Pfeifer at 2025-12-02T14:09:34+01:00
user32/tests: Avoid compiler warnings in tests.
This avoids two compiler warnings with current versions of GCC 16 (which
look like false positives, alas hard to avoid):
dlls/user32/tests/win.c:13943:45: warning: "width" may be used uninitialized
dlls/user32/tests/win.c:13943:73: warning: "height" may be used uninitialized
- - - - -
1 changed file:
- dlls/user32/tests/win.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ce427fdf68323e479040f8a36ce841…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ce427fdf68323e479040f8a36ce841…
You're receiving this email because of your account on gitlab.winehq.org.