Commit Verlauf

Autor SHA1 Nachricht Datum
  Zebediah Figura 732f67ed38 widl: Generate a name for the encapsulated union type. vor 5 Jahren
  Zebediah Figura 60d668631f widl: Don't store the default pointer type in the type_t structure. vor 5 Jahren
  Richard Pospesel 7e4da76689 widl: Store the "const" type qualifier inside the decl_spec_t structure. vor 5 Jahren
  Richard Pospesel f131795b30 widl: Pass a decl_spec_t to type_new_alias(). vor 5 Jahren
  Richard Pospesel d4dfbb630f widl: Pass a decl_spec_t to type_new_array(). vor 5 Jahren
  Richard Pospesel aa2bd521d9 widl: Pass a decl_spec_t to write_type_v(). vor 5 Jahren
  Richard Pospesel e63df7f7bf widl: Store the aliasee as a decl_spec_t structure. vor 5 Jahren
  Zebediah Figura 2babcd6c1c widl: Use the type_type field to track whether the type is an alias. vor 5 Jahren
  Zebediah Figura 07c131f0f4 widl: Introduce type_array_{get,set}_ptr_tfsoff(). vor 5 Jahren
  Zebediah Figura b4fe4ccc96 widl: Introduce type_iface_get_async_iface(). vor 5 Jahren
  Richard Pospesel 76512154f8 widl: Refactor to have pointer type's ref use decl_spec_t rather than type_t. vor 5 Jahren
  Richard Pospesel c7d68454af widl: Refactor to have array type's element use decl_spec_t rather than type_t. vor 5 Jahren
  Richard Pospesel 1ffb6494db widl: Change struct _var_t's type member to a struct _decl_spec_t. vor 5 Jahren
  Zebediah Figura 413821f8b1 widl: Properly implement syntax 2 dispinterfaces. vor 6 Jahren
  Jacek Caban 7c29a53208 widl: Added support for namespaced structs. vor 9 Jahren
  Jacek Caban 88987c0a95 widl: Added support for namespaced enums. vor 9 Jahren
  Alexandre Julliard c31948a775 widl: Make the function return value a variable. vor 13 Jahren
  Rob Shearman 979bdf28b6 widl: Remove func_t type. vor 15 Jahren
  Rob Shearman cdec0fe485 widl: Add support for bit-fields in non-remote structures. vor 15 Jahren
  Rob Shearman 728a738a82 widl: Move type_basic_get_fc to typegen.c and rename it to get_basic_fc. vor 16 Jahren
  Rob Shearman 23673ca373 widl: Determine pointer fc at generation time instead of at parse time. vor 16 Jahren
  Rob Shearman 9d878f220b widl: Add coclass and module types to the global namespace. vor 16 Jahren
  Rob Shearman 13c3967522 widl: Move type_new_enum, type_new_struct, type_new_encapsulated_union and type_new_unencapsulated_union to typetree.c. vor 16 Jahren
  Rob Shearman 4866026d7f widl: Move the pointer referent, array element, function return type and interface inheritance properties from type_t to details structures for the appropriate types. vor 16 Jahren
  Rob Shearman 277e0617d5 widl: Store the abstract identifier of the type in type object instead of an NDR format character. vor 16 Jahren
  Rob Shearman 319a7a102e widl: Implement a more abstract way of representing basic types. vor 16 Jahren
  Rob Shearman 7e08ff27c2 widl: Move declarray property to array_details. vor 16 Jahren
  Rob Shearman 0f7f7922ba widl: Use type_get_type to determine the types of types during parsing and checking. vor 16 Jahren
  Alexandre Julliard ef6971da40 widl: Replace unsigned long and size_t by unsigned int where appropriate. vor 16 Jahren
  Rob Shearman 28ee1ee90f widl: Add new type_get_type and type_get_real_type_type functions. vor 16 Jahren