widl: Add a dummy reference to the filter function to avoid a warning.
[wine] / tools / widl / widltypes.h
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-06  Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06  Rob Shearmanwidl: Move the ifaces field of the type_t structure...
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: Access array type properties through accessors...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2008-12-29  Rob Shearmanwidl: Generate header files from the parse tree instead...
2008-12-29  Rob Shearmanwidl: Write the typelib based on the statement list...
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,...
2008-12-26  Alexandre Julliardwidl: Add support for generating 32-bit and/or 64-bit...
2008-07-02  Dan Hipschmanwidl: Implement type redefinition checks.
2008-04-30  Rob Shearmanwidl: Add the parsing of storage classes into declarati...
2008-04-30  Rob Shearmanwidl: Prepare for supporting storage classes in declara...
2008-04-30  Rob Shearmanwidl: Add support for "inline" on function definitions.
2008-04-30  Rob Shearmanwidl: Keep const attributes applied to pointers when...
2008-04-25  Rob Shearmanwidl: Add support for string literals and wide-string...
2008-04-25  Rob Shearmanwidl: Rename pident to declarator and parse the array...
2008-04-24  Rob Shearmanwidl: Add typedef statements to the statement lists.
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-24  Rob Shearmanwidl: Construct the pointer chain while parsing pointer...
2008-04-24  Rob Shearmanwidl: Implement lcid property on library declarations.
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
2008-04-22  Rob Shearmanwidl: Remove EXPR_MEMBERPTR and implement it using...
2008-04-22  Rob Shearmanwidl: Add support for comparison, exclusive or, logical...
2008-04-21  Rob Shearmanwidl: Add support for '%' operator in expressions.
2008-04-21  Rob Shearmanwidl: Add support for arrays in expressions.
2008-04-21  Rob Shearmanwidl: Add support for "->" and "." operators in express...
2008-04-21  Rob Shearmanwidl: Check that fields in structures and unions refere...
2008-04-14  Rob Shearmanwidl: Add functions to print an error or warning messag...
2008-04-14  Rob Shearmanwidl: Add support for the broadcast and idempotent...
2008-04-14  Rob Shearmanwidl: Make the attrs parameter passed to start_typelib...
2008-04-02  Rob Shearmanwidl: Support parsing calling conventions for function...
2008-04-02  Rob Shearmanwidl: Store function and function pointer types complet...
2008-04-02  Rob Shearmanwidl: Add a function to get the return type of a parsed...
2008-04-01  Rob Shearmanwidl: Parse typedefs of function pointers.
2008-03-27  Rob Shearmanwidl: Add support for generic binding handles.
2008-01-07  Rob Shearmanwidl: Add support for strict context handles.
2007-12-10  Rob Shearmanwidl: Support the address-of operator in expressions.
2007-10-09  Dan Hipschmanwidl: Keep track of every allocated type_t to simplify...
2007-10-09  Dan Hipschmanwidl: Implement pointer_default functionality.
2007-09-28  Rob Shearmanwidl: Write prototypes for context handle rundown rount...
2007-09-19  Dan Hipschmanwidl: Implement pointer descriptions for complex struct...
2007-07-17  Alexandre Julliardwidl: Added support for floating-point constants.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-12  Dan Hipschmanwidl: Simplify correlation descriptor code.
2007-06-08  Dan Hipschmanwidl: Fix incomplete struct/union typedef bug.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-25  Dan Hipschmanwidl: Allow types that reference themselves.
2007-05-25  Dan Hipschmanwidl: Shrink type_t structure.
2007-05-21  Dan Hipschmanwidl: Lay framework for unions with simple unions working.
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-05-01  Dan Hipschmanwidl: Get rid of the typeref_t structure, simplify...
2007-02-07  Alexandre Julliardwidl: Add a string list type and use it for the endpoin...
2007-01-22  Alexandre Julliardwidl: Convert expression lists to standard Wine lists.
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-22  Alexandre Julliardwidl: Convert typelib lists to standard Wine lists.
2006-09-08  Dan Hipschmanwidl: Add more complete pointer handling to write_typef...
2006-09-07  Dan Hipschmanwidl: Remove checks for typedefs that always fail.
2006-09-07  Dan Hipschmanwidl: Add an is_ptr function.
2006-09-07  Dan Hipschmanwidl: Factor the entry_t structure.
2006-09-07  Dan Hipschmanwidl: Use type_t for typedefs, not var_t. Simplify...
2006-08-26  Alexandre Julliardwidl: xmalloc shouldn't initialize to zero, do that...
2006-08-25  Dan Hipschmanwidl: Remove usage of type_t ref field for base types...
2006-08-12  Dan Hipschmanwidl: Improve pointer null checking logic.
2006-08-12  Dan Hipschmanwidl: Use ref_type to simplify some code.
2006-07-29  Dan Hipschmanwidl: Encode coclass types in typelibs.
2006-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-07-07  Robert Shearmanwidl: Add support for the builtin constants "TRUE"...
2006-06-27  Alexandre Julliardwidl: Fixed syntax of DECL_LINK macro to look more...
2006-06-26  Andrew Talbotwidl: Write-strings warnings fix.
2006-06-02  Robert Shearmanwidl: Only write one procformat string and one typeform...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Jacek Cabanwidl: Added importlib reading implementation.
2006-03-31  Robert Shearmanwidl: The lval member of var_t is essentially a duplica...
2006-02-09  Robert Shearmanwidl: Write out more TYPEFLAGs and add more type librar...
2006-02-07  Robert Shearmanwidl: Make 'attrs' field of type_t const.
2006-02-07  Robert Shearmanwidl: Remove unused 'rname' field of type_t.
2006-02-07  Robert Shearmanwidl: More const attributes.
2006-02-07  Robert Shearmanwidl: Make all pointer fields of expr_t structure constant.
2005-12-16  Jacek Cabanwidl: Added bindable and displaybind attributes handling.
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-03-28  Vincent BéronKeep types sorted in alphabetical order.
2005-02-23  Eric Kohl- Add basic support for creating client and server...
2005-02-03  Huw DaviesCoclass support.
2005-02-02  Huw DaviesAdd support for typedefs.
2005-02-01  Huw DaviesAdd support for dispinterfaces (slightly hacked because...
2005-01-25  Huw DaviesAdd enum support.
2005-01-10  Huw DaviesAdd support for the help* attributes on type libraries.
2005-01-10  Huw DaviesAdd support for optional arguments and some suppport...
2005-01-09  Huw DaviesAdd attributes control, hidden and restricted.
2005-01-06  Huw DaviesInitial support for typelib generation.
2005-01-05  Huw DaviesStore interfaces, structs, coclasses and modules that...
next