Alexandre Julliard pushed to branch master at wine / wine
Commits:
925b30bf by Rémi Bernon at 2025-10-07T21:57:30+02:00
server: Move class info to the shared memory object.
- - - - -
95c1f397 by Rémi Bernon at 2025-10-07T21:57:30+02:00
win32u: Read class info from the shared memory object.
- - - - -
f2050704 by Rémi Bernon at 2025-10-07T21:57:30+02:00
server: Allocate shared memory objects with dynamic size.
- - - - -
c8bc145f by Rémi Bernon at 2025-10-07T21:57:30+02:00
server: Move extra class info to the shared memory object.
- - - - -
ed4e3bb1 by Rémi Bernon at 2025-10-07T21:57:30+02:00
win32u: Read extra class info from the shared memory object.
- - - - -
11 changed files:
- dlls/win32u/class.c
- include/wine/server_protocol.h
- server/class.c
- server/file.h
- server/mapping.c
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
- server/window.c
- server/winstation.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e44c5f115311915e01d7744fb140d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e44c5f115311915e01d7744fb140d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
29c89f68 by Alexandre Julliard at 2025-10-07T21:57:29+02:00
gitlab: Use the release keyword to create a release.
release-cli is deprecated.
- - - - -
62033425 by Alexandre Julliard at 2025-10-07T21:57:29+02:00
winedump: Rename struct array to str_array.
- - - - -
6a58ef2b by Alexandre Julliard at 2025-10-07T21:57:29+02:00
tools: Add a generic array type.
- - - - -
d786b9c8 by Alexandre Julliard at 2025-10-07T21:57:29+02:00
makedep: Use a generic array for dependencies.
- - - - -
c3d1039c by Alexandre Julliard at 2025-10-07T21:57:29+02:00
makedep: Use a generic array for include files.
- - - - -
28fba351 by Alexandre Julliard at 2025-10-07T21:57:30+02:00
makedep: Add an array of install commands instead of abusing strarrays.
- - - - -
fcb44d4a by Alexandre Julliard at 2025-10-07T21:57:30+02:00
makedep: Build the installed file name when registering the install command.
- - - - -
4 changed files:
- tools/gitlab/release.yml
- tools/makedep.c
- tools/tools.h
- tools/winedump/msmangle.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e3a829899470df55365ddbb4df041…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e3a829899470df55365ddbb4df041…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f8582383 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Add SQLDriverConnectA() implementation.
- - - - -
3757e14f by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Handle SQL_C_WCHAR conversion in SQLGetData for ANSI drivers.
- - - - -
82a8e208 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLStatisticsW() for ANSI win32 drivers.
- - - - -
7a857453 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_STRING_FUNCTIONS) for ANSI win32 drivers.
- - - - -
0608f0ac by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_NUMERIC_FUNCTIONS) for ANSI win32 drivers.
- - - - -
6b084950 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_TIMEDATE_FUNCTIONS) for ANSI win32 drivers.
- - - - -
55deb031 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_SYSTEM_FUNCTIONS) for ANSI win32 drivers.
- - - - -
037afe7a by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_CONVERT_*) for ANSI win32 drivers.
- - - - -
dc05248a by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_CONCAT_NULL_BEHAVIOR) for ANSI win32 drivers.
- - - - -
c8a96ad4 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_EXPRESSIONS_IN_ORDERBY) for ANSI win32 drivers.
- - - - -
72eedc0a by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_ORDER_BY_COLUMNS_IN_SELECT) for ANSI win32 drivers.
- - - - -
2 changed files:
- dlls/odbc32/odbc32.spec
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e62997aff603a69e67d270465088…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e62997aff603a69e67d270465088…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c522db8c by Henri Verbeet at 2025-10-07T13:12:36+02:00
tests/shader_runner: Handle the "rgba" probe format as an alias for "f32".
- - - - -
5 changed files:
- tests/hlsl/arithmetic-float-uniform.shader_test
- tests/hlsl/arithmetic-float.shader_test
- tests/hlsl/rcp.shader_test
- tests/hlsl/rt-format-mismatch.shader_test
- tests/shader_runner.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/c522db8ce8a8ea4d37532b0cd0ca9…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/c522db8ce8a8ea4d37532b0cd0ca9…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
81a13b99 by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_emit_store_dst_components().
- - - - -
8f688afc by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_get_image_type_id().
- - - - -
7ffcbaaf by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_ld_raw_structured_srv_uav().
- - - - -
cd5e1b0e by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_store_uav_raw_structured().
- - - - -
6b7e4453 by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_atomic_instruction().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c8b2aca23d5964fbc4223588d14d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c8b2aca23d5964fbc4223588d14d…
You're receiving this email because of your account on gitlab.winehq.org.