Add -B prefix support. Small consistency cleanups.
[wine] / tools / widl /
2004-02-12  Ove KaavenDon't add imported constructs to any typelib output...
2004-02-11  Ove KaavenParse the [input_sync] attribute.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAdded partial support for function pointers.
2003-09-03  Alexandre JulliardUse <> format in generated #include statements.
2003-08-18  Jon GriffithsPortability fixes.
2003-07-22  Alexandre JulliardSupport objects with no method definitions (suggested...
2003-07-01  Alexandre JulliardAdd #ifdefs around forwards and interfaces like MIDL...
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
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-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-16  Alexandre JulliardMake sure we display the correct file name and line...
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-09  Ove KaavenDeclare user-marshaller prototypes for types declared...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
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  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
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-24  Gerald PfeiferAvoid using labels at the end of commpound statements.
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-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-08-13  Alexandre JulliardAvoid dependencies on y.tab.h.
2002-08-10  Alexandre JulliardAdded explicit dependency on y.tab.h for lex output.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-25  Gerald Pfeifer#include <unistd.h> which is required for unlink().
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.