Alexandre Julliard
|
f9ee0d2f05
tools: Avoid using wine/port.h.
|
il y a 3 ans |
Chip Davis
|
1387075b80
widl: Cast server functions to void *.
|
il y a 4 ans |
Richard Pospesel
|
e8b6c05242
widl: Pass a decl_spec_t to write_type_left().
|
il y a 5 ans |
Richard Pospesel
|
aa2bd521d9
widl: Pass a decl_spec_t to write_type_v().
|
il y a 5 ans |
Richard Pospesel
|
083032b5ef
widl: Use type_function_get_args() instead of type_get_function_args().
|
il y a 5 ans |
Richard Pospesel
|
1f59423039
widl: Bump MIDL version to 5.2.202 to avoid RPC_X_WRONG_STUB_VERSION exception in ObjectStublessClient.
|
il y a 5 ans |
Richard Pospesel
|
1ffb6494db
widl: Change struct _var_t's type member to a struct _decl_spec_t.
|
il y a 5 ans |
Jacek Caban
|
83b9438029
widl: Fix handling context handle return type in mixed mode.
|
il y a 6 ans |
Alexandre Julliard
|
f67301e9ec
widl: Always generate files for the target platform only.
|
il y a 6 ans |
Zebediah Figura
|
f9c8c20298
widl: Use publicly defined NDR constants.
|
il y a 6 ans |
Michael Stefaniuc
|
2c97f3fcb5
widl: Avoid FALSE:TRUE conditional expressions.
|
il y a 12 ans |
Alexandre Julliard
|
8e15db40a8
widl: Don't output stubs for interfaces included in a typelib.
|
il y a 13 ans |
Alexandre Julliard
|
e620869d5f
widl: Output the list of rundown routines in server files.
|
il y a 13 ans |
Alexandre Julliard
|
36ee028f49
widl: Don't generate old-style interpreted stubs on 64-bit.
|
il y a 13 ans |
Alexandre Julliard
|
39b15066b0
widl: Add support for generating new-style interpreted stubs for servers.
|
il y a 13 ans |
Alexandre Julliard
|
e644c2cd03
widl: Add support for generating old-style interpreted stubs for servers.
|
il y a 13 ans |
Alexandre Julliard
|
11416a20c9
widl: Generate function headers in the proc format string for interpreted functions.
|
il y a 13 ans |
Alexandre Julliard
|
0f8b64a57b
widl: Add a more generic way of determining the type of handle for a function.
|
il y a 13 ans |
Alexandre Julliard
|
3593b65935
widl: Output a format string table and server info structure for servers.
|
il y a 14 ans |
Alexandre Julliard
|
4c41dd5fca
widl: Duplicate the exception handling code between 32-bit and 64-bit.
|
il y a 14 ans |
Rob Shearman
|
f170f9b5d5
widl: Output server code for freeing returned types.
|
il y a 16 ans |
Rob Shearman
|
7e08ff27c2
widl: Move declarray property to array_details.
|
il y a 16 ans |
Rob Shearman
|
fb934347b4
widl: Use type_get_type to determine the types during statement enumeration.
|
il y a 16 ans |
Alexandre Julliard
|
fcc096083f
widl: Add printf format attribute on all printf-like functions and fix resulting warnings.
|
il y a 16 ans |
Alexandre Julliard
|
ef6971da40
widl: Replace unsigned long and size_t by unsigned int where appropriate.
|
il y a 16 ans |
Alexandre Julliard
|
a0fb6246c0
widl: Avoid using GetExceptionCode outside of an exception handler.
|
il y a 16 ans |
Rob Shearman
|
8a976a7d78
widl: Replace uses of get_func_return_type with type_function_get_rettype.
|
il y a 16 ans |
Rob Shearman
|
9b139018cf
widl: Add new function, type_iface_get_stmts.
|
il y a 16 ans |
Rob Shearman
|
901a42b7f9
widl: Move funcs and stmts fields from type_t structure to module_details and function_details.
|
il y a 16 ans |
Alexandre Julliard
|
53626dbd93
widl: Add support for generating 32-bit and/or 64-bit code for proxies/clients/servers.
|
il y a 16 ans |