oledb32: Implement DataConvert DBTYPE_R8->VARIANT.
[wine] / tools / widl / typetree.c
2010-03-23  Rob Shearmanwidl: Remove func_t type.
2009-11-09  Rob Shearmanwidl: Add support for bit-fields in non-remote structures.
2009-11-09  Rob Shearmanwidl: Enhance the IDL grammar to support unnamed argume...
2009-03-09  Rob Shearmanwidl: Determine pointer fc at generation time instead...
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: 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: Implement a more abstract way of representing...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
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: Move the ifaces field of the type_t structure...
2009-01-06  Rob Shearmanwidl: Add function for getting the interfaces defined...
2009-01-06  Rob Shearmanwidl: Don't store typelib kind information in the type...
2009-01-06  Rob Shearmanwidl: Move creation of module type into a separate...
2009-01-06  Rob Shearmanwidl: Move duptype and alias to parser.y.
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2009-01-06  Rob Shearmanwidl: Do the consistency checks on interfaces after...
2008-12-29  Rob Shearmanwidl: Generate header files from the parse tree instead...
2008-12-29  Rob Shearmanwidl: Store the type-specific information in a union...
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...