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.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1113d24a by Henri Verbeet at 2024-10-22T20:40:31+02:00
vkd3d-shader/ir: Store the global flags in struct vsir_program.
- - - - -
8 changed files:
- libs/vkd3d-shader/d3d_asm.c
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/1113d24a70ab316757f58ec48bbe5…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/1113d24a70ab316757f58ec48bbe5…
You're receiving this email because of your account on gitlab.winehq.org.