Alexandre Julliard pushed to branch master at wine / wine
Commits:
6f3bcd18 by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd/tests: Add some more tests.
Regarding builtin/external invocation and expansion of variables.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
ab14a164 by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Expand command before searching for builtin commands.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a5aa74d9 by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Introduce internal command to change drive.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a330d893 by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Introduce helper to search for external program.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
8d819a80 by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Introduce helper for running a builtin command.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6b091e4c by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Integrate builtin command search in search_program() helper.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0c1468c2 by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Speed-up external command look up.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5f2bc126 by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Get rid of circular ref for internal/external commands.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6 changed files:
- programs/cmd/batch.c
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
- programs/cmd/wcmd.h
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db64fc2fa83efe40f9d22625455db…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db64fc2fa83efe40f9d22625455db…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
490d5f0f by Alistair Leslie-Hughes at 2024-09-11T22:51:46+02:00
dplayx: Merged IDirectPlayLobby/2A in to IDirectPlayLobby3A.
This merges all the ascii version to use the same interface.
- - - - -
4cf68032 by Alistair Leslie-Hughes at 2024-09-11T22:51:46+02:00
dplayx: Use a single reference count for IDirectPlayLobby interfaces.
- - - - -
db64fc2f by Alistair Leslie-Hughes at 2024-09-11T22:51:46+02:00
dplayx: Merged IDirectPlayLobby/2 in to IDirectPlayLobby3.
This merges all the unicode versions to use the same interface.
- - - - -
2 changed files:
- dlls/dplayx/dplobby.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/78bdd23406f79737dd5cf3293ebc5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/78bdd23406f79737dd5cf3293ebc5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bbc4084a by Anton Baskanov at 2024-09-11T22:51:45+02:00
dplayx/tests: Test client-side of EnumSessions() separately.
- - - - -
27b4095a by Anton Baskanov at 2024-09-11T22:51:45+02:00
dplayx: Check dwSize of DPSESSIONDESC2 in EnumSessions().
- - - - -
568462f7 by Anton Baskanov at 2024-09-11T22:51:45+02:00
dpwsockx: Call WSACleanup() in ShutdownEx().
- - - - -
28fdca5e by Anton Baskanov at 2024-09-11T22:51:45+02:00
dpwsockx: Start listening for incoming TCP connections in EnumSessions().
- - - - -
78bdd234 by Anton Baskanov at 2024-09-11T22:51:46+02:00
dpwsockx: Broadcast enumeration request in EnumSessions().
- - - - -
5 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/tests/Makefile.in
- dlls/dplayx/tests/dplayx.c
- dlls/dpwsockx/dpwsockx_dll.h
- dlls/dpwsockx/dpwsockx_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/18c4c059018cdae5730975ef46f3b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/18c4c059018cdae5730975ef46f3b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1b8d2b74 by Elizabeth Figura at 2024-09-11T22:51:45+02:00
wined3d: Add an append_structure() helper for get_physical_device_info().
- - - - -
ac7561ac by Elizabeth Figura at 2024-09-11T22:51:45+02:00
wined3d: Don't use structures from unsupported extensions in get_physical_device_info().
- - - - -
4a7b0378 by Elizabeth Figura at 2024-09-11T22:51:45+02:00
wined3d: Do not require EXT_vertex_attribute_divisor.
We already do not require support for the relevant feature; don't require the extension either.
- - - - -
2 changed files:
- dlls/wined3d/adapter_vk.c
- dlls/wined3d/wined3d_vk.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/98ae8600af62b3ed1c1706c6d14c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/98ae8600af62b3ed1c1706c6d14c6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4f741200 by Alexandre Julliard at 2024-09-11T13:03:12+02:00
configure: Disable misguided autoconf error on wow64 builds without large time_t.
- - - - -
e5ecc636 by Alexandre Julliard at 2024-09-11T13:40:40+02:00
configure: Use the compiler instead of the preprocessor to check CPU defines.
- - - - -
63d2019b by Alexandre Julliard at 2024-09-11T13:40:59+02:00
configure: Remove some no longer used defines.
- - - - -
322b5334 by Alexandre Julliard at 2024-09-11T22:51:45+02:00
server: Add a helper to append data to a buffer.
- - - - -
4be18ce1 by Alexandre Julliard at 2024-09-11T22:51:45+02:00
server: Remove some dead initializations (Clang).
- - - - -
c8e06947 by Alexandre Julliard at 2024-09-11T22:51:45+02:00
server: Avoid a redundant list check (Clang).
- - - - -
5b1b8596 by Alexandre Julliard at 2024-09-11T22:51:45+02:00
server: Avoid memcpy with null pointer (Clang).
- - - - -
98ae8600 by Alexandre Julliard at 2024-09-11T22:51:45+02:00
server: Make masks unsigned (Clang).
- - - - -
19 changed files:
- aclocal.m4
- configure
- configure.ac
- server/change.c
- server/clipboard.c
- server/fd.c
- server/file.c
- server/handle.c
- server/mailslot.c
- server/mapping.c
- server/object.c
- server/object.h
- server/process.c
- server/ptrace.c
- server/queue.c
- server/registry.c
- server/token.c
- server/trace.c
- server/winstation.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ee5bd3bab82903b26e360d077c93a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ee5bd3bab82903b26e360d077c93a…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
d7706d34 by Alistair Leslie-Hughes at 2024-09-11T09:57:51+10:00
Rebase against ee5bd3bab82903b26e360d077c93af4a26158367.
- - - - -
52f5128a by Alistair Leslie-Hughes at 2024-09-11T10:30:18+10:00
Updated vkd3d-latest patchset
- - - - -
8 changed files:
- patches/eventfd_synchronization/0001-configure-Check-for-sys-eventfd.h-ppoll-and-shm_open.patch
- patches/ntdll-ForceBottomUpAlloc/0003-ntdll-Force-virtual-memory-allocation-order.patch
- patches/ntdll-ForceBottomUpAlloc/0004-ntdll-Exclude-natively-mapped-areas-from-free-areas-.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-6d28cc131b0cad61c681aed6b9f6611a12b.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-0a6bcf5da78863cc6402756a429b21b6234.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-bfd1fc9cd6cf9cf4e9c23b4ffad2ba8a328.patch
- + patches/vkd3d-latest/0004-Updated-vkd3d-to-3b4e0ce8e94cd4091b9f2fe80d86588b64c.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/27b121f293bc27220dd0f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/27b121f293bc27220dd0f…
You're receiving this email because of your account on gitlab.winehq.org.