2009-11-29 |
Rob Shearman | widl: Detect interfaces that inherit from another inter... |
blob | commitdiff | raw |
2009-11-21 |
Alexandre Julliard | widl: Use INT64 instead of __int64 in generated headers. |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Rob Shearman | widl: Add support for varargs functions. |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Rob Shearman | widl: Add support for bit-fields in non-remote structures. |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Rob Shearman | widl: Implement __int3264 keyword. |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Henri Verbeet | widl: Generate proper prototypes for function declarati... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Michael Stefaniuc | widl: Output "LONG" instead of "long" for a 32bit integer. |
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-05 |
Rob Shearman | widl: Store the abstract identifier of the type in... |
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: Fix get_explicit_generic_handle_type and is_conte... |
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-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-10 |
Alexandre Julliard | widl: Change write_type_def_or_decl and write_type_decl... |
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-02-02 |
Rob Shearman | Change parameter type from size_t to SIZE_T for MIDL_us... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Rob Shearman | widl: Add new type_get_type and type_get_real_type_type... |
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: Replace uses of get_func_return_type with type_fu... |
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_iface_get_inherit. |
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: 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 |
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: 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-09-18 |
Rob Shearman | widl: Don't automatically add DUMMYUNIONNAME and DUMMYS... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
Alexandre Julliard | widl: Infrastructure for adding a prefix to local varia... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Alexandre Julliard | widl: Replace write_name() by get_name() to make the... |
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: 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-25 |
Rob Shearman | widl: Create a statement object for import statements. |
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-22 |
Rob Shearman | widl: Remove duplicated code in the form of the write_s... |
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: 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-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: Automatically add "handle_t IDL_handle" parameter... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Rob Shearman | widl: The implicit_handle attribute is allowed with... |
blob | commitdiff | raw | diff to current |
2008-04-11 |
Rob Shearman | widl: Support non-default calling conventions for non... |
blob | commitdiff | raw | diff to current |
2008-04-11 |
Rob Shearman | widl: Support non-default calling conventions for objec... |
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: Add a newline between function prototypes for... |
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-02 |
Rob Shearman | widl: Add a function to get the return type of a parsed... |
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-27 |
Rob Shearman | widl: Use is_string_type for detecting strings in write... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Rob Shearman | widl: Remove unused headers. |
blob | commitdiff | raw | diff to current |
2008-01-18 |
Alexandre Julliard | widl: Use the real argument names in the C method macros. |
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: Support the address-of operator in expressions. |
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-19 |
Francois Gouget | widl: Modify generic_msg() to behave like all the other... |
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 |
2007-10-03 |
Dan Hipschman | widl: Write types in the format string comments. |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Dan Hipschman | widl: Add a declonly argument to write_type_left. |
blob | commitdiff | raw | diff to current |
2007-09-28 |
Rob Shearman | widl: Write prototypes for context handle rundown rount... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Rob Shearman | widl: Fix detection of complex arrays. |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Alexandre Julliard | widl: Added support for floating-point constants. |
blob | commitdiff | raw | diff to current |
2007-06-14 |
Dan Hipschman | widl: Handle wire_marshal types. |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dan Hipschman | widl: Represent arrays with type_t. |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dan Hipschman | widl: Replace get_name with a field reference. |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Dan Hipschman | widl: Remove var_t's ptr_level field and start write_po... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Dan Hipschman | widl: Get rid of the tname field of var_t, simplify... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Dan Hipschman | widl: Get rid of the typeref_t structure, simplify... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Dan Hipschman | widl: Add --prefix-* options (take 3). |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Stefan Huehner | Mark several functions as static. |
blob | commitdiff | raw | diff to current |
2007-02-26 |
Rob Shearman | widl: Print EXPR_NUM expresssions as unsigned to avoid... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Alexandre Julliard | widl: size_is and length_is are expression lists now. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Alexandre Julliard | widl: Convert expression lists to standard Wine lists. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Alexandre Julliard | widl: Convert variable lists to standard Wine lists. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Alexandre Julliard | widl: Convert function lists to standard Wine lists. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Alexandre Julliard | widl: Convert attribute lists to standard Wine lists. |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Michael Stefaniuc | widl: Use ULONG instead of unsigned long when generatin... |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Michael Stefaniuc | widl: Use ULONG instead of unsigned long when generatin... |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Michael Stefaniuc | widl: Use ULONG instead of unsigned long when generatin... |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Michael Stefaniuc | widl: Use ULONG instead of unsigned long when generatin... |
blob | commitdiff | raw | diff to current |
2006-10-16 |
Michael Stefaniuc | The Data1 member of the GUID struct needs to be an... |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Francois Gouget | widl: Use CONST_VTBL to declare lpVtbl. |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Alexandre Julliard | widl: Change the prefix on bison-generated names to... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Print pointers more aesthetically in generated... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Use type_t for typedefs, not var_t. Simplify... |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Dan Hipschman | widl: Add the rest of the pointer types to write_type. |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Dan Hipschman | widl: Remove usage of type_t ref field for base types... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Dan Hipschman | widl: Calculate method indices in parser instead of... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Dan Hipschman | widl: Generate GUID (infile_i.c) files. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Dan Hipschman | widl: Fold class_t into type_t. |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Dan Hipschman | widl: Fix redefinition of types in output. |
blob | commitdiff | raw | diff to current |
next |