widl: Fix incorrect version number in generated code.
[wine] / tools / widl /
2006-08-11  Dan Hipschmanwidl: Fix incorrect version number in generated code.
2006-08-10  Dan Hipschmanwidl: Add ref_type (dereference typedefs) and use it.
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-08-05  Dan Hipschmanwidl: Replace strdup, malloc and realloc with xstrdup...
2006-08-04  Dan Hipschmanwidl: Generate GUID (infile_i.c) files.
2006-08-03  Dan Hipschmanwidl: Write forward declarations for coclass definitions.
2006-07-31  Dan Hipschmanwidl: Set type_t kind field correctly for all types.
2006-07-31  Dan Hipschmanwidl: Set defined flag for coclasses.
2006-07-29  Dan Hipschmanwidl: Fix "static declaration follows non-static declar...
2006-07-29  Dan Hipschmanwidl: Encode coclass types in typelibs.
2006-07-29  Dan Hipschmanwidl: Register types for coclasses.
2006-07-29  Dan Hipschmanwidl: Check if a typeinfo is already in a typelib befor...
2006-07-29  Dan Hipschmanwidl: Set typelib_idx for coclasses when they're added...
2006-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-07-28  Jacek Cabanwidl: Reorder segments to match midl.
2006-07-28  Jacek Cabanwidl: Use cval in ATTR_ID.
2006-07-28  Jacek Cabanwidl: Added ATTR_BINDABLE handling to add_func_desc.
2006-07-28  Jacek Cabanwidl: Store typekind in msft_typeinfo_t to fix ATTR_DUA...
2006-07-26  Dan Hipschmanwidl: Allow trailing commas in attribute lists.
2006-07-25  Dan Hipschmanwidl: Support SAFEARRAY(type) syntax.
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: Support coclass forward declarations.
2006-07-14  Dan Hipschmanwidl: Fix unterminated comment in generated code.
2006-07-11  Alexandre Julliardlibs: Get rid of the symlinks for the static libs.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
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-19  Thomas Weidenmuellerwidl: Fix updating the proc offset.
2006-06-13  Alexandre Julliardwidl: Use unsigned int instead of size_t to avoid print...
2006-06-07  Robert Shearmanwidl: Support coclass forward declarations.
2006-06-02  Robert Shearmanwidl: Fix a typo in the man page.
2006-06-02  Robert Shearmanwidl: Properly size the return value procformat.
2006-06-02  Robert Shearmanwidl: Only write one procformat string and one typeform...
2006-05-31  Robert Shearmanwidl: Allow some more "reserved words" to be used as...
2006-05-27  Alexandre Julliardwidl: Clean output files when aborting on a signal.
2006-05-24  Alexandre Julliardwidl: Get rid of unnecessary inclusion of unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Jacek Cabanwidl: Don't add importlib if it is already on the list...
2006-05-20  Jacek Cabanwidl: Added support for importing parent interfaces...
2006-05-17  Jacek Cabanwidl: Added importlib reading implementation.
2006-05-15  Jacek Cabanwidl: Added RPC_FC_ENUM16 encoding.
2006-05-15  Jacek Cabanwidl: res50 is number of impinfos. Fix its usage.
2006-05-05  Eric Kohlwidl: Implement 'oldnames' option.
2006-05-05  Eric Kohlwidl: Fix a typo.
2006-04-21  Jacek Cabanwidl: Fix a typo.
2006-04-21  Jacek Cabanwidl: Added importlib parsing code.
2006-04-21  Eric Kohlwidl: Implement support for unique pointers to strings.
2006-04-20  Robert Shearmanwidl: Prevent NULL pointer de-refs on "void *" types.
2006-04-18  Robert Shearmanwidl: Ignore [object] attribute on interfaces written...
2006-04-17  Eric Kohlwidl: Support multiple RPC interfaces per binary.
2006-04-17  Eric Kohlwidl: Implement support for unique pointers to arrays.
2006-04-14  Mike McCormackwidl: Add support for VT_I8 and VT_UI8 to msft typelibs.
2006-04-10  Eric Kohlwidl: Implement support for ref pointers to simple...
2006-04-05  Eric Kohlwidl: Implement support for ref pointers to arrays...
2006-04-03  Robert Shearmanwidl: Fix the type offset for generated conformant...
2006-03-31  Robert Shearmanwidl: There's no need to cast _StubMsg - it's already...
2006-03-31  Robert Shearmanwidl: Only assign variables if not a string and only...
2006-03-31  Robert Shearmanwidl: Initialise the temporary variable to 0 for parame...
2006-03-31  Robert Shearmanwidl: Create the correct variable type for parameters...
2006-03-31  Robert Shearmanwidl: Re-use print_phase_basetype for generating return...
2006-03-31  Robert Shearmanwidl: Move handling of base type marshaling and unmarsh...
2006-03-31  Robert Shearmanwidl: Use print_phase_function for printing NdrPointerF...
2006-03-31  Robert Shearmanwidl: Add a function to generate the Ndr type calls.
2006-03-31  Robert Shearmanwidl: Only write the buffer incrementing code for the...
2006-03-31  Robert Shearmanwidl: Output the necessary sizing information for other...
2006-03-31  Robert Shearmanwidl: Output NULL ref pointer check for pointer levels...
2006-03-31  Robert Shearmanwidl: Fix a GCC warning in the generated client and...
2006-03-31  Robert Shearmanwidl: The lval member of var_t is essentially a duplica...
2006-03-31  Robert Shearmanwidl: De-reference parameters' types before deciding...
2006-03-31  Robert Shearmanwidl: Write pointer calls for all non-basetype pointer...
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-31  Robert Shearmanwidl: NdrFcShort should be written out instead of NdrShort.
2006-03-31  Robert Shearmanwidl: Output the numeric equivalent of FC_END, not...
2006-03-31  Robert Shearmanwidl: Support references in type_memsize.
2006-03-31  Robert Shearmanwidl: Only output code for non-object interfaces in...
2006-03-30  Eric Kohlwidl: Implement support for ref pointers to strings.
2006-03-28  Eric Kohlwidl: Implement support for pointers to base types.
2006-03-23  Eric Kohlwidl: Fix base type alignments.
2006-03-23  Eric Kohlwidl: Fix format string size calculation.
2006-03-18  Eric Kohlwidl: Do not generate code that initializes a binding...
2006-03-18  Eric Kohlwidl: Fix proc offset calculation.
2006-03-18  Eric Kohlwidl: 'unsigned char' and 'byte' are must be distinct...
2006-02-22  Kevin Koltzauwidl: Fix 64bit warning.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-02-14  Francois Gougetinclude: Add missing LANG_xxx and SUBLANG_xxx constants.
2006-02-10  Robert Shearmanwidl: Fix a typo when removing TYPEFLAG_FDUAL.
2006-02-09  Robert Shearmanwidl: Write out more TYPEFLAGs and add more type librar...
2006-02-09  Robert Shearmanwidl: Write out TYPEFLAG_FDUAL, TYPEFLAG_FDISPATCHABLE and
2006-02-07  Robert Shearmanwidl: Fix some warnings caused by making attributes...
2006-02-07  Alexandre Julliardwidl: Remove '\n' from yyerror calls.
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: Merge marshall_arguments and unmarshall_arguments...
2006-02-07  Robert Shearmanwidl: Yet more const attributes.
2006-02-07  Robert Shearmanwidl: More const attributes.
next