Historial de Commits

Autor SHA1 Mensaje Fecha
  Jacek Caban 26ad9a7ba3 widl: Check dispinterfaces for duplicated methods. hace 5 años
  Zebediah Figura 56995dd322 widl: Output a registry script for all interfaces written into the typelib. hace 5 años
  Alexandre Julliard 264d8884d5 widl: Add strmake() helper. hace 5 años
  Richard Pospesel 4b1dfa6037 widl: Add the typedef to the type library if the aliasee is an anonymous UDT. hace 5 años
  Zebediah Figura 732f67ed38 widl: Generate a name for the encapsulated union type. hace 5 años
  Richard Pospesel 181cafcd52 widl: Fail compilation if an incomplete union or enum is used in a remoted field. hace 5 años
  Zebediah Figura 833639bd09 widl: Create exactly one type_t object per named union type. hace 5 años
  Zebediah Figura 42321d7a11 widl: Create exactly one type_t object per named structure type. hace 5 años
  Zebediah Figura 55234f65a8 widl: Track whether the type has been defined yet in the statement_t and var_t structures. hace 5 años
  Zebediah Figura 60d668631f widl: Don't store the default pointer type in the type_t structure. hace 5 años
  Zebediah Figura 5cc3548299 widl: Store the "inline" function specifier inside the decl_spec_t structure. hace 5 años
  Richard Pospesel 7e4da76689 widl: Store the "const" type qualifier inside the decl_spec_t structure. hace 5 años
  Zebediah Figura df948ccc05 widl: Fix nesting of functions, pointers, and arrays. hace 5 años
  Richard Pospesel f131795b30 widl: Pass a decl_spec_t to type_new_alias(). hace 5 años
  Richard Pospesel d4dfbb630f widl: Pass a decl_spec_t to type_new_array(). hace 5 años
  Richard Pospesel e63df7f7bf widl: Store the aliasee as a decl_spec_t structure. hace 5 años
  Zebediah Figura c5ab9d01be widl: Use type_iface_get_inherit() in check_async_uuid(). hace 5 años
  Zebediah Figura b4fe4ccc96 widl: Introduce type_iface_get_async_iface(). hace 5 años
  Zebediah Figura a55aa54c42 widl: Use type_function_get_args() in more places. hace 5 años
  Richard Pospesel ebac6a6ac4 widl: Use type_pointer_get_default_fc() in declare_var(). hace 5 años
  Zebediah Figura c4f5fb383b widl: Get rid of fix_incomplete(). hace 5 años
  Richard Pospesel 76512154f8 widl: Refactor to have pointer type's ref use decl_spec_t rather than type_t. hace 5 años
  Richard Pospesel c7d68454af widl: Refactor to have array type's element use decl_spec_t rather than type_t. hace 5 años
  Richard Pospesel 1ffb6494db widl: Change struct _var_t's type member to a struct _decl_spec_t. hace 5 años
  Richard Pospesel 28715ce34e widl: Use FC_CHAR rather than FC_BYTE for boolean typedef to match midl.exe output. hace 5 años
  Zebediah Figura bb0e8059f0 widl: Non-top-level conformant arrays are always [ref] by default. hace 5 años
  Alexandre Julliard 5ea4d5971b widl: Use %define parse.error verbose instead of %error-verbose. hace 5 años
  Jacek Caban 759a3bf34d widl: Check function return values for additional prototype types. hace 6 años
  Jacek Caban 90748c581b widl: Add basic acf parser implementation. hace 6 años
  Jacek Caban d6b76df314 widl: Preprocess and attempt to parse provided ACF file. hace 6 años