Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
735225db by Alistair Leslie-Hughes at 2025-02-13T21:20:46+11:00
Rebase against 17915f730267b2b50550636fb6928a6ace247ccd.
- - - - -
3 changed files:
- patches/ntdll-Hide_Wine_Exports/0001-ntdll-Add-support-for-hiding-wine-version-informatio.patch
- patches/server-Realtime_Priority/0001-wineserver-Draft-to-implement-priority-levels-throug.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/735225dbaa71dc0cbff67c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/735225dbaa71dc0cbff67c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c055c838 by Jacek Caban at 2025-02-12T16:02:21+01:00
msvcp: Avoid explicitly aligning structs passed by value.
Based on Piotr's findings.
On MSVC i386 targets, structs requiring alignment greater than 4 are never passed by value.
Clang follows the same behavior in MSVC mode (see [1] for details and [2] for a follow-up
that applies this logic when fields, not necessarily the entire struct, are aligned).
A number of ios functions take fpos_mbstatet as an argument and expect it to be passed by value.
[1] https://reviews.llvm.org/D72114
[2] https://github.com/llvm/llvm-project/issues/63257
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57817
- - - - -
17915f73 by Jacek Caban at 2025-02-12T16:02:21+01:00
msvcp60: Avoid explicitly aligning structs passed by value.
- - - - -
5 changed files:
- dlls/msvcp60/ios.c
- dlls/msvcp60/tests/ios.c
- dlls/msvcp90/ios.c
- dlls/msvcp90/msvcp90.h
- dlls/msvcp90/tests/ios.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4c6fae3d5c3a6ce801cbf20996b62…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4c6fae3d5c3a6ce801cbf20996b62…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
eea75c83 by Nikolay Sivov at 2025-02-12T11:12:27+01:00
windowscodecs/metadata: Recursively create nested writers in CreateMetadataWriterFromReader().
- - - - -
a0ccd5ec by Nikolay Sivov at 2025-02-12T11:12:29+01:00
windowscodecs/tests: Use generic block writer for testing.
- - - - -
2756523b by Nikolay Sivov at 2025-02-12T11:12:29+01:00
windowscodecs/tests: Add some tests for querying nested readers in App1 format.
- - - - -
4353b653 by Nikolay Sivov at 2025-02-12T11:12:29+01:00
windowscodecs/tests: Add some tests for the query writer used on App1 data.
- - - - -
3ee68f1a by Nikolay Sivov at 2025-02-12T11:12:29+01:00
windowscodecs/metadata: Handle nested metadata handlers lookup by CLSID.
- - - - -
5eb55f9c by Nikolay Sivov at 2025-02-12T11:12:30+01:00
windowscodecs/tests: Add a top level block enumerator for the test block writer.
- - - - -
06d315b3 by Nikolay Sivov at 2025-02-12T11:12:30+01:00
windowscodecs/tests: Add some tests for handler objects enumerator.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
36534a23 by Nikolay Sivov at 2025-02-12T11:12:30+01:00
windowscodecs: Add missing traces to the IWICEnumMetadataItem implementation.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/windowscodecs/imgfactory.c
- dlls/windowscodecs/metadatahandler.c
- dlls/windowscodecs/tests/metadata.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f15864dff0d485dea83f70ec48d21…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f15864dff0d485dea83f70ec48d21…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
684b0f6d by Gabriel Ivăncescu at 2025-02-12T11:12:19+01:00
mshtml: Clear the documents list when detaching inner window.
So we don't traverse them again later; they could have been destroyed,
but they don't get removed from the list since script_global is set to NULL
(which could also be destroyed first).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f15864df by Gabriel Ivăncescu at 2025-02-12T11:12:21+01:00
jscript: Use as_jsdisp where object is known to be a jsdisp.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3 changed files:
- dlls/jscript/engine.c
- dlls/jscript/jsutils.c
- dlls/mshtml/htmlwindow.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/902dcd6e47e5bde8d8f3f053bdb70…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/902dcd6e47e5bde8d8f3f053bdb70…
You're receiving this email because of your account on gitlab.winehq.org.