Alexandre Julliard
|
f9ee0d2f05
tools: Avoid using wine/port.h.
|
3 years ago |
Rémi Bernon
|
94b5af4b34
widl: Replace type_list_t with typeref_list_t.
|
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 |
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
|
1ffb6494db
widl: Change struct _var_t's type member to a struct _decl_spec_t.
|
5 years ago |
Francois Gouget
|
069ce3b776
widl: A spelling fix in a variable name.
|
5 years ago |
Alexandre Julliard
|
f67301e9ec
widl: Always generate files for the target platform only.
|
6 years ago |
Jacek Caban
|
fb5d6c672f
widl: Add support for serialization functions.
|
6 years ago |
Jacek Caban
|
dc03ca5e15
widl: Write serialize function declarations in header.
|
6 years ago |
Zebediah Figura
|
f9c8c20298
widl: Use publicly defined NDR constants.
|
6 years ago |
Alexandre Julliard
|
c31948a775
widl: Make the function return value a variable.
|
13 years ago |
Alexandre Julliard
|
8e15db40a8
widl: Don't output stubs for interfaces included in a typelib.
|
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
|
717bd66440
widl: Default to the cdecl calling convention in client/server functions.
|
13 years ago |
Alexandre Julliard
|
9f99d74a20
widl: Add a helper function for generating a stub that uses NdrClientCall.
|
13 years ago |
Alexandre Julliard
|
36ee028f49
widl: Don't generate old-style interpreted stubs on 64-bit.
|
13 years ago |
Alexandre Julliard
|
d9cd0d8cac
widl: In 64-bit mode, pass all arguments to NdrClientCall instead of a pointer to the first one.
|
13 years ago |
Alexandre Julliard
|
e95d5a8e3c
widl: Add support for generating new-style interpreted stubs for clients.
|
13 years ago |
Alexandre Julliard
|
9c4d01f329
widl: Add support for generating old-style interpreted stubs for clients.
|
13 years ago |
Alexandre Julliard
|
11416a20c9
widl: Generate function headers in the proc format string for interpreted functions.
|
13 years ago |
Alexandre Julliard
|
0f8b64a57b
widl: Add a more generic way of determining the type of handle for a function.
|
13 years ago |
Alexandre Julliard
|
21cbdaa1eb
widl: Support using custom handle types with the implicit_handle attribute.
|
13 years ago |
Alexandre Julliard
|
93dd252116
widl: Output a list of binding routines in client files.
|
13 years ago |
Alexandre Julliard
|
4c41dd5fca
widl: Duplicate the exception handling code between 32-bit and 64-bit.
|
14 years ago |
Alexandre Julliard
|
226e963429
widl: Use get_size_procformatstring_func() for clients too instead of duplicating the code.
|
14 years ago |
Rob Shearman
|
eb4100e91c
widl: Remove a FIXME comment in write_function_stubs.
|
14 years ago |