Alexandre Julliard pushed to branch master at wine / wine
Commits:
3060aa5b by Jacek Caban at 2025-10-17T17:48:20+02:00
win32u: Wrap vkGetPhysicalDeviceProperties2[KHR].
- - - - -
853770f3 by Jacek Caban at 2025-10-17T17:48:24+02:00
win32u: Move LUID handling from winevulkan.
- - - - -
e018258c by Jacek Caban at 2025-10-17T17:48:25+02:00
winevulkan: Use generated PE thunks for vkGetPhysicalDeviceProperties2[KHR].
- - - - -
9 changed files:
- dlls/win32u/sysparams.c
- dlls/win32u/vulkan.c
- dlls/win32u/win32u_private.h
- dlls/winevulkan/Makefile.in
- dlls/winevulkan/loader.c
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7ea27c29321c4057171024c7e88af…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7ea27c29321c4057171024c7e88af…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
95722bc4 by Giovanni Mascellani at 2025-10-17T17:47:58+02:00
mmdevapi/tests: Iterate independently on sampling rates, channel counts and sample formats when capturing.
- - - - -
ea31bb09 by Giovanni Mascellani at 2025-10-17T17:47:58+02:00
mmdevapi/tests: Tweak the lists of audio format to test when capturing.
Trying to balance between coverage and running time. Especially on
macOS it takes a lot of time to initialize and deinitialize the
audio system over and over.
- - - - -
4e3d411b by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Simplify checking IsFormatSupported() result when capturing.
- - - - -
12283138 by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Check that Initialize() matches IsFormatSupported() when capturing.
- - - - -
d71b0d4e by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Test flag AUDCLNT_STREAMFLAGS_RATEADJUST when capturing.
- - - - -
df0f5774 by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Test flag AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM when capturing.
- - - - -
7ea27c29 by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Test extensible wave formats when capturing.
Similarly to the rendering test case, I am moving the format test
to the end so they don't interfere with other tests.
- - - - -
1 changed file:
- dlls/mmdevapi/tests/capture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/98720bf97becf01651664a2b3a262…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/98720bf97becf01651664a2b3a262…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d82fe7bd by Nikolay Sivov at 2025-10-17T17:47:51+02:00
oleaut32/tests: Enable more tests for VarMul().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fcefbfba by Nikolay Sivov at 2025-10-17T17:47:51+02:00
oleaut32/tests: Enable more tests for VarEqv().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c44078bc by Nikolay Sivov at 2025-10-17T17:47:51+02:00
oleaut32/tests: Enable more tests for VarXor().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
98720bf9 by Nikolay Sivov at 2025-10-17T17:47:51+02:00
oleaut32/tests: Enable more tests for VarAnd().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/oleaut32/tests/vartest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/33d5904d369f10963f2959f3867eb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/33d5904d369f10963f2959f3867eb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
224a7aef by Alexandre Julliard at 2025-10-17T12:59:38+02:00
configure: Remove a couple of unnecessary checks.
The XKB headers are assumed to be present.
- - - - -
433c2f8c by Alexandre Julliard at 2025-10-17T13:10:17+02:00
makedep: Don't use LDFLAGS for special programs like the preloader.
- - - - -
4 changed files:
- configure
- configure.ac
- include/config.h.in
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d28db44319d3558bcfe13b7da0c62…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d28db44319d3558bcfe13b7da0c62…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
71c0614c by Eric Pouech at 2025-10-17T12:28:10+02:00
cmd: Rewrite binary operations for pipes.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f30e1c06 by Eric Pouech at 2025-10-17T12:28:11+02:00
cmd: Add support for IF commands in rewrite.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
42202e49 by Eric Pouech at 2025-10-17T12:28:12+02:00
cmd: Rewrite FOR commands for pipe.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
b23591b9 by Eric Pouech at 2025-10-17T12:28:14+02:00
cmd: Rewrite explicit blocks for pipe.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
d28db443 by Eric Pouech at 2025-10-17T12:28:18+02:00
cmd: Remove transition helpers for pipe commands.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48027
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.cmd.exp
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6dc3d4ad1d84b0126f7574848bde…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6dc3d4ad1d84b0126f7574848bde…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4f11a530 by Zhiyi Zhang at 2025-10-17T12:27:37+02:00
wintypes: Fix a memory leak.
"4b1e53ce wintypes: Make a copy of the passed string in IPropertyValueStatics::CreateString."
creates a copy. We should release the string in property_value_Release().
- - - - -
2715c6fb by Zhiyi Zhang at 2025-10-17T12:27:38+02:00
wintypes: Restore a pointer check in property_value_statics_CreateString().
Fix a regression from 4b1e53ce.
- - - - -
e9a1434b by Zhiyi Zhang at 2025-10-17T12:27:45+02:00
wintypes: Increase string reference count when property_value_GetString() succeeds.
- - - - -
81916b10 by Zhiyi Zhang at 2025-10-17T12:27:45+02:00
wintypes: Create a copy for string arrays for property_value_statics_CreateStringArray().
Similar to 4b1e53ce to avoid use-after-free.
- - - - -
b6dc3d4a by Zhiyi Zhang at 2025-10-17T12:27:46+02:00
wintypes: Increase string reference count when property_value_GetStringArray() succeeds.
- - - - -
2 changed files:
- dlls/wintypes/main.c
- dlls/wintypes/tests/wintypes.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/754a6c8506090006c412a75f7c144…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/754a6c8506090006c412a75f7c144…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
754a6c85 by Reinhold Gschweicher at 2025-10-17T12:27:13+02:00
msxml3/element: Implement removeAttributeNode function.
Implement the function `IXMLDOMElement_removeAttributeNode`.
Check if the given attribute has the element as parent. If so remove it
just like `domelem_remove_qualified_item` does.
Use the fact, that attribute names are unique in elements.
Add unittest to check if `removeAttributeNode` with output variable set
to `NULL` still removes the attribute from the element.
- - - - -
2 changed files:
- dlls/msxml3/element.c
- dlls/msxml3/tests/domdoc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/754a6c8506090006c412a75f7c1445…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/754a6c8506090006c412a75f7c1445…
You're receiving this email because of your account on gitlab.winehq.org.