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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
10b8c036 by Martin Storsjö at 2024-08-26T12:48:29+02:00
ntdll: Improve ARM feature checking from /proc/cpuinfo.
Don't use strstr() for finding features - some feature names
may be substrings of other feature names.
Verify that the strings that are found are surrounded by whitespace,
or are located at the start/end of the string.
- - - - -
9df7b337 by Martin Storsjö at 2024-08-26T12:48:32+02:00
include: Add new PF_* constants.
These were defined in WinSDK 10.0.26100.
- - - - -
8274cd1f by Martin Storsjö at 2024-08-26T12:48:34+02:00
arm64: Detect new processor features.
- - - - -
5 changed files:
- dlls/ntdll/signal_arm64.c
- dlls/ntdll/unix/system.c
- include/winnt.h
- include/winternl.h
- programs/wineboot/wineboot.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a2fc6d4f90e33182dfcae3747f36…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a2fc6d4f90e33182dfcae3747f36…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
f318e565 by Henri Verbeet at 2024-08-26T11:24:01+02:00
vkd3d-shader/spirv: Decorate non-array descriptor variables as well.
Commits 343c7942e150bbc6b78ed17c0d0b5041521131b0 and
94c74d2c00db50153b6c749cf699ad229cd11c15 moved applying the NonReadable
and Coherent decorations from spirv_compiler_emit_resource_declaration()
to spirv_compiler_build_descriptor_variable(), but unfortunately missed
the non-array path in the latter function.
The missing NonReadable decoration causes segmentation faults in
rasteriser-ordered-views.shader_test (among others) on my Intel SKL GT2
setup in particular.
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/f318e565f295d9f439e0e9ec52ba2…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/f318e565f295d9f439e0e9ec52ba2…
You're receiving this email because of your account on gitlab.winehq.org.