Alexandre Julliard pushed to branch master at wine / wine
Commits:
f4408af2 by Aida Jonikienė at 2024-09-06T22:24:17+02:00
msvcrt: Print less FIXMEs for ThreadScheduler_ScheduleTask*().
- - - - -
e357ad1b by Aida Jonikienė at 2024-09-06T22:24:17+02:00
msvcrt: Remove FIXME for _StructuredTaskCollection_dtor().
- - - - -
579952ce by Aida Jonikienė at 2024-09-06T22:24:17+02:00
msvcrt: Only print FIXME once for Context_Yield().
- - - - -
1 changed file:
- dlls/msvcrt/concurrency.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af3f67a5f40759b56f9c3ea90eb4e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af3f67a5f40759b56f9c3ea90eb4e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4a6c1c12 by Brendan McGrath at 2024-09-06T21:02:48+02:00
winegstreamer: Allow application to drain queue.
Pushing all queued input immediately causes gstreamer to process all
frames in advance and queue them in the output_queue of the transform.
This results in a large amount of memory usage that can cause an OOM
issue.
This patch allows the queue to be drained at the rate required by the
application.
- - - - -
1 changed file:
- dlls/winegstreamer/wg_transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4a6c1c124ac30576845cbf6e993669…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4a6c1c124ac30576845cbf6e993669…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2b1762d4 by Hans Leidekker at 2024-09-06T17:55:31+02:00
odbc32: Fix a memory leak.
- - - - -
f3d6962c by Hans Leidekker at 2024-09-06T17:55:31+02:00
odbc32: Fix driver name query.
- - - - -
345cd063 by Hans Leidekker at 2024-09-06T17:56:27+02:00
odbc32: Load libodbc dynamically.
We have support for Windows drivers now so the dll is still useful without Unix driver support.
- - - - -
7 changed files:
- configure
- configure.ac
- dlls/odbc32/Makefile.in
- dlls/odbc32/proxyodbc.c
- dlls/odbc32/unixlib.c
- dlls/odbc32/unixlib.h
- include/config.h.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0aed35ca7207bad518e29951d8bf5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0aed35ca7207bad518e29951d8bf5…
You're receiving this email because of your account on gitlab.winehq.org.