Alexandre Julliard pushed to branch master at wine / wine
Commits:
40617822 by Evan Tang at 2024-12-02T20:01:44+01:00
kernelbase: Properly return 0 from EnumSystemFirmwareTable on error.
- - - - -
a47a7e86 by Evan Tang at 2024-12-02T20:01:44+01:00
kernelbase: Add test for EnumSystemFirmwareTables on missing provider.
- - - - -
3 changed files:
- dlls/kernelbase/memory.c
- dlls/kernelbase/tests/Makefile.in
- + dlls/kernelbase/tests/memory.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f58af1c9ed3a71bb5ead8a3141bbb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f58af1c9ed3a71bb5ead8a3141bbb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ff3d2fcb by Rémi Bernon at 2024-12-02T19:42:30+01:00
winevulkan: Use the result to decide if creation failed.
- - - - -
c7fe9352 by Rémi Bernon at 2024-12-02T19:42:30+01:00
winevulkan: Introduce a new vulkan_object_init helper.
- - - - -
45b4db63 by Rémi Bernon at 2024-12-02T19:42:31+01:00
winevulkan: Fix incorrect client queue pointers.
Fixes: 32f21f7537fbd913f691d2691b9d4f0c84fad5ca
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57477
- - - - -
e1bed68c by Rémi Bernon at 2024-12-02T19:42:34+01:00
winevulkan: Avoid changing client command buffer pointer.
It is used later for cleanup in case of allocation failure.
Fixes: 32f21f7537fbd913f691d2691b9d4f0c84fad5ca
- - - - -
79ba64b2 by Rémi Bernon at 2024-12-02T19:42:35+01:00
winevulkan: Get rid of unnecessary *to_handle helpers.
- - - - -
7ea654a6 by Rémi Bernon at 2024-12-02T19:42:35+01:00
winevulkan: Use the vulkan object as the wrapper tree node.
- - - - -
3e4ffacc by Rémi Bernon at 2024-12-02T19:42:36+01:00
winevulkan: Keep the host function pointers in devices and instances.
And call win32u redirected functions through vk_funcs.
- - - - -
3ba9ba04 by Rémi Bernon at 2024-12-02T20:01:44+01:00
win32u: Move surface and swapchain wrappers from winevulkan.
- - - - -
8 changed files:
- dlls/win32u/vulkan.c
- dlls/winevulkan/loader.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan.c
- dlls/winevulkan/vulkan_private.h
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52fbaae3ccc592c15b478d662f8b9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52fbaae3ccc592c15b478d662f8b9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e178c8fd by Jacek Caban at 2024-12-02T14:51:03+01:00
imagehlp: Cast AddressOfData to size_t in debug traces.
Fixes -Wformat warning on Clang.
- - - - -
9b7a89c6 by Jacek Caban at 2024-12-02T14:51:04+01:00
mmdevapi/tests: Use %u format for unsigned int arguments.
- - - - -
e9463566 by Jacek Caban at 2024-12-02T14:51:04+01:00
include: Enable format attributes for debug traces in Clang MSVC mode.
- - - - -
3 changed files:
- dlls/imagehlp/modify.c
- dlls/mmdevapi/tests/spatialaudio.c
- include/wine/debug.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c4ad4f3aef94c253b0c3a8508bf44…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c4ad4f3aef94c253b0c3a8508bf44…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
86f0b209 by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wmkdir in _mkdir function.
- - - - -
2cf2b65a by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wrmdir in _rmdir function.
- - - - -
3cb11cde by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wchdir in _chdir function.
- - - - -
013b70d4 by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wgetcwd in _getcwd function.
- - - - -
7bc161d0 by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wgetdcwd in _getdcwd function.
- - - - -
30785e64 by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wfullpath in _fullpath function.
- - - - -
3 changed files:
- dlls/msvcrt/dir.c
- dlls/msvcrt/msvcrt.h
- dlls/ucrtbase/tests/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82afdc55269bb59ea18a23fef4cc9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82afdc55269bb59ea18a23fef4cc9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b7b83309 by Piotr Caban at 2024-12-02T14:51:00+01:00
ole32: Fix unsupported vector elements detection in PropertyStorage_ReadProperty.
- - - - -
662c3194 by Piotr Caban at 2024-12-02T14:51:00+01:00
ole32/tests: Add FMTID_UserDefinedProperties property storage tests.
- - - - -
41b4a774 by Piotr Caban at 2024-12-02T14:51:00+01:00
ole32: Read property storage section from correct location.
- - - - -
c4ad4f3a by Piotr Caban at 2024-12-02T14:51:00+01:00
ole32/tests: Add more FMTID_UserDefinedProperties property storage tests.
- - - - -
2 changed files:
- dlls/ole32/stg_prop.c
- dlls/ole32/tests/stg_prop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30785e6495d1d3f82d49611b2d9e0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30785e6495d1d3f82d49611b2d9e0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
69c4cdf0 by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis/tests: Fix potential test failure from memcmp'ing uninitialized bytes.
- - - - -
2a3f2f25 by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis/tests: Add tests for BluetoothFindFirstRadio.
- - - - -
916dc25f by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis/tests: Add tests for BluetoothFindNextRadio.
- - - - -
752a5283 by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis/tests: Add tests for BluetoothFindRadioClose.
- - - - -
82afdc55 by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis: Implement BluetoothFindFirstRadio, BluetoothFindNextRadio, BluetoothFindRadioClose.
- - - - -
5 changed files:
- dlls/bluetoothapis/Makefile.in
- dlls/bluetoothapis/main.c
- dlls/bluetoothapis/tests/Makefile.in
- + dlls/bluetoothapis/tests/radio.c
- dlls/bluetoothapis/tests/sdp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2c5f571351125722206f56a219e3d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2c5f571351125722206f56a219e3d…
You're receiving this email because of your account on gitlab.winehq.org.