Alexandre Julliard pushed to branch master at wine / wine
Commits:
73dc29c1 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLErrorW() for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cba6f1f6 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Add some fixmes for SQLError() on top of driver's SQLGetDiagRec().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
63a229fb by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLDriverConnectW() for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
36790149 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_ODBC_API_CONFORMANCE) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4b013a2d by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_ACTIVE_STATEMENTS) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
40e021f5 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_ACTIVE_CONNECTIONS) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9cba05ef by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_DRIVER_NAME) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c007c2f7 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_TXN_CAPABLE) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
36d97aeb by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_DBMS_NAME) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d9e80739 by Nikolay Sivov at 2025-10-03T17:58:37+02:00
odbc32: Implement SQLGetInfoW(SQL_DATA_SOURCE_READ_ONLY) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ec31d201 by Nikolay Sivov at 2025-10-03T17:58:37+02:00
odbc32: Implement SQLGetInfoW(SQL_IDENTIFIER_QUOTE_CHAR) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
01af5251 by Nikolay Sivov at 2025-10-03T17:58:37+02:00
odbc32: Implement SQLExecDirectW() for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41aa048af140cdb82a439ff4b79b9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41aa048af140cdb82a439ff4b79b9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
beaa4f3b by Rémi Bernon at 2025-10-03T15:41:11+02:00
server: Use a separate helper to create internal event syncs.
- - - - -
541d29c8 by Rémi Bernon at 2025-10-03T15:41:11+02:00
server: Explicitly create an internal server sync for debug events.
- - - - -
f1c6fb8f by Rémi Bernon at 2025-10-03T15:41:11+02:00
server: Signal event server / inproc syncs using the signal op.
- - - - -
d2305421 by Rémi Bernon at 2025-10-03T15:41:11+02:00
server: Use struct object pointers for object syncs.
- - - - -
19360894 by Elizabeth Figura at 2025-10-03T15:47:08+02:00
ntdll: Validate expected inproc sync type in get_inproc_sync.
- - - - -
5932c556 by Rémi Bernon at 2025-10-03T15:47:08+02:00
ntdll: Receive the user apc inproc sync fd on alertable waits.
- - - - -
7bb835b3 by Elizabeth Figura at 2025-10-03T15:47:08+02:00
ntdll: Use in-process synchronization objects.
- - - - -
41aa048a by Elizabeth Figura at 2025-10-03T15:47:08+02:00
ntdll: Cache in-process synchronization objects.
- - - - -
26 changed files:
- dlls/ntdll/unix/server.c
- dlls/ntdll/unix/sync.c
- dlls/ntdll/unix/thread.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- include/wine/server_protocol.h
- server/completion.c
- server/console.c
- server/debugger.c
- server/device.c
- server/event.c
- server/fd.c
- server/inproc_sync.c
- server/mutex.c
- server/object.c
- server/object.h
- server/process.c
- server/process.h
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
- server/semaphore.c
- server/thread.c
- server/thread.h
- server/timer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/814281b471e4a146f8f85b69630c3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/814281b471e4a146f8f85b69630c3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
27eeec55 by Hans Leidekker at 2025-10-03T15:13:29+02:00
widl: Add metadata support for imported types.
- - - - -
98eb3577 by Hans Leidekker at 2025-10-03T15:13:30+02:00
widl: Store name and namespace string index.
- - - - -
9e37e925 by Hans Leidekker at 2025-10-03T15:13:30+02:00
widl: Fix order of exclusiveto attribute.
- - - - -
2 changed files:
- tools/widl/metadata.c
- tools/widl/widltypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb437d6e9dea2b79a6c77d56b83d8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb437d6e9dea2b79a6c77d56b83d8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
02d0cc83 by Rémi Bernon at 2025-10-03T15:06:04+02:00
win32u/tests: Test creating shared resources with D3D9Ex.
- - - - -
5812696e by Rémi Bernon at 2025-10-03T15:06:05+02:00
win32u/tests: Test importing shared resources into D3D9Ex.
- - - - -
9abfb287 by Rémi Bernon at 2025-10-03T15:06:05+02:00
win32u/tests: Test importing shared resources into OpenGL.
- - - - -
c60a00f8 by Rémi Bernon at 2025-10-03T15:06:05+02:00
win32u/tests: Test creating shared resources with D3D10.
- - - - -
6f805cc5 by Rémi Bernon at 2025-10-03T15:06:05+02:00
win32u/tests: Test creating shared resources with D3D11.
- - - - -
113013f2 by Rémi Bernon at 2025-10-03T15:06:05+02:00
win32u/tests: Test creating shared resources with D3D12.
- - - - -
e742f0e7 by Rémi Bernon at 2025-10-03T15:06:05+02:00
win32u/tests: Test creating shared resources with Vulkan.
- - - - -
fb437d6e by Rémi Bernon at 2025-10-03T15:06:05+02:00
win32u/tests: Test importing shared resources into Vulkan.
- - - - -
2 changed files:
- dlls/win32u/tests/Makefile.in
- dlls/win32u/tests/d3dkmt.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be4ed9d91ea7815a791c2cfbbc230…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be4ed9d91ea7815a791c2cfbbc230…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
85f5ab75 by Yuxuan Shui at 2025-10-03T12:35:29+02:00
mf: Add a SUBMITTED command state to avoid multiple submission of the same op.
If a session is shutdown when its command_state is already COMPLETE,
session_handle_source_shutdown calls session_set_stopped, which calls
session_command_complete which will submit the op at the head of commands again,
despite it having already been submitted.
Given that only the op at the head of commands can be in the submitted state,
tracking it as a command state makes more sense to me. And if the command state
is SUBMITTED we know not to submit the op again.
- - - - -
1 changed file:
- dlls/mf/session.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/85f5ab751a54f5d25abc392d690b79…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/85f5ab751a54f5d25abc392d690b79…
You're receiving this email because of your account on gitlab.winehq.org.