advpack: Forward TranslateInfStringExA to its unicode counterpart.
[wine] / tools / widl /
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.
2006-02-07  Eric Kohlwidl: Fix proc format string for explicit binding handles.
2006-02-07  Robert Shearmanwidl: Write out the correct FC type if the structure...
2006-02-07  Robert Shearmanwidl: Split pointer writing into a separate function.
2006-02-07  Robert Shearmanwidl: Fix pointer detection for structures with embedde...
2006-02-07  Robert Shearmanwidl: Increment the type format string when writing...
2006-02-07  Robert Shearmanwidl: Make all pointer fields of expr_t structure constant.
2006-02-03  Robert Shearmanwidl: Add architecture for generating pointer layouts.
2006-02-03  Eric Kohlwidl: The 'string' attribute can also be used with...
2006-02-02  Alexandre Julliardwidl: Some cosmetic fixes in generated code.
2006-02-02  Alexandre Julliardwidl: Make sure the token variables are always initiali...
2006-02-01  Robert Shearmanwidl: Fix a SEGV when using arrays declared using a...
2006-01-31  Robert Shearmanwidl: Changes to output for better debugability.
2006-01-31  Robert Shearmanwidl: Clean up conformant struct handling.
2006-01-31  Robert Shearmanwidl: Fix the writing of arrays with size specified...
2006-01-31  Robert Shearmanwidl: Improve the current type offset passing.
2006-01-31  Robert Shearmanwidl: The stack/structure offset in correlation descrip...
2006-01-31  Robert Shearmanwidl: Do constant folding for the sizeof operator on...
2006-01-31  Robert Shearmanwidl: Support client/server generation for explicit_han...
2006-01-31  Robert Shearmanwidl: Implement constant conformance.
2006-01-31  Robert Shearmanwidl: Fix the type offset used in marshaling/unmarshaling.
2006-01-31  Robert Shearmanwidl: Implement the writing of defaultvalue constants...
2006-01-31  Robert Shearmanwidl: Use a macro to write out FC types, along with...
2006-01-31  Robert Shearmanwidl: Pass the current type format string offset throug...
2006-01-31  Robert Shearmanwidl: Eliminate redundant callback routines.
2006-01-27  Robert Shearmanwidl: Implement callback conformance.
2006-01-24  Robert Shearmanwidl: Generate type format strings for conformant varyi...
2006-01-24  Robert Shearmanwidl: Fix detection of varying arrays.
2006-01-24  Robert Shearmanwidl: Fix detection of conformant varying structs.
2006-01-24  Robert Shearmanwidl: Support generation of conformant structure type...
2006-01-24  Robert Shearmanwidl: Conformant arrays have a size of 0.
2006-01-24  Robert Shearmanwidl: Support correlation descriptors in structures.
2006-01-24  Robert Shearmanwidl: Error if an array is in the middle of a structure.
2006-01-24  Robert Shearmanwidl: Fix the detection of conformant and pointer structs.
2006-01-24  Robert Shearmanwidl: Simple structs and complex pointers.
2006-01-24  Robert Shearmanwidl: Add framework for generating struct and union...
2006-01-24  Robert Shearmanwidl: Support different types of simple pointers.
2006-01-24  Robert Shearmanwidl: Generate NdrNonConformatString* calls for non...
2006-01-24  Robert Shearmanwidl: Add functions for detecting array and string...
2006-01-24  Robert Shearmanwidl: Support some more complicated conformance / varia...
2006-01-24  Robert Shearmanwidl: Start implementing writing of conformance/varianc...
2006-01-24  Robert Shearmanwidl: Strings.
2006-01-24  Robert Shearmanwidl: Arrays.
2006-01-24  Robert Shearmanwidl: Simplify write_typeformatstring_type.
2006-01-24  Robert Shearmanwidl: Don't use recursion for write_typeformatstring_type.
2006-01-24  Robert Shearmanwidl: Don't use recursion to implement write_procformat...
2006-01-06  Robert Shearmanwidl: Generate static sizing information for fixed...
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-03  Alexandre JulliardSupport building flex files without debug support.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-12-31  Robert Shearmanwidl: Output sizing information for arrays in the gener...
2005-12-31  Robert Shearmanwidl: Export the bracket adding functionality of do_wri...
2005-12-26  Robert Shearmanwidl: Fix merge conflict.
2005-12-26  Robert Shearmanwidl: Follow type references in procformat and typeform...
2005-12-26  Robert Shearmanwidl: Handle marshaling and unmarshaling structures.
2005-12-26  Robert Shearmanwidl: Out parameters.
2005-12-26  Robert Shearmanwidl: Remove some duplication.
2005-12-26  Robert Shearmanwidl: Pass a state into marshall_arguments and unmarsha...
2005-12-26  Robert Shearmanwidl: Generate marshaling and unmarshaling statements...
2005-12-26  Robert Shearmanwidl: Treat variables with array indices the same as...
2005-12-26  Robert Shearmanwidl: Advance the type format string whilst marshaling and
2005-12-26  Robert Shearmanwidl: Convert the main while loops in marshall_argument...
2005-12-26  Robert Shearmanwidl: Add support for marshalling and unmarshalling...
2005-12-26  Robert Shearmanwidl: Add some const attributes.
2005-12-26  Robert Shearmanwidl: Prepare marshall and unmarshall code generation...
2005-12-26  Robert Shearmanwidl: Fix SEGVs with client and server code generation...
2005-12-26  Robert Shearmanwidl: Generate correct proc format strings for [out...
2005-12-26  Robert Shearmanwidl: Use the same precendence rule for the conditional...
2005-12-26  Robert Shearmanwidl: Better array support.
2005-12-26  Robert Shearmanwidl: Support non-basic variables in proc format strings.
2005-12-26  Robert Shearmanwidl: Add helper functions that return the size of...
2005-12-19  Hans Leidekkerwidl: Avoid lvalue casts in generated code.
2005-12-16  Jacek Cabanwidl: Added bindable and displaybind attributes handling.
2005-12-13  Robert Shearmanwidl: Start generating type format strings.
2005-12-13  Eric Kohlwidl: Server stubs in generated code are void functions.
2005-12-12  Robert Shearmanwidl: Generate FC_ERROR_STATUS_T proc format.
2005-12-12  Robert Shearmanwidl: Support explicit binding handles.
2005-12-12  Robert Shearmanwidl: Zero initialize parameters in the generated serve...
2005-12-12  Robert Shearmanwidl: Calculate the size of buffer required.
2005-12-12  Robert Shearmanwidl: Don't cast buffer pointers to long in generated...
2005-12-12  Eric Kohlwidl: Support multiple interfaces per file.
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-12  Robert Shearmanwidl: Don't output __RPC_FAR in generated code.
2005-12-09  Vincent Béronwidl: Issue correct C++ headers.
next