Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
edbcee8c by Alistair Leslie-Hughes at 2024-08-27T07:53:21+10:00
Rebase against b01131ce82ad8306d719f9919e6249af2db5322d.
- - - - -
294e058f by Alistair Leslie-Hughes at 2024-08-27T07:55:14+10:00
Updated odbc32-fixes patchset
There is only a small subset of columns fields that need converting
from 3 to 2. Let all the other pass and we can deal with fallout later.
- - - - -
3c0ae5d0 by Alistair Leslie-Hughes at 2024-08-27T07:57:01+10:00
Updated vkd3d-latest patchset
Squash and rebase to latest.
- - - - -
8999a04f by Alistair Leslie-Hughes at 2024-08-27T08:01:53+10:00
Updated cmd-launch-association patchset
Re-enabled.
- - - - -
9 changed files:
- − patches/cmd-launch-association/0001-cmd-Support-for-launching-programs-based-on-file-ass.patch
- − patches/cmd-launch-association/0003-cmd-Changed-errorlevel-type-to-DWORD.patch
- patches/cmd-launch-association/definition
- + patches/odbc32-fixes/0016-odbc32-Always-pass-through-the-field-id-to-SQLColAtt.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-b23874dad600ec777c0bbe6ecc7aa3f5020.patch → patches/vkd3d-latest/0001-Updated-vkd3d-to-f318e565f295d9f439e0e9ec52ba28835b3.patch
- − patches/vkd3d-latest/0002-Updated-vkd3d-to-c8cc1b1a2476a4c518756fd7604d37e8c16.patch
- − patches/vkd3d-latest/0003-Updated-vkd3d-to-738ecc9eb1ee65e426a4ea8186e44183775.patch
- patches/winemac.drv-no-flicker-patch/0001-winemac.drv-No-Flicker-patch.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/6c5cb54635aa0667bcfc2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/6c5cb54635aa0667bcfc2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f4ace675 by Nikolay Sivov at 2024-08-26T22:48:21+02:00
d3dx9/tests: Use explicit numeric values as expected test results.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fea6e1f7 by Nikolay Sivov at 2024-08-26T22:48:21+02:00
d3dx9/tests: Remove unused fields from effect values test data.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
b01131ce by Nikolay Sivov at 2024-08-26T22:48:21+02:00
d3dx9/tests: Add a test for matrix majority class.
- - - - -
1 changed file:
- dlls/d3dx9_36/tests/effect.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a6ac7b472e062ca1cfe8bda6478a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a6ac7b472e062ca1cfe8bda6478a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f0888270 by Vibhav Pant at 2024-08-26T18:16:20+02:00
ntoskrnl: Implement IoGetDevicePropertyData().
- - - - -
9f3d3282 by Vibhav Pant at 2024-08-26T18:16:21+02:00
ntoskrnl/tests: Add test for getting and setting device properties.
- - - - -
5 changed files:
- dlls/ntoskrnl.exe/ntoskrnl.exe.spec
- dlls/ntoskrnl.exe/pnp.c
- dlls/ntoskrnl.exe/tests/driver.h
- dlls/ntoskrnl.exe/tests/driver_pnp.c
- include/ddk/wdm.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82154cc121316c150a0da08acdbb5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82154cc121316c150a0da08acdbb5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
034a23d4 by Elizabeth Figura at 2024-08-26T18:15:36+02:00
cmd/tests: Save and restore the drive when performing drive change tests.
- - - - -
bcf1dd40 by Elizabeth Figura at 2024-08-26T18:15:36+02:00
cmd: Do not try to handle ERROR_FILE_NOT_FOUND from CreateProcessW().
This was introduced in bff25ffe7991bde75904d34ca733f2178b088316.
The commit aimed to fix command lines like `wine cmd /c "notepad test.txt"`.
Such de-quoting is now handled at an earlier point.
Moreover, we explicitly only enter this path when we find an executable (which
was not the case when the commit was written), so we cannot actually get
ERROR_FILE_NOT_FOUND anymore anyway.
- - - - -
3f13804d by Elizabeth Figura at 2024-08-26T18:15:37+02:00
cmd: Separate a run_full_path() helper.
- - - - -
0d25bd8c by Elizabeth Figura at 2024-08-26T18:15:38+02:00
cmd: Run files with ShellExecute() if CreateProcess() fails.
Based on a patch by Jason Edmeades.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=18154
- - - - -
82154cc1 by Jason Edmeades at 2024-08-26T18:15:39+02:00
cmd: Skip directories when looking for an openable file.
- - - - -
4 changed files:
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_cmdline.cmd
- programs/cmd/tests/test_cmdline.cmd.exp
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2c9610f44f5eb8c550deea245436…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2c9610f44f5eb8c550deea245436…
You're receiving this email because of your account on gitlab.winehq.org.