widl: Add ARM support.
[wine] / tools / widl / parser.y
2009-06-08  Huw Davieswidl: Add support for the lcid parameter attribute.
2009-03-23  Rob Shearmanwidl: Check the attributes applied to function declarat...
2009-03-09  Rob Shearmanwidl: Move type_basic_get_fc to typegen.c and rename...
2009-03-09  Rob Shearmanwidl: Determine pointer fc at generation time instead...
2009-03-05  Rob Shearmanwidl: Move type_new_enum, type_new_struct, type_new_enc...
2009-03-05  Rob Shearmanwidl: Allow enum and union tags to be used without...
2009-03-05  Rob Shearmanwidl: Move the pointer referent, array element, functio...
2009-03-05  Rob Shearmanwidl: Store the abstract identifier of the type in...
2009-03-05  Rob Shearmanwidl: Remove the single keyword and type.
2009-03-05  Rob Shearmanwidl: Implement a more abstract way of representing...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-25  Rob Shearmanwidl: Only classify top-level pointers as ref pointers...
2009-02-25  Rob Shearmanwidl: Ignore pointer attributes applied to interface...
2009-02-23  Rob Shearmanwidl: Add typegen_detect_type and use it.
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types during...
2009-02-16  Rob Shearmanwidl: Only duplicate a type if absolutely necessary.
2009-02-13  Michael Stefaniuctools: Remove unused alloca.h include.
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-01-19  Rob Shearmanwidl: Add a new function, type_alias_get_aliasee to...
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
2009-01-06  Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Add a new function, type_array_get_element.
2009-01-06  Rob Shearmanwidl: Move the ifaces field of the type_t structure...
2009-01-06  Rob Shearmanwidl: Add function for getting the interfaces defined...
2009-01-06  Rob Shearmanwidl: Don't store typelib kind information in the type...
2009-01-06  Rob Shearmanwidl: Move creation of module type into a separate...
2009-01-06  Rob Shearmanwidl: Move duptype and alias to parser.y.
2009-01-06  Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2009-01-06  Rob Shearmanwidl: Access array type properties through accessors...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2009-01-06  Rob Shearmanwidl: Do the consistency checks on interfaces after...
2008-12-29  Rob Shearmanwidl: Generate header files from the parse tree instead...
2008-12-29  Rob Shearmanwidl: Write the local stubs file based on the parsed...
2008-12-29  Rob Shearmanwidl: Write the generated file containing IID, DIID...
2008-12-29  Rob Shearmanwidl: Write the typelib based on the statement list...
2008-12-29  Rob Shearmanwidl: Create a separate type_t object for each structur...
2008-12-29  Rob Shearmanwidl: Don't create a temporary variable in the t_ident...
2008-12-29  Rob Shearmanwidl: Store the type-specific information in a union...
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...
2008-12-29  Rob Shearmanwidl: Follow aliases in check_remoting_fields so that...
2008-12-26  Alexandre Julliardwidl: Add support for generating 32-bit and/or 64-bit...
2008-12-26  Alexandre Julliardwidl: Move determination of the exact type of structure...
2008-10-10  Alexandre Julliardwidl: Add support for attributes on enum, struct and...
2008-08-18  Dan Hipschmanwidl: Honor typedef pointer attributes.
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-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-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 the types of enums with the v1_enum attribute...
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-05-07  Francois GougetAssorted spelling fixes.
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: 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: 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: 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: 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: 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: 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: Check that attributes applied to typedefs and...
next