widl: Make sure format strings for structure and union types are only output once.
[wine] / tools / widl / header.h
2008-08-30  Alexandre Julliardwidl: Replace write_name() by get_name() to make the...
2008-05-01  Rob Shearmanwidl: Consolidate writing of COM and dispatch interface...
2008-04-30  Rob Shearmanwidl: Add the parsing of storage classes into declarati...
2008-04-25  Rob Shearmanwidl: Create a statement object for import statements.
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
2008-04-21  Rob Shearmanwidl: Automatically add "handle_t IDL_handle" parameter...
2008-03-27  Rob Shearmanwidl: Add support for generic binding handles.
2008-03-27  Rob Shearmanwidl: Use is_string_type for detecting strings in write...
2008-02-22  Dan Hipschmanwidl: Allow is_string_type to work for typedef'd types.
2007-11-05  Dan Hipschmanwidl: Handle pointers to conformant arrays (e.g., ...
2007-10-31  Dan Hipschmanwidl: Add a --local-stubs option.
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-09-28  Rob Shearmanwidl: Generate client and server code for using context...
2007-09-28  Rob Shearmanwidl: Write prototypes for context handle rundown rount...
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-06-06  Dan Hipschmanwidl: Replace get_name with a field reference.
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: Add --prefix-* options (take 3).
2007-02-06  Alexandre Julliardwidl: size_is and length_is are expression lists now.
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 attribute lists to standard Wine lists.
2006-09-07  Dan Hipschmanwidl: Use type_t for typedefs, not var_t. Simplify...
2006-08-04  Dan Hipschmanwidl: Generate GUID (infile_i.c) files.
2006-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-06-07  Robert Shearmanwidl: Support coclass forward declarations.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-30  Eric Kohlwidl: Implement support for ref pointers to strings.
2006-02-07  Robert Shearmanwidl: Make 'attrs' field of type_t const.
2006-02-07  Robert Shearmanwidl: Yet more const attributes.
2006-01-24  Robert Shearmanwidl: Fix the detection of conformant and pointer structs.
2005-12-31  Robert Shearmanwidl: Export the bracket adding functionality of do_wri...
2005-12-26  Robert Shearmanwidl: Out parameters.
2005-12-26  Robert Shearmanwidl: Add some const attributes.
2005-12-12  Robert Shearmanwidl: Support explicit binding handles.
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-08-03  Robert Shearman- The header global variable is NULL when not generatin...
2005-03-05  Jacek CabanWrite uuid of library in header.
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-04-22  Filip NavaraMake widl compile without most of Windows/Wine headers...
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-03  Alexandre JulliardAdded partial support for function pointers.
2002-12-03  Ove KaavenParse the NOT operator, the [idempotent] attribute...
2002-11-30  Ove KaavenHandle encapsulated unions in a cleaner (and less buggy...
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.