ntdll/tests: Fix a test failure on NT4.
[wine] / tools / widl /
2009-11-29  Rob Shearmanwidl: Detect interfaces that inherit from another inter...
2009-11-21  Alexandre Julliardwidl: Use INT64 instead of __int64 in generated headers.
2009-11-19  Nicolas Le Camwidl: Don't generate memset calls with zero length...
2009-11-16  Francois Gougetwidl: Add a trailing '\n' to an error_loc() call.
2009-11-12  Rob Shearmanwidl: Include range types in constant BufferLength...
2009-11-09  Rob Shearmanwidl: Allow pointers, type-qualifiers and other more...
2009-11-09  Rob Shearmanwidl: Add support for varargs functions.
2009-11-09  Rob Shearmanwidl: Add support for bit-fields in non-remote structures.
2009-11-09  Rob Shearmanwidl: Implement __int3264 keyword.
2009-11-09  Rob Shearmanwidl: Rename set_type to declare_var.
2009-11-09  Rob Shearmanwidl: Check for [string] attribute being applied when...
2009-11-09  Rob Shearmanwidl: Implement [range] attribute.
2009-11-09  Rob Shearmanwidl: Enhance the IDL grammar to support unnamed argume...
2009-11-09  Rob ShearmanRevert "widl: A structure that contains an embedded...
2009-10-26  Huw Davieswidl: Add support for parsing the annotation attribute.
2009-10-22  Alexandre Julliardwidl: Fix the prototype of generated exception filters.
2009-10-16  Alexandre Julliardwidl: Write a proper type description for pointer array...
2009-10-16  Alexandre Julliardwidl: Arrays of pointers are always complex on 64-bit.
2009-10-16  Alexandre Julliardwidl: Use write_pointer_description_offsets() to output...
2009-10-16  Alexandre Julliardwidl: Output a pointer description for arrays declared...
2009-10-05  Alexandre Julliardtools: Build all the tools with -D__WINESRC__.
2009-09-28  AndrĂ© Hentschelwidl: Add ARM support.
2009-09-09  Henri Verbeetwidl: Generate proper prototypes for function declarati...
2009-08-25  Huw Davieswidl: Add separate --win32-align and --win64-align...
2009-08-21  Huw Davieswidl: The alignment written for USER_MARSHAL types...
2009-08-21  Huw Davieswidl: A structure that contains an embedded interface...
2009-08-17  Huw Davieswidl: Add a structure packing command line option.
2009-08-04  Huw Davieswidl: Store the pointer description in the type rather...
2009-07-13  Alexandre Julliardwidl: Take into account the alignment of conformant...
2009-07-03  Alexandre Julliardwidl: An ENUM16 is 32-bit wide in memory.
2009-07-03  Alexandre Julliardwidl: Take into account structure field alignment when...
2009-07-03  Alexandre Julliardwidl: Struct alignment should be the largest alignment...
2009-07-03  Alexandre Julliardwidl: Skip the existing correlation descriptor on unenc...
2009-06-18  Alexandre Julliardinclude: Add a target address for unwinding for platfor...
2009-06-17  Huw Daviestools/widl: Fix behaviour when both lcid and retval...
2009-06-09  Huw Davieswidl: Fix typelib lcid fields to match those produced...
2009-06-09  Alexandre Julliardwidl: Don't make the proxy virtual tables const if...
2009-06-08  Huw Davieswidl: Add support for the lcid parameter attribute.
2009-06-08  Marcus Meissnerwidl: ifdef some not always present LANG_*.
2009-05-21  Alexandre Julliardwidl: Add support for standard target options to allow...
2009-05-21  Alexandre Julliardwidl: Add support for writing 64-bit format typelibs.
2009-03-26  Rob Shearmanwidl: Include the version number in the __WIDL__ prepro...
2009-03-23  Rob Shearmanwidl: Initialise ref pointers to basic and enum types...
2009-03-23  Rob Shearmanwidl: Output correct code for freeing of conformant...
2009-03-23  Rob Shearmanwidl: Check the attributes applied to function declarat...
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-03-11  Rob Shearmanwidl: Returned pointers should default to being unique...
2009-03-09  Rob Shearmanwidl: Move type_basic_get_fc to typegen.c and rename...
2009-03-09  Rob Shearmanwidl: Fix a memory leak in the server/stub code when...
2009-03-09  Rob Shearmanwidl: Output server code for freeing returned types.
2009-03-09  Rob Shearmanwidl: Determine pointer fc at generation time instead...
2009-03-09  Rob Shearmanwidl: Consolidate non-simple pointer writing into one...
2009-03-05  Rob Shearmanwidl: Pass var attrs into write_no_repeat_pointer_descr...
2009-03-05  Rob Shearmanwidl: Add coclass and module types to the global namespace.
2009-03-05  Rob Shearmanwidl: Move type_new_enum, type_new_struct, type_new_enc...
2009-03-05  Rob Shearmanwidl: Allow enum and union tags to be used without...
2009-03-05  Rob Shearmanwidl: Move the pointer referent, array element, functio...
2009-03-05  Rob Shearmanwidl: Store the abstract identifier of the type in...
2009-03-05  Rob Shearmanwidl: Remove the single keyword and type.
2009-03-05  Rob Shearmanwidl: Implement a more abstract way of representing...
2009-03-05  Rob Shearmanwidl: Fix get_explicit_generic_handle_type and is_conte...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-25  Rob Shearmanwidl: Only classify top-level pointers as ref pointers...
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 of types...
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 of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types during...
2009-02-23  Rob Shearmanwidl: Don't directly access the type structure when...
2009-02-19  Rob Shearmanwidl: Fix typos in write_remoting_arg which caused...
2009-02-16  Rob Shearmanwidl: Call Pointer function for freeing non-conformant...
2009-02-16  Rob Shearmanwidl: Only duplicate a type if absolutely necessary.
2009-02-16  Rob Shearmanwidl: Call Struct and Union phase functions for referen...
2009-02-16  Rob Shearmanwidl: Fix marshalling/unmarshalling of enum arguments.
2009-02-13  Michael Stefaniuctools: Remove unused alloca.h include.
2009-02-10  Alexandre Julliardwidl: Change write_type_def_or_decl and write_type_decl...
2009-02-06  Alexandre Julliardwidl: Print all NdrFcShort parameters as shorts to...
2009-02-06  Alexandre Julliardwidl: Add printf format attribute on all printf-like...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-02-06  Alexandre Julliardwidl: Add a dummy reference to the filter function...
2009-02-06  Alexandre Julliardwidl: Avoid using GetExceptionCode outside of an except...
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-23  Alexandre Julliardwidl: We need an offset after the correlation descripto...
2009-01-20  Austin Englishwidl: Fix a compiler warning.
2009-01-19  Rob Shearmanwidl: Add new type_get_type and type_get_real_type_type...
2009-01-19  Rob Shearmanwidl: Add a new function, type_alias_get_aliasee to...
2009-01-14  Francois Gougetwidl: Add a trailing '\n' to an error() message.
2009-01-12  Michael Karcherwidl: Dereference operator in expr works on any declare...
2009-01-12  Michael Karcherwidl: Don't forget conformance info on [iid_is] void...
2009-01-12  Michael Karcherwidl: Fix handling of [local] functions without [call_as].
2009-01-10  Michael Stefaniucwidl: Move "inline" right after the storage class speci...
2009-01-08  Michael Karcherwidl: Write struct fields as signed fields.
2009-01-08  Michael Karcherwidl: Make write_base_type take a format char instead...
2009-01-07  Rob Shearmanwidl: Make the case of messages output by warning and...
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
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.
next