Alexandre Julliard pushed to branch master at wine / wine
Commits:
b8de2fa5 by Jacek Caban at 2025-02-03T18:13:36+01:00
wdscore: Don't export C++ symbols.
Modern Windows versions do not export these symbols.
The symbol ??0?$CDynamicArray@GPAG@QAE@I@Z uses an unusual mangling scheme that no existing tool understands.
This causes issues on ARM64EC, which requires demangling when generating an import library.
- - - - -
1 changed file:
- dlls/wdscore/wdscore.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b8de2fa524dd7a790e20cc110939f8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b8de2fa524dd7a790e20cc110939f8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f2a9a032 by Dmitry Timoshkov at 2025-02-03T18:13:36+01:00
wldap32: Use correct host when connecting to Kerberos DC.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
6e265207 by Dmitry Timoshkov at 2025-02-03T18:13:36+01:00
wldap32: ldap_init() should resolve NULL hostname to default Kerberos DC.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
4a63a3bd by Dmitry Timoshkov at 2025-02-03T18:13:36+01:00
wldap32/tests: Add some tests for LDAP authentication to a Kerberos DC.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
6 changed files:
- dlls/wldap32/Makefile.in
- dlls/wldap32/bind.c
- dlls/wldap32/init.c
- dlls/wldap32/tests/Makefile.in
- dlls/wldap32/tests/parse.c
- dlls/wldap32/winldap_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/10a36f7d26c320d58567a40145218…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/10a36f7d26c320d58567a40145218…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e641555b by Georg Lehmann at 2025-02-03T18:13:35+01:00
winevulkan: Update to VK spec version 1.4.307.
- - - - -
9 changed files:
- dlls/vulkan-1/vulkan-1.spec
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/loader_thunks.h
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- dlls/winevulkan/winevulkan.json
- dlls/winevulkan/winevulkan.spec
- include/wine/vulkan.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e641555bcb12b8b36647bed48b0af0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e641555bcb12b8b36647bed48b0af0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
91bd63c9 by Esme Povirk at 2025-02-03T18:13:35+01:00
user32/tests: Move a todo into the message sequence.
This message sequence succeeds somewhat frequently, but not
always. Putting the todo into the sequence makes it possible to
account for that.
- - - - -
cf5b708d by Esme Povirk at 2025-02-03T18:13:35+01:00
user32/tests: Account for Wine sometimes duplicating WM_PAINT.
- - - - -
1 changed file:
- dlls/user32/tests/msg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c503599d98ca4ce6f5a07d6b7a125…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c503599d98ca4ce6f5a07d6b7a125…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bc86b790 by Nikolay Sivov at 2025-02-03T11:51:08+01:00
windowscodecs/metadatahandler: Implement GetPersistOptions().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
922d94a5 by Nikolay Sivov at 2025-02-03T11:51:10+01:00
windowscodecs/metadatahandler: Implement GetStream().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3671d8fe by Nikolay Sivov at 2025-02-03T11:51:11+01:00
windowscodecs/metadata: Add registration information for the Gps reader.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d3969a10 by Nikolay Sivov at 2025-02-03T11:51:12+01:00
windowscodecs/metadata: Add registration information for the Exif reader.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c503599d by Nikolay Sivov at 2025-02-03T18:13:35+01:00
windowscodecs/metadata: Add initial implementation of the App1 reader.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8 changed files:
- dlls/windowscodecs/clsfactory.c
- dlls/windowscodecs/gifformat.c
- dlls/windowscodecs/imgfactory.c
- dlls/windowscodecs/metadatahandler.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/wincodecs_private.h
- dlls/windowscodecs/windowscodecs_wincodec.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/05595ddbb991d61dc4330ec898b94…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/05595ddbb991d61dc4330ec898b94…
You're receiving this email because of your account on gitlab.winehq.org.