widl: Generate proper prototypes for function declarations without arguments.
[wine] / tools / widl / proxy.c
2009-06-09  Alexandre Julliardwidl: Don't make the proxy virtual tables const if...
2009-03-09  Rob Shearmanwidl: Determine pointer fc at generation time instead...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-25  Rob Shearmanwidl: Ignore pointer attributes applied to interface...
2009-02-23  Rob Shearmanwidl: Add typegen_detect_type and use it.
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types during...
2009-02-06  Alexandre Julliardwidl: Add printf format attribute on all printf-like...
2009-01-14  Francois Gougetwidl: Add a trailing '\n' to an error() message.
2009-01-12  Michael Karcherwidl: Fix handling of [local] functions without [call_as].
2009-01-06  Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06  Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06  Rob Shearmanwidl: Add a new function, type_iface_get_inherit.
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2009-01-02  Michael Karcherwidl: Recurse search for need of delegation.
2008-12-31  Rob Shearmanwidl: Don't add NULL pointer checks in generated code...
2008-12-26  Alexandre Julliardwidl: Add support for generating 32-bit and/or 64-bit...
2008-12-26  Alexandre Julliardwidl: Store the size of a pointer in a variable instead...
2008-12-15  Alexandre Julliardwidl: Use ULONG_PTR instead of unsigned long for pointe...
2008-12-08  Alexandre Julliardwidl: Use local functions where possible instead of...
2008-12-08  Andrew Talbotwidl: Remove unneeded address-of operators from functio...
2008-12-08  Andrew Talbotwidl: Remove unneeded address-of operators from array...
2008-12-01  Alexandre Julliardwidl: Sort the proxy interfaces by iid and use a binary...
2008-12-01  Alexandre Julliardwidl: Output vtable information even for interfaces...
2008-12-01  Alexandre Julliardwidl: Make the generated global variables and functions...
2008-12-01  Alexandre Julliardwidl: Do not make the stub vtbl const for delegating...
2008-11-28  Alexandre Julliardwidl: Fix the handling of proxy delegation.
2008-11-17  Andrew Talbotwidl: Remove superfluous semicolons.
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in stub functions.
2008-09-15  Alexandre Julliardwidl: Infrastructure for adding a prefix to local varia...
2008-09-15  Alexandre Julliardwidl: Make the exception handling macros more general...
2008-09-15  Alexandre Julliardwidl: Create an explicit structure for the function...
2008-09-02  Dan Hipschmanwidl: Output NULL for inherited methods in the vtbl.
2008-08-30  Alexandre Julliardwidl: Add support for finally function in proxy methods.
2008-08-30  Alexandre Julliardwidl: Replace write_name() by get_name() to make the...
2008-08-27  Rob Shearmanwidl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for...
2008-07-03  Alexandre Julliardwidl: Add support for exception handling in the generat...
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-22  Rob Shearmanwidl: Remove duplicated code in the form of the write_s...
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
2008-04-11  Rob Shearmanwidl: Support non-default calling conventions for objec...
2008-04-02  Rob Shearmanwidl: Add a function to get the return type of a parsed...
2008-02-15  Rob Shearmanwidl: Remove unused headers.
2008-02-04  Rob Shearmanwidl: Output code for initialising and freeing full...
2007-12-11  Rob Shearmanwidl: Add support for non-basetype return types.
2007-12-10  Rob Shearmanwidl: iid_is should take expressions, not just identifiers.
2007-11-05  Dan Hipschmanwidl: Don't output a void conformance for NdrClearOutPa...
2007-10-29  Dan Hipschmanwidl: Fix ExprEvalRoutines output.
2007-10-24  Dan Hipschmanwidl: parser_error must append a newline, so write...
2007-10-19  Francois Gougetwidl: Modify generic_msg() to behave like all the other...
2007-10-16  Dan Hipschmanwidl: Output the correct value for TableSize in ProxyFi...
2007-10-16  Dan Hipschmanwidl: Use new functions need_proxy and need_stub to...
2007-10-03  Dan Hipschmanwidl: Add a declonly argument to write_type_left.
2007-06-15  Dan Hipschmanwidl: Fix a write_parameters_init bug.
2007-06-15  Dan Hipschmanwidl: Factor the output functions.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-06-06  Dan Hipschmanwidl: Replace get_name with a field reference.
2007-05-21  Dmitry Timoshkovwidl: Fix compilation warnings in 64-bit mode.
2007-05-16  Dan Hipschmanwidl: Improve handling of offsets in the type format...
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-05-01  Dan Hipschmanwidl: Get rid of the tname field of var_t, simplify...
2007-04-26  Dan Hipschmanwidl: Declare fixed-size array args as pointers to...
2007-02-06  Alexandre Julliardwidl: Use the correct type offset when freeing proxy...
2007-02-06  Alexandre Julliardwidl: size_is and length_is are expression lists now.
2007-01-26  Alexandre Julliardwidl: Make some generated variables static and/or const.
2007-01-26  Alexandre Julliardwidl: Avoid dependency on COBJMACROS in generated code.
2007-01-26  Alexandre Julliardwidl: Define __midl_proxy in the generated proxy code.
2007-01-26  Alexandre Julliardwidl: Add a few more fields in the stub descriptor.
2007-01-26  Alexandre Julliardwidl: Rename a couple of variables to make the code...
2007-01-26  Alexandre Julliardwidl: Initialize local variables in stub functions.
2007-01-26  Alexandre Julliardwidl: Use the typegen function for marshalling/unmarsha...
2007-01-22  Alexandre Julliardwidl: Convert variable lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert function lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert interface lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert attribute lists to standard Wine lists.
2007-01-19  Alexandre Julliardwidl: Include objbase.h so that generated proxy file...
2007-01-19  Alexandre Julliardwidl: Generate proxy/client/server files when requested...
2006-09-12  Alexandre Julliardwidl: Change the prefix on bison-generated names to...
2006-09-07  Dan Hipschmanwidl: Sanity check string and pointer attrs. Don't...
2006-09-07  Dan Hipschmanwidl: Remove checks for typedefs that always fail.
2006-09-07  Dan Hipschmanwidl: Add an is_ptr function.
2006-08-18  Dan Hipschmanwidl: Allow format-string functions to work with objects.
2006-08-17  Dan Hipschmanwidl: Use typegen.c format-string functions in proxy.c.
2006-08-16  Dan Hipschmanwidl: Generate proxy code for user marshalled types.
2006-08-16  Dan Hipschmanwidl: Fix out-only temporary variable generation.
2006-08-16  Dan Hipschmanwidl: Fix NdrComplexStructUnmarshall calls in generated...
2006-08-16  Dan Hipschmanwidl: Fix NdrConformantArrayUnmarshall calls in generat...
2006-08-15  Dan Hipschmanwidl: Pass the right size to MIDL_memset in generated...
2006-08-12  Dan Hipschmanwidl: Improve pointer null checking logic.
2006-08-11  Dan Hipschmanwidl: Don't generate indentation spaces on empty lines.
2006-08-11  Dan Hipschmanwidl: Fix incorrect version number in generated code.
2006-07-29  Dan Hipschmanwidl: Fix "static declaration follows non-static declar...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-07  Robert Shearmanwidl: Yet more const attributes.
2006-02-02  Alexandre Julliardwidl: Some cosmetic fixes in generated code.
2005-12-31  Robert Shearmanwidl: Export the bracket adding functionality of do_wri...
2005-12-26  Robert Shearmanwidl: Add some const attributes.
2005-12-19  Hans Leidekkerwidl: Avoid lvalue casts in generated code.
next