Store interfaces, structs, coclasses and modules that are to be
[wine] / tools / widl / widl.c
2004-12-27  Vincent BéronGenerate only wanted files.
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-10-05  Alexandre JulliardRemoved no longer needed ICOM compatibility mode in...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-03  Alexandre JulliardUse <> format in generated #include statements.
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
2003-04-10  Alexandre JulliardGet rid of the ICOM_CALL macros.
2003-03-16  Alexandre JulliardMake sure we display the correct file name and line...
2003-01-09  Ove KaavenDeclare user-marshaller prototypes for types declared...
2002-12-15  Ove KaavenOutput raw ICOM-less C/C++ interface definitions by...
2002-12-03  Ove KaavenParse the NOT operator, the [idempotent] attribute...
2002-11-21  Ove KaavenAdded "generate headers only" command-line option....
2002-11-13  Alexandre JulliardMoved rpc.h inclusion in widl-generated file so that...
2002-11-12  Ove KaavenSupport for enums, arrays, encapsulated unions, signed...
2002-08-27  Alexandre JulliardTry to derive temp file names from output file names...
2002-08-17  Dmitry TimoshkovInclude protection for <unistd.h>, <sys/types.h> and...
2002-07-20  Alexandre JulliardExplicitly specify the path to wpp.h so we don't need...
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.