widl: Remove some FIXME comments and replace them with comments explaining why the...
[wine] / tools / widl / typegen.c
2010-03-16  Rob Shearmanwidl: Remove some FIXME comments and replace them with...
2010-03-16  Rob Shearmanwidl: Fix the writing of expressions in un-typedef...
2010-03-16  Rob Shearmanwidl: Pass current_structure into write_conf_or_var_des...
2010-03-16  Rob Shearmanwidl: Use typegen_detect_type to determine which types...
2010-03-16  Rob Shearmanwidl: Merge write_typeformatstring_var and write_embedd...
2010-03-16  Rob Shearmanwidl: Don't use the return value of write_embedded_type...
2010-03-16  Rob Shearmanwidl: Write pointers in write_typeformatstring_var...
2010-03-16  Rob Shearmanwidl: Simplify write_typeformatstring_var.
2010-03-16  Rob Shearmanwidl: Make write_pointer_tfs more readable.
2010-03-16  Rob Shearmanwidl: Remove some unused functions, definitions and...
2010-01-22  Rob Shearmanwidl: Fix symbol was not declared and using plain integ...
2009-11-19  Nicolas Le Camwidl: Don't generate memset calls with zero length...
2009-11-12  Rob Shearmanwidl: Include range types in constant BufferLength...
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: Implement [range] attribute.
2009-11-09  Rob ShearmanRevert "widl: A structure that contains an embedded...
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-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-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-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: Store the abstract identifier of the type in...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
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-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: Call Struct and Union phase functions for referen...
2009-02-16  Rob Shearmanwidl: Fix marshalling/unmarshalling of enum arguments.
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-01-23  Alexandre Julliardwidl: We need an offset after the correlation descripto...
2009-01-19  Rob Shearmanwidl: Add a new function, type_alias_get_aliasee to...
2009-01-12  Michael Karcherwidl: Don't forget conformance info on [iid_is] void...
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: 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_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Add a new function, type_array_get_element.
2009-01-06  Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2009-01-06  Rob Shearmanwidl: Access array type properties through accessors...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2009-01-02  Rob Shearmanwidl: Use is_string_type instead of is_attr(..., ATTR_S...
2008-12-31  Rob Shearmanwidl: Remove duplicate pointer handling code in get_str...
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...
2008-12-27  Rob Shearmanwidl: Structures and arrays with pointers should be...
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-26  Alexandre Julliardwidl: Move determination of the exact type of structure...
2008-12-15  Alexandre Julliardwidl: Use ULONG_PTR instead of unsigned long for pointe...
2008-12-01  Rob Shearmanwidl: Fix optimisation for writing out ref pointers...
2008-12-01  Rob Shearmanwidl: Output the correct buffer size required for param...
2008-11-25  Alexandre Julliardwidl: Make sure format strings for structure and union...
2008-11-18  Daniel Zimmermannwidl: Fix check for interface type in get_size_procform...
2008-11-17  Andrew Talbotwidl: Remove superfluous semicolons.
2008-11-11  Dmitry Timoshkovwidl: Make the generated string pointers const as well.
2008-09-15  Alexandre Julliardwidl: Implemented RpcAbnormalTermination in the generic...
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in client functions.
2008-09-15  Alexandre Julliardwidl: Separate declaration and initialisation for indir...
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-08-30  Alexandre Julliardwidl: Replace write_name() by get_name() to make the...
2008-07-07  Alexandre Julliardwidl: Fix a couple of uninitialized variable compiler...
2008-07-03  Rob Shearmanwidl: Consolidate top-level parameter conformance/varia...
2008-07-02  Rob Shearmanwidl: Increment the buffer offset by 8 for embedded...
2008-07-01  Alexandre Julliardwidl: Add some support for unencapsulated unions that...
2008-06-24  Rob Shearmanwidl: Fix type_memsize to follow aliases so that the...
2008-06-24  Rob Shearmanwidl: Fix crash in find_array_or_string_in_struct if...
2008-06-23  Rob Shearmanwidl: Fix the embedded pointer offsets in generated...
2008-06-23  Rob Shearmanwidl: Replace code to round up values and calculate...
next