1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00
wine/tools/widl
2023-11-29 20:44:44 +01:00
..
attribute.c widl: Add support for default_overload attribute. 2023-08-04 09:51:24 +09:00
client.c widl: Remove DECLSPEC_HIDDEN from generated files. 2023-11-08 10:11:17 +01:00
expr.c widl: Rename (error|warning)_loc_info to (error|warning)_at. 2023-03-23 16:44:34 +01:00
expr.h
hash.c widl: Silence error message for unknown languages. 2022-04-01 20:30:57 +02:00
hash.h widl: Avoid using Windows types where possible. 2022-01-24 12:27:47 +01:00
header.c widl: Remove unnecessary null check (Coverity). 2023-07-11 18:34:17 +02:00
header.h widl: Move attribute related functions to attribute.c. 2023-03-24 21:49:27 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .man.in files. 2023-10-14 13:44:07 +02:00
parser.h widl: Print the import stack and context in messages. 2023-03-23 16:44:34 +01:00
parser.l widl: Guard against re-import of the main input file. 2023-08-22 21:00:56 +02:00
parser.y widl: Guard against re-import of the main input file. 2023-08-22 21:00:56 +02:00
proxy.c widl: Remove DECLSPEC_HIDDEN from generated files. 2023-11-08 10:11:17 +01:00
register.c widl: Remove the uuid_t typedef which causes conflicts on macOS. 2022-01-25 09:27:15 +01:00
server.c widl: Remove DECLSPEC_HIDDEN from generated files. 2023-11-08 10:11:17 +01:00
typegen.c widl: In type_has_full_pointer recurse for pointer types as well. 2023-11-29 20:44:44 +01:00
typegen.h widl: Generate correct size and alignment for all types. 2018-06-05 10:07:10 +02:00
typelib_struct.h widl: Remove the uuid_t typedef which causes conflicts on macOS. 2022-01-25 09:27:15 +01:00
typelib.c widl: Use the IMAGE_FIRST_SECTION helper macro. 2023-09-25 13:02:09 +02:00
typelib.h widl: Support generating multiple typelibs into the same resource file. 2018-10-16 13:48:36 +02:00
typetree.c widl: Add source location information to attributes. 2023-03-24 21:49:27 +01:00
typetree.h widl: Move attribute related functions to attribute.c. 2023-03-24 21:49:27 +01:00
utils.c widl: Print the import stack and context in messages. 2023-03-23 16:44:34 +01:00
utils.h widl: Move diagnostic and location functions to parser.l. 2023-03-23 16:44:34 +01:00
widl.c widl: Make the alignment option generic instead of win32/win64-specific. 2023-11-10 11:06:38 +01:00
widl.h widl: Make the alignment option generic instead of win32/win64-specific. 2023-11-10 11:06:38 +01:00
widl.man.in widl: Make the alignment option generic instead of win32/win64-specific. 2023-11-10 11:06:38 +01:00
widltypes.h widl: Add support for default_overload attribute. 2023-08-04 09:51:24 +09:00
write_msft.c Remove unused NONAMELESS defines. 2023-08-15 18:56:45 +02:00