Alexandre Julliard
|
f9ee0d2f05
tools: Avoid using wine/port.h.
|
3 years ago |
Rémi Bernon
|
6698a2ef7f
widl: Output interface C names in method argument list.
|
4 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 |
Zebediah Figura
|
b4fe4ccc96
widl: Introduce type_iface_get_async_iface().
|
5 years ago |
Zebediah Figura
|
8b2a065892
widl: Move the "idx" parameter from struct func_details to var_t.
|
5 years ago |
Richard Pospesel
|
083032b5ef
widl: Use type_function_get_args() instead of type_get_function_args().
|
5 years ago |
Richard Pospesel
|
1f59423039
widl: Bump MIDL version to 5.2.202 to avoid RPC_X_WRONG_STUB_VERSION exception in ObjectStublessClient.
|
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
|
1ffb6494db
widl: Change struct _var_t's type member to a struct _decl_spec_t.
|
5 years ago |
Zebediah Figura
|
ead21a1bdd
widl: Fix proxy vtbl generation in -Oi mode.
|
5 years ago |
Alexandre Julliard
|
f67301e9ec
widl: Always generate files for the target platform only.
|
6 years ago |
Jacek Caban
|
a514aa7653
widl: Don't make proxy vtbl const in interpreted mode.
|
6 years ago |
Jacek Caban
|
824d513585
widl: Generate async interface table.
|
6 years ago |
Jacek Caban
|
89a1dade80
widl: Support async interfaces proxy.
|
6 years ago |
Zebediah Figura
|
66f46f8182
widl: Correctly handle conformant arrays in clear_output_vars().
|
6 years ago |
Zebediah Figura
|
f9c8c20298
widl: Use publicly defined NDR constants.
|
6 years ago |
André Hentschel
|
900e7c5d65
widl: Fix compiler warnings with flag -Wunused-macros.
|
10 years ago |
Jacek Caban
|
218b1951db
widl: Define PROXY_DELEGATION in dlldata.c when needed.
|
12 years ago |
Alexandre Julliard
|
977e15b762
widl: Store the type format offset for function parameters in the variable object.
|
13 years ago |
Alexandre Julliard
|
c31948a775
widl: Make the function return value a variable.
|
13 years ago |
Bernhard Loos
|
00ab883644
widl: Also create proxies/stubs for interfaces marked with oleautomation.
|
13 years ago |
Alexandre Julliard
|
8e15db40a8
widl: Don't output stubs for interfaces included in a typelib.
|
13 years ago |
Alexandre Julliard
|
ca22457d7b
widl: Don't set base types to 0 on proxy entry.
|
13 years ago |
Alexandre Julliard
|
0d76bb7ec3
widl: Clear out more types of parameters in the proxy error handlers.
|
13 years ago |
Alexandre Julliard
|
c173399d62
widl: Move the pointer check functionality to typegen.c.
|
13 years ago |
Alexandre Julliard
|
fa2b886d1d
widl: Also check array pointers for null ref pointers.
|
13 years ago |
Alexandre Julliard
|
7a0ce4c864
widl: Include the parent interfaces in the proxy thunk table too.
|
13 years ago |
Alexandre Julliard
|
5881069601
widl: Use delegation when inheriting from a local interface.
|
13 years ago |
Alexandre Julliard
|
799000ea3a
widl: Include the parent interfaces in the proc format string offsets for proxies.
|
13 years ago |