Zebediah Figura
|
732f67ed38
widl: Generate a name for the encapsulated union type.
|
5 years ago |
Zebediah Figura
|
a58e4cc07c
widl: Check for redefinition of named user types.
|
5 years ago |
Zebediah Figura
|
0aa6049c8d
widl: Create exactly one type_t object per named enum type.
|
5 years ago |
Zebediah Figura
|
833639bd09
widl: Create exactly one type_t object per named union type.
|
5 years ago |
Zebediah Figura
|
42321d7a11
widl: Create exactly one type_t object per named structure type.
|
5 years ago |
Zebediah Figura
|
60d668631f
widl: Don't store the default pointer type in the type_t structure.
|
5 years ago |
Richard Pospesel
|
7e4da76689
widl: Store the "const" type qualifier inside the decl_spec_t structure.
|
5 years ago |
Zebediah Figura
|
df948ccc05
widl: Fix nesting of functions, pointers, and arrays.
|
5 years ago |
Richard Pospesel
|
f131795b30
widl: Pass a decl_spec_t to type_new_alias().
|
5 years ago |
Richard Pospesel
|
d4dfbb630f
widl: Pass a decl_spec_t to type_new_array().
|
5 years ago |
Richard Pospesel
|
e63df7f7bf
widl: Store the aliasee as a decl_spec_t structure.
|
5 years ago |
Zebediah Figura
|
2babcd6c1c
widl: Use the type_type field to track whether the type is an alias.
|
5 years ago |
Zebediah Figura
|
8b2a065892
widl: Move the "idx" parameter from struct func_details to var_t.
|
5 years ago |
Richard Pospesel
|
76512154f8
widl: Refactor to have pointer type's ref use decl_spec_t rather than type_t.
|
5 years ago |
Richard Pospesel
|
c7d68454af
widl: Refactor to have array type's element use decl_spec_t rather than type_t.
|
5 years ago |
Richard Pospesel
|
1ffb6494db
widl: Change struct _var_t's type member to a struct _decl_spec_t.
|
5 years ago |
Jacek Caban
|
b467f2de9b
widl: Create type for async variant of an interface with async_uuid attribute.
|
6 years ago |
Jacek Caban
|
2761fc91d0
widl: Add __int32 type support.
|
6 years ago |
Zebediah Figura
|
413821f8b1
widl: Properly implement syntax 2 dispinterfaces.
|
6 years ago |
Dmitry Timoshkov
|
ded915aa7c
widl: Avoid generating duplicate typelib entries for structure tag names.
|
9 years ago |
Jacek Caban
|
7c29a53208
widl: Added support for namespaced structs.
|
9 years ago |
Jacek Caban
|
88987c0a95
widl: Added support for namespaced enums.
|
9 years ago |
Jacek Caban
|
21740b5e15
widl: Added support for -ns_prefix option.
|
9 years ago |
Jacek Caban
|
867b0f8278
widl: Use proper macro name for forward declarations of interfaces inside a namespace.
|
9 years ago |
Jacek Caban
|
ddc493a805
widl: Keep track of namespace in parser and beginning namespace lookup implementation.
|
9 years ago |
Rob Shearman
|
979bdf28b6
widl: Remove func_t type.
|
15 years ago |
Rob Shearman
|
cdec0fe485
widl: Add support for bit-fields in non-remote structures.
|
15 years ago |
Rob Shearman
|
c367624534
widl: Enhance the IDL grammar to support unnamed arguments to functions.
|
15 years ago |
Rob Shearman
|
23673ca373
widl: Determine pointer fc at generation time instead of at parse time.
|
16 years ago |
Rob Shearman
|
9d878f220b
widl: Add coclass and module types to the global namespace.
|
16 years ago |