2009-01-19 |
Rob Shearman | widl: Add a new function, type_alias_get_aliasee to... |
blob | commitdiff | raw |
2009-01-07 |
Rob Shearman | widl: Determine the type of an array entirely at code... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Add new function, type_iface_get_stmts. |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Add a new function, type_pointer_get_ref. |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Add a new function, type_array_get_element. |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Move the ifaces field of the type_t structure... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Add function for getting the interfaces defined... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Don't store typelib kind information in the type... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Move creation of module type into a separate... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Move duptype and alias to parser.y. |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Add new type_is_alias and type_get_real_type... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Access array type properties through accessors... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Move funcs and stmts fields from type_t structure... |
blob | commitdiff | raw | diff to current |
2009-01-06 |
Rob Shearman | widl: Do the consistency checks on interfaces after... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Generate header files from the parse tree instead... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Write the local stubs file based on the parsed... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Write the generated file containing IID, DIID... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Write the typelib based on the statement list... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Create a separate type_t object for each structur... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Don't create a temporary variable in the t_ident... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Store the type-specific information in a union... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Hide the details of where arguments, fields,... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Rob Shearman | widl: Follow aliases in check_remoting_fields so that... |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Alexandre Julliard | widl: Add support for generating 32-bit and/or 64-bit... |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Alexandre Julliard | widl: Move determination of the exact type of structure... |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Alexandre Julliard | widl: Add support for attributes on enum, struct and... |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Dan Hipschman | widl: Honor typedef pointer attributes. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Rob Shearman | widl: Remove some unnecessary calls to duptype. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Rob Shearman | widl: Rename find_type_helper, find_type and find_type2... |
blob | commitdiff | raw | diff to current |
2008-07-02 |
Dan Hipschman | widl: Factor a small part of the grammar. |
blob | commitdiff | raw | diff to current |
2008-07-02 |
Dan Hipschman | widl: Implement type redefinition checks. |
blob | commitdiff | raw | diff to current |
2008-07-02 |
Rob Shearman | widl: Check that the structure has been defined in... |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Alexandre Julliard | widl: [default] is an allowed attribute for union fields. |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Rob Shearman | widl: Fix check_remoting_fields to enumerate the correc... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Rob Shearman | widl: Fix the types of enums with the v1_enum attribute... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Rob Shearman | widl: Set the type of the type_t node constructured... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Rob Shearman | widl: Factor out the finding of a registered type to... |
blob | commitdiff | raw | diff to current |
2008-05-07 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2008-05-02 |
Gerald Pfeifer | widl: Fix syntax to also work with older versions of... |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Rob Shearman | widl: Consolidate writing of COM and dispatch interface... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: Add the parsing of storage classes into declarati... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: Prepare for supporting storage classes in declara... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: Allow pointer attributes to be applied to functio... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: Make constdef and externdef take a declarator... |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: Add support for "inline" on function definitions. |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Rob Shearman | widl: Keep const attributes applied to pointers when... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Rob Shearman | widl: Add typedefs to typelibs which have the public... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Move the func_declarator rule entirely into direc... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Create a statement object for import statements. |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Add support for string literals and wide-string... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Add support for declaring multiple fields of... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Make the rules for parsing fields in structures... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Rename pident to declarator and parse the array... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Rob Shearman | widl: Consolidate most of the inner loop of reg_typedef... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Rob Shearman | widl: Add typedef statements to the statement lists. |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Rob Shearman | widl: Create a list of statements in the whole IDL... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Rob Shearman | widl: Allow NULL to be used in expressions. |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Rob Shearman | widl: Construct the pointer chain while parsing pointer... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Rob Shearman | widl: Implement lcid property on library declarations. |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Move expression functions to a new file, expr.c. |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Check that expressions resolve so that expression... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Pass the actual type into check_remoting_fields... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Remove EXPR_MEMBERPTR and implement it using... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Add support for comparison, exclusive or, logical... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Require a constant expression for case statements. |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Rob Shearman | widl: Fix operator precedence in expressions. |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: Add support for '%' operator in expressions. |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: Add support for arrays in expressions. |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: Add support for "->" and "." operators in express... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: Issue an error instead of crashing for dividing... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: Automatically add "handle_t IDL_handle" parameter... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: Check that fields in structures and unions refere... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: Stop looping in check_remoting_args when a contex... |
blob | commitdiff | raw | diff to current |
2008-04-16 |
Rob Shearman | widl: Change alls calls to error in the parser to error... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Rob Shearman | widl: Add checking to arguments of non-local functions. |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Rob Shearman | widl: Add functions to print an error or warning messag... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Rob Shearman | widl: Add support for the broadcast and idempotent... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Rob Shearman | widl: Output a warning if duplicate attributes are... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Rob Shearman | widl: Check that attributes are applicable for librarie... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Rob Shearman | widl: The odl attribute is valid for dispinterfaces. |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Rob Shearman | widl: Check that attributes applied to typedefs and... |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Rob Shearman | widl: Check that attributes applied to interfaces,... |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Rob Shearman | widl: Turn on verbose errors, which gives a little... |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Rob Shearman | widl: Fix the writing out of function pointers with... |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Rob Shearman | widl: Support __fastcall and __pascal calling conventions. |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Rob Shearman | widl: Support parsing calling conventions for function... |
blob | commitdiff | raw | diff to current |
2008-04-02 |
Rob Shearman | widl: Store function and function pointer types complet... |
blob | commitdiff | raw | diff to current |
2008-04-01 |
Rob Shearman | widl: Be more strict about where semicolons can appear... |
blob | commitdiff | raw | diff to current |
2008-04-01 |
Rob Shearman | widl: Parse typedefs of function pointers. |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Rob Shearman | widl: Add support for generic binding handles. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Dan Hipschman | widl: Make structures with FC_ENUM16 fields complex. |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Dan Hipschman | widl: Ignore libraries in imported IDL files. |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Rob Shearman | widl: Add support for strict context handles. |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Rob Shearman | widl: Remove some confusion in how version numbers... |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Rob Shearman | widl: iid_is should take expressions, not just identifiers. |
blob | commitdiff | raw | diff to current |
2007-12-10 |
Rob Shearman | widl: Support the address-of operator in expressions. |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Rob Shearman | widl: Don't override the pointer type in top-level... |
blob | commitdiff | raw | diff to current |
2007-10-31 |
Dan Hipschman | widl: Add a --local-stubs option. |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Dan Hipschman | widl: Use error_loc instead of yyerror. |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Dan Hipschman | widl: Detect conformant arrays of user types correctly. |
blob | commitdiff | raw | diff to current |
next |