Alexandre Julliard pushed to branch master at wine / wine
Commits:
f330a5af by Lorenzo Ferrillo at 2025-04-10T22:55:25+02:00
kernelbase: Factor out common functionality for performance counter functions.
- - - - -
c0df2dad by Lorenzo Ferrillo at 2025-04-10T22:56:27+02:00
kernelbase: Add implementation of PerfSetULongCounterValue.
- - - - -
da188397 by Lorenzo Ferrillo at 2025-04-10T22:56:55+02:00
kernelbase: Add implementation for PerfSetULongLongCounterValue.
- - - - -
b956a6b4 by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
advapi32/tests: Create tests for PerfSetULongCounterValue.
Also add tests showing that PerfSetCounterRefValue cannot be used without BYREF counters.
- - - - -
b308fb8b by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
advapi32/tests: Add test For PerfSetULongLongCounterValue.
- - - - -
f120547a by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
kernelbase: Check for PERF_ATTRIB_BY_REFERENCE attribute in PerfSetCounterRefValue.
- - - - -
4f0ea19a by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
kernelbase: Check for PERF_SIZE_LARGE in PerfSetULongLongCounterValue and PerfSetULongCounterValue.
- - - - -
5 changed files:
- dlls/advapi32/advapi32.spec
- dlls/advapi32/tests/perf.c
- dlls/kernelbase/kernelbase.spec
- dlls/kernelbase/main.c
- include/perflib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/277bafaaed94a67248e868decb73f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/277bafaaed94a67248e868decb73f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f59827e2 by Eric Pouech at 2025-04-10T22:48:10+02:00
cmd: Rewrite string handling in lexer.
Mainly pairing start / end quote to avoid other characters handling.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
def9fbce by Eric Pouech at 2025-04-10T22:48:12+02:00
cmd: Remove unneeded variable 'thisChar' in lexer.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
9967d484 by Eric Pouech at 2025-04-10T22:48:13+02:00
cmd: Removed acceptCommand variable.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0e5f8571 by Eric Pouech at 2025-04-10T22:48:14+02:00
cmd: Remove lastWasRedirect variable in lexer.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
277bafaa by Eric Pouech at 2025-04-10T22:48:16+02:00
cmd: Fix infinite loop in FOR /L.
Likely regression introduced by 86f3e21d659b3c94eccc42353467cbdbbbf80eeb.
FOR /L %v in () DO ...
should execute as an infinite loop.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1 changed file:
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ca74e68324b627c0c2335e034ccd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ca74e68324b627c0c2335e034ccd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
69d0af63 by Alexandre Julliard at 2025-04-10T18:17:07+02:00
cng.sys: Use the native subsystem.
- - - - -
dbffd747 by Alexandre Julliard at 2025-04-10T18:17:19+02:00
hidclass.sys: Use the native subsystem.
- - - - -
ca6b6683 by Alexandre Julliard at 2025-04-10T18:17:26+02:00
hidparse.sys: Use the native subsystem.
- - - - -
5fe23077 by Alexandre Julliard at 2025-04-10T18:17:39+02:00
wmilib.sys: Use the native subsystem.
- - - - -
89ceb5a1 by Alexandre Julliard at 2025-04-10T18:26:19+02:00
mouhid.sys: Remove unneeded spec file.
- - - - -
5ca74e68 by Alexandre Julliard at 2025-04-10T18:26:19+02:00
makefiles: Require .sys modules to use the native subsystem.
- - - - -
11 changed files:
- dlls/cng.sys/Makefile.in
- + dlls/cng.sys/main.c
- dlls/hidclass.sys/Makefile.in
- dlls/hidclass.sys/device.c
- dlls/hidparse.sys/Makefile.in
- dlls/hidparse.sys/main.c
- dlls/mouhid.sys/Makefile.in
- − dlls/mouhid.sys/mouhid.sys.spec
- dlls/wmilib.sys/Makefile.in
- + dlls/wmilib.sys/main.c
- tools/make_makefiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79c8de4e76aeae9f61ed91595d999…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79c8de4e76aeae9f61ed91595d999…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
aa7e5110 by Etaash Mathamsetty at 2025-04-10T18:03:38+02:00
winewayland.drv: Implement support for xdg-toplevel-icon.
- - - - -
8 changed files:
- dlls/winewayland.drv/Makefile.in
- dlls/winewayland.drv/wayland.c
- dlls/winewayland.drv/wayland_pointer.c
- dlls/winewayland.drv/wayland_surface.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/waylanddrv_main.c
- dlls/winewayland.drv/window.c
- + dlls/winewayland.drv/xdg-toplevel-icon-v1.xml
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/aa7e5110a0c61691470abc1a5e25b6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/aa7e5110a0c61691470abc1a5e25b6…
You're receiving this email because of your account on gitlab.winehq.org.