wine/tools/widl
Rémi Bernon ed21c29481 widl: Support WinRT parameterized type parsing.
And add IVectorView<T> and IIterator<T> parameterized interfaces to
windows.foundation.idl for illustration and future use. They won't
generate any additional code until they are fully specialized.

This is a WIDL-specific feature, but MIDL has some magic knowledge of
these Windows.Foundation.Collections interface templates, and we need a
way to instruct WIDL about them too.

Having these interfaces declared in the IDL, guarded with __WIDL__ ifdef
is easier and more flexible than re-creating the types by hand in WIDL
source.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-12 14:46:29 +01:00
..
client.c widl: Output interface C names in method argument list. 2020-09-07 21:07:00 +02:00
expr.c widl: Support WinRT parameterized type parsing. 2021-02-12 14:46:29 +01:00
expr.h
hash.c
hash.h
header.c widl: Support WinRT parameterized type parsing. 2021-02-12 14:46:29 +01:00
header.h widl: Support WinRT runtimeclass type parsing. 2021-01-28 09:41:46 +01:00
Makefile.in makefiles: Expand makedep path at compile time. 2020-09-09 20:30:31 +02:00
parser.h widl: Remove aNAMESPACE token from the lexer. 2021-02-08 20:09:15 +01:00
parser.l widl: Support WinRT requires keyword. 2021-02-09 21:16:16 +01:00
parser.y widl: Support WinRT parameterized type parsing. 2021-02-12 14:46:29 +01:00
proxy.c widl: Output interface C names in method argument list. 2020-09-07 21:07:00 +02:00
register.c widl: Output a registry script for all interfaces written into the typelib. 2020-01-30 16:22:33 +01:00
server.c widl: Cast server functions to void *. 2020-04-09 21:04:04 +02:00
typegen.c widl: Support WinRT parameterized type parsing. 2021-02-12 14:46:29 +01:00
typegen.h widl: Generate correct size and alignment for all types. 2018-06-05 10:07:10 +02:00
typelib.c widl: Support WinRT parameterized type parsing. 2021-02-12 14:46:29 +01:00
typelib.h widl: Support generating multiple typelibs into the same resource file. 2018-10-16 13:48:36 +02:00
typelib_struct.h widl: Fix a variable name in a comment. 2019-09-02 20:46:58 +02:00
typetree.c widl: Support WinRT parameterized type parsing. 2021-02-12 14:46:29 +01:00
typetree.h widl: Support WinRT parameterized type parsing. 2021-02-12 14:46:29 +01:00
utils.c widl: Add strmake() helper. 2019-11-02 13:55:16 +01:00
utils.h widl: Add strmake() helper. 2019-11-02 13:55:16 +01:00
widl.c widl: Fix handling of output_name in option parsing. 2021-02-09 21:16:34 +01:00
widl.h widl: Add PPC64 support. 2021-02-09 13:03:47 +01:00
widl.man.in widl: Add --sysroot and --nostdinc options. 2019-11-02 13:55:16 +01:00
widltypes.h widl: Support WinRT parameterized type parsing. 2021-02-12 14:46:29 +01:00
write_msft.c widl: Allow adding the same custdata GUID multiple times in a typelib. 2020-11-18 22:27:51 +01:00