2009-06-08 |
Huw Davies | widl: Add support for the lcid parameter attribute. |
blob | commitdiff | raw |
2009-03-23 |
Rob Shearman | widl: Check the attributes applied to function declarat... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Rob Shearman | widl: Move type_basic_get_fc to typegen.c and rename... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Rob Shearman | widl: Determine pointer fc at generation time instead... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Rob Shearman | widl: Move type_new_enum, type_new_struct, type_new_enc... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Rob Shearman | widl: Allow enum and union tags to be used without... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Rob Shearman | widl: Move the pointer referent, array element, functio... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Rob Shearman | widl: Store the abstract identifier of the type in... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Rob Shearman | widl: Remove the single keyword and type. |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Rob Shearman | widl: Implement a more abstract way of representing... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Rob Shearman | widl: Move declarray property to array_details. |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Rob Shearman | widl: Only classify top-level pointers as ref pointers... |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Rob Shearman | widl: Ignore pointer attributes applied to interface... |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Rob Shearman | widl: Add typegen_detect_type and use it. |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Rob Shearman | widl: Use type_get_type to determine the types of types... |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Rob Shearman | widl: Use type_get_type to determine the types during... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Rob Shearman | widl: Only duplicate a type if absolutely necessary. |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Michael Stefaniuc | tools: Remove unused alloca.h include. |
blob | commitdiff | raw | diff to current |
2009-02-06 |
Alexandre Julliard | widl: Replace unsigned long and size_t by unsigned... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Rob Shearman | widl: Add a new function, type_alias_get_aliasee to... |
blob | commitdiff | raw | diff to current |
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 |
next |