Currently Making static unixlib when runninng `make install`. Disable building static unixlib for host arch can solve the problem.
Auto generate *.lib in .gitignore
Signed-off-by: Fan WenJie <fanwj(a)mail.ustc.edu.cn>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4487
This program is in GUI subsystem, but expects I/O
with Unix console. This is a Wine specific behavior.
So explicitely use unix fd instead of the inherited
standard handles.
Wine-Bugs: https://bugs.winehq.org/show_bug.cgi?id=55723
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
--
v5: regedit: Use message boxes by default for output.
regsvr32: Use message boxes by default for output.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4440
Fixes periodic crashes in PowerPoint 365
--
v6: d2d1: Acquire lock before attempt to draw to device context
d2d1: Add test for singlethreaded draw
d2d1: Add test for multithreaded draw
https://gitlab.winehq.org/wine/wine/-/merge_requests/4452
Conflicts with !450 but can probably go upstream before it since backend changes here are minimal.
--
v3: vkd3d-shader/dxil: Handle the DXIL SWITCH instruction.
vkd3d-shader: Rename shader_instruction_array_add_icb() to shader_instruction_array_add_opaque_param().
vkd3d-shader/dxil: Handle the DXIL PHI instruction.
vkd3d-shader/dxil: Handle the DXIL BR instruction conditional variant.
vkd3d-shader/dxil: Handle the DXIL BR instruction unconditional variant.
vkd3d-shader/dxil: Introduce a code block terminator struct.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/491
-Wformat is enabled by -Wall on GCC, so skipping -W* flags on external libs is enough to disable it.
On Clang it's enabled by default, so we need to disable it explicitly.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4423
Goes atop !471. The last six commits belong to this MR.
--
v5: vkd3d-shader/dxil: Emit constant global arrays as immediate constant buffers.
vkd3d-shader: Add a register index to struct vkd3d_shader_immediate_constant_buffer.
vkd3d-shader/spirv: Support declared component type and count in immediate constant buffers.
vkd3d-shader/spirv: Support constant initialisers in indexable temps.
vkd3d-shader/dxil: Support null constant arrays.
vkd3d-shader/spirv: Support declared component type and count in indexable temps.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/477
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52128
Signed-off-by: Robert Wilhelm <robert.wilhelm(a)gmx.net>
--
v12: scrrun: Return path not found error if no folders were moved in MoveFolder().
scrrun: return path not found error if source ends with path separator in MoveFolder().
scrrun: Move directories only in MoveFolder().
scrrun: Support wildcards in MoveFolder().
scrrun: Move source dir into destination dir if destination ends with separator in MoveFolder().
scrrun: Check that source is directory in MoveFolder().
scrrun: Check for non-existant source in MoveFolder().
scrrun: Test MoveFolder with already existing destination.
scrrun: Check for null and empty arguments in MoveFolder.
scrrun: Implement MoveFolder().
https://gitlab.winehq.org/wine/wine/-/merge_requests/391
On Fri Nov 24 12:39:42 2023 +0000, Huw Davies wrote:
> I'm also getting this warning on macOS:
> ```
> dlls/nsiproxy.sys/ip.c:1497:13: warning: unused function
> 'ipv6_forward_fill_entry' [-Wunused-function]
> static void ipv6_forward_fill_entry( struct ipv6_route_data *entry,
> struct nsi_ipv6_forward_key *key,
> ^
> ```
> It would be good to fix that too.
I'll see to look into that in the next days. Is it okay to keep that separate, though?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4483#note_53656