Alexandre Julliard
|
f9ee0d2f05
tools: Avoid using wine/port.h.
|
3 years ago |
Rémi Bernon
|
2326d7226d
widl: Support WinRT delegate type.
|
3 years ago |
Rémi Bernon
|
94b5af4b34
widl: Replace type_list_t with typeref_list_t.
|
3 years ago |
Rémi Bernon
|
ed21c29481
widl: Support WinRT parameterized type parsing.
|
3 years ago |
Rémi Bernon
|
f46c077d5e
widl: Support WinRT runtimeclass type parsing.
|
3 years ago |
Rémi Bernon
|
ee490ee26c
widl: Support WinRT apicontract type.
|
4 years ago |
Eric Kohl
|
ba72ef6c22
widl: Add the [allocate] acf attribute.
|
4 years ago |
Emilio Cobos Álvarez
|
b1084ff910
widl: Use DECLSPEC_ALIGN in MSVC compatible way for return types too.
|
4 years ago |
Jacek Caban
|
4fd8190ef1
widl: Use DECLSPEC_ALIGN in MSVC compatible way.
|
4 years ago |
Rémi Bernon
|
1491453ea9
widl: Cast freed pointers to void* to fix discarded-array-qualifiers warning.
|
5 years ago |
Zebediah Figura
|
8746bf094f
widl: Also compute buffer size for non-ref arrays.
|
5 years ago |
Zebediah Figura
|
dd35baa8e3
widl: Write pointer classes for explicitly declared arrays only if they are top-level parameters.
|
5 years ago |
Zebediah Figura
|
60d668631f
widl: Don't store the default pointer type in the type_t structure.
|
5 years ago |
Zebediah Figura
|
df948ccc05
widl: Fix nesting of functions, pointers, and arrays.
|
5 years ago |
Richard Pospesel
|
e8b6c05242
widl: Pass a decl_spec_t to write_type_left().
|
5 years ago |
Richard Pospesel
|
aa2bd521d9
widl: Pass a decl_spec_t to write_type_v().
|
5 years ago |
Richard Pospesel
|
e63df7f7bf
widl: Store the aliasee as a decl_spec_t structure.
|
5 years ago |
Zebediah Figura
|
07c131f0f4
widl: Introduce type_array_{get,set}_ptr_tfsoff().
|
5 years ago |
Zebediah Figura
|
b4fe4ccc96
widl: Introduce type_iface_get_async_iface().
|
5 years ago |
Richard Pospesel
|
083032b5ef
widl: Use type_function_get_args() instead of type_get_function_args().
|
5 years ago |
Richard Pospesel
|
76512154f8
widl: Refactor to have pointer type's ref use decl_spec_t rather than type_t.
|
5 years ago |
Richard Pospesel
|
c7d68454af
widl: Refactor to have array type's element use decl_spec_t rather than type_t.
|
5 years ago |
Richard Pospesel
|
1ffb6494db
widl: Change struct _var_t's type member to a struct _decl_spec_t.
|
5 years ago |
Alexandre Julliard
|
61680b4449
winecrt0: Provide our own setjmp/longjmp functions for exception handling.
|
5 years ago |
Zebediah Figura
|
fcb96cf845
widl: Remove the unused "indent" parameter from write_type_tfs().
|
5 years ago |
Zebediah Figura
|
0afbcee924
widl: Mark unions, user types, and ranges as IsSimpleRef.
|
5 years ago |
Alexandre Julliard
|
60df3b14b5
include: Make the Wine exception handlers cdecl.
|
5 years ago |
Zebediah Figura
|
8e7fefe3d8
widl: Write array pointers as FC_OP pointers if appropriate.
|
5 years ago |
Zebediah Figura
|
55a0ec420f
widl: Remove an unused variable.
|
5 years ago |
Zebediah Figura
|
3c4d0bf4e3
widl: Also allocate top-level pointers to arrays as on-stack in -Oicf mode.
|
5 years ago |