Alexandre Julliard pushed to branch master at wine / wine
Commits:
9fc2b5c4 by Michael Müller at 2024-11-11T20:38:22+01:00
ntdll: Implement HashLinks field in LDR module data.
Changed by Paul Gofman in Wine-Staging patch:
- remove older hash version support and use RtlHashUnicodeString();
- split off the test in a separate patch;
- remove unrelated InInitializationOrderLinks nullification;
- remove a comment.
- - - - -
ebc82f3e by Paul Gofman at 2024-11-11T20:38:22+01:00
kernel32/tests: Factor out is_old_loader_struct().
- - - - -
2454b89c by Paul Gofman at 2024-11-11T20:38:22+01:00
kernel32/tests: Add tests for module hash links.
Based on a patch by Michael Müller <michael(a)fds-team.de>de>.
- - - - -
6303163a by Michael Müller at 2024-11-11T20:38:22+01:00
ntdll: Use HashLinks when searching for a dll using the basename.
- - - - -
2 changed files:
- dlls/kernel32/tests/module.c
- dlls/ntdll/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/95ec815c4a45de1bdfc84ca0a3573…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/95ec815c4a45de1bdfc84ca0a3573…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b0af4509 by Alexandre Julliard at 2024-11-11T11:03:37+01:00
user32: Add an ANSI version of the desktop window proc.
- - - - -
e04bd686 by Alexandre Julliard at 2024-11-11T11:03:37+01:00
user32: Add an ANSI version of the icon title window proc.
- - - - -
62f157d9 by Alexandre Julliard at 2024-11-11T12:16:56+01:00
user32: Add an ANSI version of the menu window proc.
- - - - -
392c276e by Alexandre Julliard at 2024-11-11T12:16:56+01:00
user32: All builtin window procs are now dual A/W.
- - - - -
97d5281f by Alexandre Julliard at 2024-11-11T16:25:42+01:00
ntdll/tests: Use the function pointer for NtWow64QueryInformationProcess64.
- - - - -
95ec815c by Alexandre Julliard at 2024-11-11T16:25:42+01:00
server: Fix a thread reference leak.
- - - - -
13 changed files:
- dlls/ntdll/tests/wow64.c
- dlls/user32/controls.h
- dlls/user32/desktop.c
- dlls/user32/icontitle.c
- dlls/user32/menu.c
- dlls/user32/winproc.c
- dlls/win32u/class.c
- dlls/win32u/defwnd.c
- dlls/win32u/menu.c
- dlls/win32u/message.c
- dlls/win32u/ntuser_private.h
- dlls/win32u/win32u_private.h
- server/queue.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/690edc67316853f6f951fa39a858d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/690edc67316853f6f951fa39a858d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d78cbe84 by Bernhard Übelacker at 2024-11-11T10:56:44+01:00
msvcrt: Do not create a separate heap in newer msvcrt versions.
A llvm-mingw built winver.exe with ASan enabled shows below error
when exiting the application.
This seems to be caused by libc++ using register_onexit_function
before ASan has all function hooks in place, therefore allocates
memory with plain calloc function.
On process exit ASan uses in asan_allocator.cpp/Deallocate the
function HeapValidate, which fails if msvcrt does not use the heap
returned by GetProcessHeap().
- - - - -
6 changed files:
- dlls/msvcr100/tests/msvcr100.c
- dlls/msvcr110/tests/msvcr110.c
- dlls/msvcrt/heap.c
- dlls/msvcrt/tests/heap.c
- dlls/ucrtbase/tests/misc.c
- include/msvcrt/malloc.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d78cbe84e5f0000c6523c4b997de47…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d78cbe84e5f0000c6523c4b997de47…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
94900131 by Giovanni Mascellani at 2024-11-11T15:25:02+01:00
tests: Mark a couple of tests in register-reservations-numeric.shader_test as todo with MSL.
- - - - -
a89ceb65 by Giovanni Mascellani at 2024-11-11T15:54:21+01:00
tests/shader_runner_vulkan: Avoid using ok() for shader compilation failues in create_graphics_pipeline().
Using ok() may result in todo's succeeding when create_shader_stage()
succeeds, but vkCreateGraphicsPipelines() fails. There's not much point
in using ok() here in the first place though, because ultimately the
draw operation is going to fail when shader compilation failed.
- - - - -
c34dc817 by Giovanni Mascellani at 2024-11-11T15:55:11+01:00
tests: Remove some todo markings on MoltenVK in interface-packing.shader_test.
I have to admit I'm not even sure of why most of those got marked
as todo in the first place. Running again now tests on commit
dff7c0e7b8f425887052384038f44cd9378f5c4b doesn't show all those
failures.
- - - - -
3 changed files:
- tests/hlsl/interface-packing.shader_test
- tests/hlsl/register-reservations-numeric.shader_test
- tests/shader_runner_vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/756b98f093ba26e8cd4d4fed1caa…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/756b98f093ba26e8cd4d4fed1caa…
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:
da7652e2 by Alistair Leslie-Hughes at 2024-11-09T07:55:57+11:00
Updated dmime_segment_getaudiopath patchset
Remove testing tracing.
- - - - -
f03d32e3 by Alistair Leslie-Hughes at 2024-11-09T07:59:05+11:00
Release v9.21
- - - - -
3 changed files:
- patches/dmime_segment_getaudiopath/0001-dmime-Semi-implement-IDirectMusicSegment-GetAudioPat.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/1bc2bc040439fd225f8ab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/1bc2bc040439fd225f8ab…
You're receiving this email because of your account on gitlab.winehq.org.