widl: Get rid of the typeref_t structure, simplify code.
[wine] / tools / widl / header.c
2007-05-01  Dan Hipschmanwidl: Get rid of the typeref_t structure, simplify...
2007-04-26  Dan Hipschmanwidl: Add --prefix-* options (take 3).
2007-03-13  Stefan HuehnerMark several functions as static.
2007-02-26  Rob Shearmanwidl: Print EXPR_NUM expresssions as unsigned to avoid...
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 function lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert attribute lists to standard Wine lists.
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-09-29  Francois Gougetwidl: Use CONST_VTBL to declare lpVtbl.
2006-09-12  Alexandre Julliardwidl: Change the prefix on bison-generated names to...
2006-09-07  Dan Hipschmanwidl: Print pointers more aesthetically in generated...
2006-09-07  Dan Hipschmanwidl: Use type_t for typedefs, not var_t. Simplify...
2006-08-29  Dan Hipschmanwidl: Add the rest of the pointer types to write_type.
2006-08-25  Dan Hipschmanwidl: Remove usage of type_t ref field for base types...
2006-08-16  Dan Hipschmanwidl: Calculate method indices in parser instead of...
2006-08-04  Dan Hipschmanwidl: Generate GUID (infile_i.c) files.
2006-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-07-25  Dan Hipschmanwidl: Fix redefinition of types in output.
2006-07-24  Dan Hipschmanwidl: Allow write_type to output full pointer types.
2006-07-14  Dan Hipschmanwidl: Fix unterminated comment in generated code.
2006-07-07  Robert Shearmanwidl: Add support for the builtin constants "TRUE"...
2006-06-07  Robert Shearmanwidl: Support coclass forward declarations.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Eric Kohlwidl: Implement 'oldnames' option.
2006-03-31  Robert Shearmanwidl: Write definitions for MIDL_user_allocate and...
2006-03-31  Robert Shearmanwidl: Write out the pre- and postamble for RPC interfac...
2006-03-31  Robert Shearmanwidl: Output interface defined guard for rpc interfaces...
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-02-07  Robert Shearmanwidl: More const attributes.
2006-01-31  Robert Shearmanwidl: Support client/server generation for explicit_han...
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-12-12  Robert Shearmanwidl: Don't treat FC_SMALL as FC_SHORT.
2005-12-12  Robert Shearmanwidl: Use WCHAR instead of wchar_t.
2005-12-09  Vincent Béronwidl: Issue correct C++ headers.
2005-12-02  Vincent BéronUse the typedef'd declaration of IRpcStubBuffer and...
2005-12-02  Vincent BéronReorder the virtual table definition so it's defined...
2005-12-02  Vincent BéronUse interface instead of struct where appropriate in...
2005-11-14  Huw DaviesPrefix [putref] property names with putref_.
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-06-15  Stefan HuehnerFix some -Wmissing-declarations by making functions...
2005-03-05  Jacek CabanWrite uuid of library in header.
2005-02-23  Eric Kohl- Add basic support for creating client and server...
2005-01-06  Huw DaviesInitial support for typelib generation.
2004-10-18  Jacek CabanAdded writing forward declaration of dispinterface.
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-10-05  Alexandre JulliardRemoved no longer needed ICOM compatibility mode in...
2004-10-05  Alexandre JulliardAdded support for the propget/propput function attributes.
2004-09-14  Mike McCormackDetermine RPC struct types more exactly.
2004-08-23  Alexandre JulliardGet rid of the ICOM_MSVTABLE_COMPAT support, g++ no...
2004-08-22  Alexandre JulliardOutput BEGIN/END_INTERFACE for C++ base classes too.
2004-08-22  Mike McCormackGenerate BEGIN_INTERFACE,END_INTERFACE macros instead of
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-04-22  Filip NavaraMake widl compile without most of Windows/Wine headers...
2004-04-19  Robert Shearman- Handle "? :" conditionals.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-03  Alexandre JulliardAdded partial support for function pointers.
2003-07-22  Alexandre JulliardSupport objects with no method definitions (suggested...
2003-07-01  Alexandre JulliardAdd #ifdefs around forwards and interfaces like MIDL...
2003-04-12  Alexandre JulliardThe com_interface attribute is not needed on derived...
2003-04-11  Alexandre JulliardSimplified COM interface declarations, removing the...
2003-04-10  Alexandre JulliardGet rid of the ICOM_CALL macros.
2003-04-10  Alexandre JulliardUse a more compatible technique to declare COM interfac...
2003-01-09  Ove KaavenDeclare user-marshaller prototypes for types declared...
2002-12-17  Alexandre JulliardFix the type of the This pointer in the vtbl functions...
2002-12-15  Ove KaavenOutput raw ICOM-less C/C++ interface definitions by...
2002-12-15  Ove KaavenInclude guiddef.h in widltypes.h.
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-11-21  Ove KaavenAdded "generate headers only" command-line option....
2002-11-13  Alexandre JulliardMake sure widl doesn't depend on the headers it has...
2002-11-12  Ove KaavenSupport for enums, arrays, encapsulated unions, signed...
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-08-13  Alexandre JulliardAvoid dependencies on y.tab.h.
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.