Alexandre Julliard
|
40dda77c52
|
widl: Added support for floating-point constants.
|
2007-07-17 14:12:18 +02:00 |
Rob Shearman
|
be4cdefbf3
|
widl: Fix detection of structures with non-conformant strings.
|
2007-06-20 13:07:16 +02:00 |
Dan Hipschman
|
e4679b0c13
|
widl: Handle encapsulated unions.
|
2007-06-15 11:57:53 +02:00 |
Dan Hipschman
|
8709a06028
|
widl: Handle embedded interface pointers.
|
2007-06-15 11:56:17 +02:00 |
Dan Hipschman
|
c0982b42c5
|
widl: Handle wire_marshal types.
|
2007-06-14 11:35:44 +02:00 |
Dan Hipschman
|
88c8128704
|
widl: Simplify correlation descriptor code.
|
2007-06-12 11:13:30 +02:00 |
Dan Hipschman
|
4e22899e13
|
widl: Fix incomplete struct/union typedef bug.
|
2007-06-08 11:57:15 +02:00 |
Dan Hipschman
|
978b4d4f4e
|
widl: Represent arrays with type_t.
|
2007-06-06 12:13:16 +02:00 |
Rob Shearman
|
f198dcf09b
|
widl: A structure with variance, but without conformance should be a complex struct instead of a conformant, varying struct.
|
2007-05-31 12:25:03 +02:00 |
Dan Hipschman
|
8f7a5d63ec
|
widl: Allow types that reference themselves.
|
2007-05-25 19:36:12 +02:00 |
Dan Hipschman
|
9c30da77ba
|
widl: Shrink type_t structure.
|
2007-05-25 19:35:49 +02:00 |
Dan Hipschman
|
c5aaadc4c8
|
widl: Lay framework for unions with simple unions working.
|
2007-05-21 12:40:58 +02:00 |
Dan Hipschman
|
ef433e2792
|
widl: Remove var_t's ptr_level field and start write_pointers.
|
2007-05-11 12:33:27 +02:00 |
Dan Hipschman
|
541dddfde3
|
widl: Simplify make_safearray.
|
2007-05-10 12:55:33 +02:00 |
Dan Hipschman
|
d676d3be5f
|
widl: Get rid of the tname field of var_t, simplify code.
|
2007-05-01 12:37:18 +02:00 |
Dan Hipschman
|
1ecbb01617
|
widl: Get rid of the typeref_t structure, simplify code.
|
2007-05-01 12:37:08 +02:00 |
Rob Shearman
|
1c2a717b59
|
widl: Implement writing of SAFEARRAY type descriptions in typelibs.
|
2007-03-07 20:10:32 +01:00 |
Alexandre Julliard
|
cc9a07f194
|
widl: Add a string list type and use it for the endpoint attribute.
|
2007-02-07 17:54:33 +01:00 |
Alexandre Julliard
|
24ded9e69a
|
widl: Only recognize attribute keywords inside an attribute list.
|
2007-02-07 17:50:17 +01:00 |
Mike McCormack
|
609cd30277
|
widl: Implement dispinterfaces derived from an interface.
|
2007-02-06 13:20:46 +01:00 |
Alexandre Julliard
|
43ac6ed995
|
widl: Convert expression lists to standard Wine lists.
Add a specific type for array dimensions.
|
2007-01-22 14:31:40 +01:00 |
Alexandre Julliard
|
eed74e4e4a
|
widl: Convert variable lists to standard Wine lists.
|
2007-01-22 14:26:12 +01:00 |
Alexandre Julliard
|
58827d026b
|
widl: Convert function lists to standard Wine lists.
|
2007-01-22 14:23:08 +01:00 |
Alexandre Julliard
|
e262933bdf
|
widl: Convert interface lists to standard Wine lists.
|
2007-01-22 14:21:56 +01:00 |
Alexandre Julliard
|
e998590557
|
widl: Convert attribute lists to standard Wine lists.
|
2007-01-22 14:20:36 +01:00 |
Michael Stefaniuc
|
0fb444b58c
|
tools: Remove redundant NULL checks before free() (found by Smatch).
|
2006-10-10 12:56:20 +02:00 |
Alexandre Julliard
|
86bb809e5b
|
widl: Change the prefix on bison-generated names to avoid the name-prefix directive.
|
2006-09-12 09:05:07 +02:00 |
Alexandre Julliard
|
bcdc5fb55f
|
Make.rules: Set the default prefix for bison files from the file basename.
|
2006-09-11 21:47:49 +02:00 |
Dan Hipschman
|
a407da4775
|
widl: Sanity check string and pointer attrs. Don't assign string as type.
|
2006-09-07 10:50:18 +02:00 |
Dan Hipschman
|
180ede5bfe
|
widl: Handle more pointer types in get_struct_type.
|
2006-09-07 10:49:58 +02:00 |
Dan Hipschman
|
88820263c6
|
widl: Remove checks for typedefs that always fail.
|
2006-09-07 10:49:46 +02:00 |
Dan Hipschman
|
1687a5d1db
|
widl: Generate an error for "int f(void a)".
|
2006-09-07 10:21:39 +02:00 |
Dan Hipschman
|
929a759895
|
widl: Add an is_ptr function.
|
2006-09-07 10:21:13 +02:00 |
Dan Hipschman
|
aadc90b266
|
widl: Factor the entry_t structure.
|
2006-09-07 10:20:56 +02:00 |
Dan Hipschman
|
c117a20cdb
|
widl: Use type_t for typedefs, not var_t. Simplify representation.
|
2006-09-07 10:20:41 +02:00 |
Dan Hipschman
|
59cfad37aa
|
widl: Generate names for tagless structs, unions and enums.
|
2006-09-07 10:19:48 +02:00 |
Alexandre Julliard
|
883aef172d
|
widl: xmalloc shouldn't initialize to zero, do that explicitly where needed.
|
2006-08-26 21:41:37 +02:00 |
Dan Hipschman
|
94755218ac
|
widl: Remove usage of type_t ref field for base types; simplify code.
|
2006-08-25 11:32:05 +02:00 |
Andrew Talbot
|
daa2f97bdc
|
widl: Write-strings warning fix.
|
2006-08-25 11:27:45 +02:00 |
Dan Hipschman
|
16d4e71230
|
widl: Calculate method indices in parser instead of during header generation.
|
2006-08-16 12:48:52 +02:00 |
Dan Hipschman
|
06497dd44c
|
widl: Use ref_type to simplify some code.
|
2006-08-12 11:40:30 +02:00 |
Dan Hipschman
|
df91150e10
|
widl: Generate GUID (infile_i.c) files.
|
2006-08-04 13:25:37 +02:00 |
Dan Hipschman
|
99056d7e2a
|
widl: Write forward declarations for coclass definitions.
|
2006-08-03 22:29:58 +02:00 |
Dan Hipschman
|
3e1ace5aa3
|
widl: Set type_t kind field correctly for all types.
|
2006-07-31 21:40:37 +02:00 |
Dan Hipschman
|
23707beb46
|
widl: Set defined flag for coclasses.
|
2006-07-31 21:36:31 +02:00 |
Dan Hipschman
|
678ce9875f
|
widl: Encode coclass types in typelibs.
|
2006-07-29 11:55:20 +02:00 |
Dan Hipschman
|
9265d77584
|
widl: Register types for coclasses.
|
2006-07-29 11:55:08 +02:00 |
Dan Hipschman
|
c67b19b4f4
|
widl: Fold class_t into type_t.
|
2006-07-29 11:54:09 +02:00 |
Dan Hipschman
|
3b3632a1cd
|
widl: Allow trailing commas in attribute lists.
|
2006-07-26 10:24:06 +02:00 |
Dan Hipschman
|
12a9dfd62f
|
widl: Support SAFEARRAY(type) syntax.
|
2006-07-25 11:21:41 +02:00 |