Alexandre Julliard pushed to branch master at wine / wine
Commits:
962fd930 by Nikolay Sivov at 2025-04-07T09:49:26+02:00
windowscodecs/tests: Add some tests for initial metadata readers content.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
b2886b15 by Nikolay Sivov at 2025-04-07T09:49:26+02:00
windowscodecs/tests: Add more tests for the item id handling.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ce0860cc by Nikolay Sivov at 2025-04-07T09:49:26+02:00
windowscodecs/tests: Add some tests for bKGD chunk.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
a3b5c71d by Nikolay Sivov at 2025-04-07T09:49:26+02:00
windowscodecs/tests: Add line context to the metadata comparison helper.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
eababb69 by Nikolay Sivov at 2025-04-07T09:49:26+02:00
windowscodecs/tests: Remove redundant string length check for VT_LPSTR metadata value.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
969ba3ec by Nikolay Sivov at 2025-04-07T09:49:26+02:00
windowscodecs/tests: Use wide-char literals in metadata tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/windowscodecs/tests/metadata.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52cb060f41e96dfd2140a32b4ef70…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52cb060f41e96dfd2140a32b4ef70…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
52cb060f by Gerald Pfeifer at 2025-04-07T09:49:16+02:00
ntdll: Fix build on platforms without getauxval.
Commit b1b5105ceb moved the following block
#ifdef AT_HWCAP2
if (getauxval( AT_HWCAP2 ) & 2) syscall_flags |= SYSCALL_HAVE_WRFSGSBASE;
#endif
out of an #ifdef __linux__ block and it now causes failures on FreeBSD
and others which do not have getauxval.
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_x86_64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/52cb060f41e96dfd2140a32b4ef70b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/52cb060f41e96dfd2140a32b4ef70b…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
77a24c72 by Alistair Leslie-Hughes at 2025-04-05T11:52:49+11:00
Updated vkd3d-latest patchset
- - - - -
708eb528 by Alistair Leslie-Hughes at 2025-04-05T11:53:02+11:00
Rebase against f3843ea16b85012d0d0ca0f4f95a4c87c97d03f9.
- - - - -
835c92a2 by Alistair Leslie-Hughes at 2025-04-06T12:29:00+10:00
Release v10.5
- - - - -
8 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-81dc67b1ef411ea3cd7c09e6e935765ac15.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-a4f58be00c58e06b5bd60bec7eb9e37b6f1.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-e418bbcfac74230dfbf0c49b72c4f059cb1.patch
- patches/vkd3d-latest/0004-Updated-vkd3d-to-110edf32d0b2a2f0a49cdd76c977b9eedd0.patch
- + patches/vkd3d-latest/0005-Updated-vkd3d-to-f576ecc9929dd98c900bb8bc0335b91a1a0.patch
- patches/winedevice-Default_Drivers/0001-win32k.sys-Add-stub-driver.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/8924ee42d868d8d2785a8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/8924ee42d868d8d2785a8…
You're receiving this email because of your account on gitlab.winehq.org.