Rémi Bernon
|
2326d7226d
widl: Support WinRT delegate type.
|
4 years ago |
Rémi Bernon
|
ed21c29481
widl: Support WinRT parameterized type parsing.
|
4 years ago |
Rémi Bernon
|
f46c077d5e
widl: Support WinRT runtimeclass type parsing.
|
4 years ago |
Rémi Bernon
|
ee490ee26c
widl: Support WinRT apicontract type.
|
4 years ago |
Michael Stefaniuc
|
bbcf44eb97
widl: Add the ARRAY_SIZE() macro.
|
5 years ago |
Richard Pospesel
|
57f697e137
widl: Respect wire-marshal typedefs in type libraries.
|
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 |
Alexandre Julliard
|
f67301e9ec
widl: Always generate files for the target platform only.
|
6 years ago |
Jacek Caban
|
2761fc91d0
widl: Add __int32 type support.
|
6 years ago |
Alexandre Julliard
|
c34e245137
widl: Support generating multiple typelibs into the same resource file.
|
6 years ago |
Zebediah Figura
|
65610a4c94
widl: Fix detection of SAFEARRAY pointers when writing array pointers.
|
6 years ago |
Jacek Caban
|
fbdf119e2c
widl: Try to find imported typelib using .tlb extension if it wasn't specified.
|
7 years ago |
Francois Gouget
|
8a63982f73
widl: Remove unneeded NONAMELESSXXX directives.
|
9 years ago |
Dmitry Timoshkov
|
e809f0bd8c
widl: Move is_ptr() and is_array() to header.h and make them inline.
|
11 years ago |
Alexandre Julliard
|
b568287eef
widl: Add support for generating typelibs directly in resource format.
|
13 years ago |
Rob Shearman
|
cdec0fe485
widl: Add support for bit-fields in non-remote structures.
|
15 years ago |
Rob Shearman
|
4339f9edfb
widl: Implement __int3264 keyword.
|
15 years ago |
Rob Shearman
|
728a738a82
widl: Move type_basic_get_fc to typegen.c and rename it to get_basic_fc.
|
16 years ago |
Rob Shearman
|
277e0617d5
widl: Store the abstract identifier of the type in type object instead of an NDR format character.
|
16 years ago |
Rob Shearman
|
319a7a102e
widl: Implement a more abstract way of representing basic types.
|
16 years ago |
Rob Shearman
|
7e08ff27c2
widl: Move declarray property to array_details.
|
16 years ago |
Rob Shearman
|
28a2c06cf7
widl: Use type_get_type to determine the types of types during typelib generation.
|
16 years ago |
Rob Shearman
|
28ee1ee90f
widl: Add new type_get_type and type_get_real_type_type functions.
|
16 years ago |
Rob Shearman
|
77228b52e6
widl: Determine the type of an array entirely at code generation time instead of at parse time.
|
16 years ago |
Rob Shearman
|
67ac03ae4e
widl: Add a new function, type_pointer_get_ref.
|
16 years ago |
Rob Shearman
|
64520ecdc7
widl: Move creation of module type into a separate function, type_new_module and give it a special FC type.
|
16 years ago |
Rob Shearman
|
8b326c4ff8
widl: Move duptype and alias to parser.y.
|
16 years ago |
Rob Shearman
|
cb8d3322be
widl: Add new type_is_alias and type_get_real_type helper functions.
|
16 years ago |
Rob Shearman
|
5223d04a7c
widl: Write the typelib based on the statement list generated in the typelib_t object instead of using hooks in the parser code.
|
16 years ago |