Alexandre Julliard pushed to branch master at wine / wine
Commits:
c33ee79f by Yuxuan Shui at 2025-07-01T21:47:38+02:00
msvcp90: Fix vector_base_v4 allocation sizes.
Before this commit, this->allocator appears to be given number of bytes as
allocation size in msvcp90/details.c. But in msvcp120/tests/msvcp120.c, the
provided allocator concurrent_vector_int_alloc, this size is multiplied by
sizeof(int) again.
A small change to log the size from concurrent_vector_int_alloc shows our size
is exactly 4x native. I think that's enough evidence that the size here is meant
to be No. elements.
- - - - -
16720b23 by Yuxuan Shui at 2025-07-01T21:47:38+02:00
msvcp90: Fix calculation of segment addresses in vector.
Casting this->segment[seg] to BYTE** cause the offset to be multiplied by the
size of the pointer, which would be much larger than what's allocated.
- - - - -
1 changed file:
- dlls/msvcp90/details.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a4e9d1496313bfec8cd9128d4d904…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a4e9d1496313bfec8cd9128d4d904…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a8cb44d4 by Hans Leidekker at 2025-07-01T21:47:38+02:00
widl: Add rows for the static attribute.
- - - - -
f6f64fed by Hans Leidekker at 2025-07-01T21:47:38+02:00
widl: Add TYPE_ATTR_ABSTRACT flag if a runtime class has no member interfaces.
- - - - -
1acb39fc by Hans Leidekker at 2025-07-01T21:47:38+02:00
widl: Add rows for the default attribute.
- - - - -
ac0ce791 by Hans Leidekker at 2025-07-01T21:47:38+02:00
widl: Add rows for the activatable attribute.
- - - - -
7c4a5731 by Hans Leidekker at 2025-07-01T21:47:38+02:00
widl: Add rows for the threading attribute.
- - - - -
09589bb7 by Hans Leidekker at 2025-07-01T21:47:38+02:00
widl: Add rows for the marshalingbehavior attribute.
- - - - -
2 changed files:
- tools/widl/metadata.c
- tools/widl/widltypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/348291cb4e58e40ea3d67eac0f498…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/348291cb4e58e40ea3d67eac0f498…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
93e945e3 by Alexandre Julliard at 2025-07-01T21:38:31+02:00
ntdll: Remove duplicate backslashes in get_unix_full_path().
- - - - -
7a0ba5ae by Alexandre Julliard at 2025-07-01T21:38:31+02:00
winevulkan: Skip a couple of unneeded conversion functions.
To avoid unused function warnings.
- - - - -
d391114f by Alexandre Julliard at 2025-07-01T21:38:31+02:00
gitlab: Add an ARM64 build.
Replacing the clang build since ARM64 is using clang already.
- - - - -
348291cb by Alexandre Julliard at 2025-07-01T21:47:38+02:00
faudio: Import upstream release 25.07.
- - - - -
8 changed files:
- dlls/ntdll/path.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- libs/faudio/include/FAudio.h
- libs/faudio/src/FAudio.c
- libs/faudio/src/FAudio_platform_win32.c
- tools/gitlab/build-clang → tools/gitlab/build-linux-arm64
- tools/gitlab/build.yml
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/077392077af9a9a8f585387e497fe…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/077392077af9a9a8f585387e497fe…
You're receiving this email because of your account on gitlab.winehq.org.