Alexandre Julliard pushed to branch master at wine / wine
Commits:
d3241ac4 by Jacek Caban at 2024-12-04T14:55:13+01:00
jscript: Avoid unused variable warning.
- - - - -
2e70c0de by Jacek Caban at 2024-12-04T14:55:13+01:00
msi: Avoid unused variable warning.
- - - - -
69e88008 by Jacek Caban at 2024-12-04T14:55:13+01:00
msxml: Avoid unused variable warning.
- - - - -
e89e2aa5 by Jacek Caban at 2024-12-04T14:55:13+01:00
vbscript: Avoid unused variable warning.
- - - - -
6e835eac by Jacek Caban at 2024-12-04T14:55:13+01:00
wbemprox: Avoid unused variable warning.
- - - - -
7 changed files:
- dlls/jscript/cc_parser.y
- dlls/jscript/parser.y
- dlls/msi/cond.y
- dlls/msi/sql.y
- dlls/msxml3/xslpattern.y
- dlls/vbscript/parser.y
- dlls/wbemprox/wql.y
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/84169dad90f31070e1d4a910c4e19…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/84169dad90f31070e1d4a910c4e19…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9f38a97f by Eric Pouech at 2024-12-04T12:19:07+01:00
dbghelp: Extend search for buildid in system directories.
Search for build-id files in several directories:
- add /usr/lib/.build-id (Fedora now uses this one)
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
fc166801 by Eric Pouech at 2024-12-04T12:19:09+01:00
dbghelp: Search debug info with buildid for RSDS debug entry w/o filenames.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/module.c
- dlls/dbghelp/pe_module.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d09fde30f23d95ce801d381da7b8c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d09fde30f23d95ce801d381da7b8c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
369c9dc6 by Brendan Shanks at 2024-12-04T12:18:20+01:00
include: Use %fs/%gs prefixes instead of a separate .byte 0x64/.byte 0x65.
- - - - -
d09fde30 by Brendan Shanks at 2024-12-04T12:18:21+01:00
ntdll: Use %fs/%gs prefixes instead of a separate .byte 0x64/.byte 0x65.
- - - - -
4 changed files:
- dlls/ntdll/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- include/wine/exception.h
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e8ab49bf57bba926c76339c03ab4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e8ab49bf57bba926c76339c03ab4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9a1ff781 by Alexandre Julliard at 2024-12-04T12:05:43+01:00
taskmgr: Only list dynamically settable debug channels.
- - - - -
9e8ab49b by Alexandre Julliard at 2024-12-04T12:16:58+01:00
server: Only store a Unix name for regular files.
- - - - -
4 changed files:
- dlls/ntdll/tests/om.c
- dlls/ntdll/unix/file.c
- programs/taskmgr/dbgchnl.c
- server/fd.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b0a34b39fc692616227a477de6186…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b0a34b39fc692616227a477de6186…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
28068c9d by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_ROUND_NI.
- - - - -
610a11dd by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_IF and VKD3DSIH_ENDIF.
- - - - -
568296c8 by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_ROUND_NE.
- - - - -
b1e6dbe8 by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Handle SV_IS_FRONT_FACE inputs.
- - - - -
64ea033c by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_LOG.
- - - - -
ab2cb43e by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_MAX.
- - - - -
bc67f2eb by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_MIN.
- - - - -
a06e6647 by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_RSQ.
- - - - -
13 changed files:
- libs/vkd3d-shader/msl.c
- tests/hlsl/clamp.shader_test
- tests/hlsl/floor.shader_test
- tests/hlsl/hard-copy-prop.shader_test
- tests/hlsl/inverse-trig.shader_test
- tests/hlsl/is-front-face.shader_test
- tests/hlsl/lit.shader_test
- tests/hlsl/log.shader_test
- tests/hlsl/max-min.shader_test
- tests/hlsl/normalize.shader_test
- tests/hlsl/pow.shader_test
- tests/hlsl/round.shader_test
- tests/hlsl/sqrt.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36fda8e28ca31517ae051b2e46b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36fda8e28ca31517ae051b2e46b0…
You're receiving this email because of your account on gitlab.winehq.org.