Alexandre Julliard pushed to branch master at wine / wine
Commits:
52eb5484 by Paul Gofman at 2025-09-19T23:00:31+02:00
iphlpapi: Implement GetBestRoute2().
- - - - -
632d9363 by Paul Gofman at 2025-09-19T23:00:31+02:00
iphlpapi: Reimplement GetBestInterfaceEx() on top of GetBestRoute2().
- - - - -
21ee481e by Paul Gofman at 2025-09-19T23:00:31+02:00
iphlpapi/tests: Add tests for best routes.
- - - - -
ada093a6 by Paul Gofman at 2025-09-19T23:00:31+02:00
iphlpapi: Try to disambiguate addresses in GetBestRoute2() by probing system assigned ones.
- - - - -
4 changed files:
- dlls/iphlpapi/iphlpapi_main.c
- dlls/iphlpapi/tests/iphlpapi.c
- include/iphlpapi.h
- include/netioapi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1146e505f7e6c1a829c6f6fc77223…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1146e505f7e6c1a829c6f6fc77223…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d89bcf68 by Alexandre Julliard at 2025-09-19T17:47:09+02:00
ntdll: Restore the macOS RLIMIT_NOFILE workaround.
Partial revert of 2a5ae469d58b6c680ff8b059e82217db9301c2a8, I
mixed up the supported macOS versions.
- - - - -
ebfc0532 by Alexandre Julliard at 2025-09-19T17:47:13+02:00
ntdll/tests: Always restore the APC dispatcher.
Fixes a regression from 4b565a05d8463c3265857a084cb5cd67f71a6c70.
- - - - -
1146e505 by Alexandre Julliard at 2025-09-19T23:00:30+02:00
ntdll: Clear alignment flag on signal entry also on x86-64.
- - - - -
4 changed files:
- dlls/ntdll/tests/exception.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/signal_x86_64.c
- server/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65870dc80345b410d23a411073493…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65870dc80345b410d23a411073493…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
72071fcf by Henri Verbeet at 2025-09-19T12:46:54+02:00
vkd3d-shader/ir: Avoid memset() in vsir_instruction_init().
Primarily to avoid -Warray-bounds warnings from newer gcc, specifically
for the first vsir_instruction_init() call in vsir_update_dcl_temps().
This seems to be a false positive created by the interaction between
vsir_program_iterator_insert_after() and vsir_program_iterator_next()
error handling; it may be possible to avoid that by rearranging things,
but it doesn't seem worth it.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/72071fcf085b7be42922dd787c974…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/72071fcf085b7be42922dd787c974…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c5bafc44 by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_ftoi().
- - - - -
b228b626 by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_ftou().
- - - - -
e67cd10c by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_dtof().
- - - - -
75a50c40 by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_bitfield_instruction().
- - - - -
26937622 by Henri Verbeet at 2025-09-19T12:45:51+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_f16tof32().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/47f2ec1a08769e2b5dbc677da183…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/47f2ec1a08769e2b5dbc677da183…
You're receiving this email because of your account on gitlab.winehq.org.