Alexandre Julliard pushed to branch master at wine / wine
Commits:
9f776cbc by Alexandre Julliard at 2024-10-22T19:36:32+02:00
capstone: Allow callers to specify their memory allocators.
- - - - -
89b11360 by Alexandre Julliard at 2024-10-22T19:37:17+02:00
capstone: Comment out error printfs.
- - - - -
5 changed files:
- libs/capstone/Makefile.in
- libs/capstone/Mapping.c
- programs/winedbg/be_arm.c
- programs/winedbg/be_arm64.c
- programs/winedbg/memory.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b702853470ad1d492f6d9269131bf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b702853470ad1d492f6d9269131bf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ce0bd9d0 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
include: Add Windows.Foundation.PropertyValue runtime class.
- - - - -
11be0f5d by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Use DEFINE_IINSPECTABLE.
The DEFINE_IINSPECTABLE macro is defined in a private .idl file because there are later patches that
need a private COM interface. So store them all in a .idl file for simplicity.
- - - - -
e62d6784 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Add IPropertyValueStatics stub.
- - - - -
bbb92575 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Support IPropertyValue primitive objects.
- - - - -
690e7a39 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Support IPropertyValue primitive array objects.
- - - - -
c594799c by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Implement IReference<boolean>.
- - - - -
d7101526 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Implement IReference<HSTRING>.
- - - - -
d30a1a8e by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Implement IReference<DOUBLE>.
- - - - -
c5a6a1f8 by Zhiyi Zhang at 2024-10-22T18:06:57+02:00
wintypes: Add IPropertyValueStatics tests.
- - - - -
9 changed files:
- dlls/wintypes/Makefile.in
- dlls/wintypes/classes.idl
- dlls/wintypes/main.c
- dlls/wintypes/tests/Makefile.in
- dlls/wintypes/tests/wintypes.c
- + dlls/wintypes/tests/wintypes_test.idl
- + dlls/wintypes/wintypes_private.idl
- include/windows.foundation.idl
- include/windows.foundation.metadata.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70826dbee7921a2c4f783bc6b4a9c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70826dbee7921a2c4f783bc6b4a9c…
You're receiving this email because of your account on gitlab.winehq.org.