winedump: Print detailed information about class/struct properties.
[wine] / tools / widl /
2008-10-20  Huw Davieswidl: Include errno.h.
2008-10-18  Rob Shearmanwidl: Check for overflow when parsing integer constants.
2008-10-10  Alexandre Julliardwidl: Add support for attributes on enum, struct and...
2008-09-18  Rob Shearmanwidl: Don't automatically add DUMMYUNIONNAME and DUMMYS...
2008-09-15  Alexandre Julliardwidl: Remove unnecessary casts in the generated code.
2008-09-15  Alexandre Julliardwidl: Implemented RpcAbnormalTermination in the generic...
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in client functions.
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in server functions.
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in stub functions.
2008-09-15  Alexandre Julliardwidl: Separate declaration and initialisation for indir...
2008-09-15  Alexandre Julliardwidl: Infrastructure for adding a prefix to local varia...
2008-09-15  Alexandre Julliardwidl: Make the exception handling macros more general...
2008-09-15  Alexandre Julliardwidl: Create an explicit structure for the function...
2008-09-11  Rob Shearmanwidl: Remove redundant code.
2008-09-10  Rob Shearmanwidl: Fix the writing typedefs to dispinterfaces and...
2008-09-10  Austin Englishwidl: Remove unreached code (Smatch).
2008-09-10  Steven Edwardswidl: Open files in binary mode to avoid corruption...
2008-09-02  Dan Hipschmanwidl: Output NULL for inherited methods in the vtbl.
2008-08-30  Alexandre Julliardwidl: Add support for finally function in proxy methods.
2008-08-30  Alexandre Julliardwidl: Replace write_name() by get_name() to make the...
2008-08-27  Rob Shearmanwidl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for...
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-08-18  Dan Hipschmanwidl: Honor typedef pointer attributes.
2008-07-07  Alexandre JulliardAdd noinput directive to all lex files to avoid a compi...
2008-07-07  Alexandre Julliardwidl: Fix a couple of uninitialized variable compiler...
2008-07-07  Rob Shearmanwidl: Remove some unnecessary calls to duptype.
2008-07-07  Rob Shearmanwidl: Rename find_type_helper, find_type and find_type2...
2008-07-03  Alexandre Julliardwidl: Add support for exception handling in the generat...
2008-07-03  Alexandre Julliardwidl: Add support for exception handling in the generat...
2008-07-03  Rob Shearmanwidl: Consolidate top-level parameter conformance/varia...
2008-07-02  Dan Hipschmanwidl: Factor a small part of the grammar.
2008-07-02  Dan Hipschmanwidl: Implement type redefinition checks.
2008-07-02  Rob Shearmanwidl: Check that the structure has been defined in...
2008-07-02  Rob Shearmanwidl: Increment the buffer offset by 8 for embedded...
2008-07-01  Alexandre Julliardwidl: Add some support for unencapsulated unions that...
2008-06-26  Alexandre Julliardwidl: [default] is an allowed attribute for union fields.
2008-06-24  Rob Shearmanwidl: Fix check_remoting_fields to enumerate the correc...
2008-06-24  Rob Shearmanwidl: Fix type_memsize to follow aliases so that the...
2008-06-24  Rob Shearmanwidl: Fix the types of enums with the v1_enum attribute...
2008-06-24  Rob Shearmanwidl: Fix crash in find_array_or_string_in_struct if...
2008-06-24  Rob Shearmanwidl: Set the type of the type_t node constructured...
2008-06-24  Rob Shearmanwidl: Factor out the finding of a registered type to...
2008-06-23  Rob Shearmanwidl: Fix the embedded pointer offsets in generated...
2008-06-23  Rob Shearmanwidl: Replace code to round up values and calculate...
2008-06-21  Rob Shearmanwidl: Fix generation of the type format string for...
2008-06-18  Simon Richterwidl: Write string lengths in host endianness.
2008-05-07  Marcus Meissnerwidl: Mark non-returning functions as noreturn.
2008-05-07  Francois GougetAssorted spelling fixes.
2008-05-06  Francois GougetAdd a comment warning when a table must be kept sorted...
2008-05-02  Gerald Pfeiferwidl: Fix syntax to also work with older versions of...
2008-05-01  Rob Shearmanwidl: Consolidate writing of COM and dispatch interface...
2008-04-30  Rob Shearmanwidl: Add the parsing of storage classes into declarati...
2008-04-30  Rob Shearmanwidl: Prepare for supporting storage classes in declara...
2008-04-30  Rob Shearmanwidl: callback, code, comm_status and in_line are attri...
2008-04-30  Rob Shearmanwidl: Allow pointer attributes to be applied to functio...
2008-04-30  Rob Shearmanwidl: Make constdef and externdef take a declarator...
2008-04-30  Rob Shearmanwidl: Add support for "inline" on function definitions.
2008-04-30  Rob Shearmanwidl: Keep const attributes applied to pointers when...
2008-04-28  Rob Shearmanwidl: Accept integer constant suffixes in the lexer.
2008-04-28  Rob Shearmanwidl: Support hex digits that use an uppercase 0X prefix.
2008-04-28  Rob Shearmanwidl: Add typedefs to typelibs which have the public...
2008-04-25  Rob Shearmanwidl: Move the func_declarator rule entirely into direc...
2008-04-25  Rob Shearmanwidl: Create a statement object for import statements.
2008-04-25  Rob Shearmanwidl: Add support for string literals and wide-string...
2008-04-25  Rob Shearmanwidl: Add support for declaring multiple fields of...
2008-04-25  Rob Shearmanwidl: Make the rules for parsing fields in structures...
2008-04-25  Rob Shearmanwidl: Rename pident to declarator and parse the array...
2008-04-25  Rob Shearmanwidl: Consolidate most of the inner loop of reg_typedef...
2008-04-24  Rob Shearmanwidl: Add typedef statements to the statement lists.
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-24  Rob Shearmanwidl: Allow NULL to be used in expressions.
2008-04-24  Rob Shearmanwidl: Construct the pointer chain while parsing pointer...
2008-04-24  Rob Shearmanwidl: Implement lcid property on library declarations.
2008-04-22  Rob Shearmanwidl: Remove duplicated code in the form of the write_s...
2008-04-22  Rob Shearmanwidl: Use expr_resolve_type to get the type of the...
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
2008-04-22  Rob Shearmanwidl: Check that expressions resolve so that expression...
2008-04-22  Rob Shearmanwidl: Pass the actual type into check_remoting_fields...
2008-04-22  Rob Shearmanwidl: Don't free input_name in pop_import as we keep...
2008-04-22  Rob Shearmanwidl: Remove EXPR_MEMBERPTR and implement it using...
2008-04-22  Rob Shearmanwidl: Add support for comparison, exclusive or, logical...
2008-04-22  Rob Shearmanwidl: Require a constant expression for case statements.
2008-04-22  Rob Shearmanwidl: Fix operator precedence in expressions.
2008-04-21  Rob Shearmanwidl: Add support for '%' operator in expressions.
2008-04-21  Rob Shearmanwidl: Add support for arrays in expressions.
2008-04-21  Rob Shearmanwidl: Add support for "->" and "." operators in express...
2008-04-21  Rob Shearmanwidl: Issue an error instead of crashing for dividing...
2008-04-21  Rob Shearmanwidl: Automatically add "handle_t IDL_handle" parameter...
2008-04-21  Rob Shearmanwidl: The implicit_handle attribute is allowed with...
2008-04-21  Rob Shearmanwidl: Check that fields in structures and unions refere...
2008-04-21  Rob Shearmanwidl: Stop looping in check_remoting_args when a contex...
2008-04-16  Rob Shearmanwidl: Change alls calls to error in the parser to error...
2008-04-14  Rob Shearmanwidl: Add checking to arguments of non-local functions.
2008-04-14  Rob Shearmanwidl: Add functions to print an error or warning messag...
2008-04-14  Rob Shearmanwidl: Write out TYPEFLAG, FUNCFLAG and VARFLAG flags...
2008-04-14  Rob Shearmanwidl: Add support for the broadcast and idempotent...
2008-04-14  Rob Shearmanwidl: Output a warning if duplicate attributes are...
2008-04-14  Rob Shearmanwidl: Check that attributes are applicable for librarie...
2008-04-14  Rob Shearmanwidl: The odl attribute is valid for dispinterfaces.
2008-04-14  Rob Shearmanwidl: Make the attrs parameter passed to start_typelib...
next