Dan Hipschman
|
4e22899e13
|
widl: Fix incomplete struct/union typedef bug.
|
2007-06-08 11:57:15 +02:00 |
Dan Hipschman
|
b186c4dd0e
|
widl: Check for NULL in set_tfswrite.
|
2007-06-08 11:57:05 +02:00 |
Alexandre Julliard
|
56c6dbee9b
|
widl: Get rid of the SIGSEGV handler, this only makes things harder to debug.
|
2007-06-07 13:00:09 +02:00 |
Misha Koshelev
|
21fcb00af8
|
widl: Add support for vararg attribute.
|
2007-06-07 13:00:09 +02:00 |
Dan Hipschman
|
8f689ee023
|
widl: Implement conformant structure handling.
|
2007-06-06 12:13:35 +02:00 |
Dan Hipschman
|
978b4d4f4e
|
widl: Represent arrays with type_t.
|
2007-06-06 12:13:16 +02:00 |
Dan Hipschman
|
f5baddf88a
|
widl: Replace get_name with a field reference.
|
2007-06-06 12:12:36 +02:00 |
Rob Shearman
|
5ca386755e
|
widl: Set current_structure when writing out structure members to
ensure the conformance/variance calculation function can find the
necessary fields in the structures.
|
2007-05-31 12:25:18 +02:00 |
Rob Shearman
|
36fd85f4cc
|
widl: RPC_FC_BIND_PRIMITIVE is a base type so reverse an if statement
that caused string_of_type to fail and the RPC_FC_BIND_PRIMITIVE code
not to be executed.
|
2007-05-31 12:25:09 +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
|
00ce411231
|
widl: Handle pointers in unions.
Unify write_pointers with write_embedded_types, and handle pointers in
unions. Includes tests.
|
2007-05-25 19:35:29 +02:00 |
Dmitry Timoshkov
|
4d0d9fcb69
|
widl: Fix compilation warnings in 64-bit mode.
|
2007-05-23 13:05:04 +02:00 |
Dmitry Timoshkov
|
ccac7d1f11
|
widl: Fix compilation warnings in 64-bit mode.
|
2007-05-21 15:55:33 +02:00 |
Dan Hipschman
|
c5aaadc4c8
|
widl: Lay framework for unions with simple unions working.
|
2007-05-21 12:40:58 +02:00 |
Dan Hipschman
|
18724eaeb8
|
widl: Replace erroneously removed current_func assignment.
This accidentally came out and should not have. Thanks to Eric Kohl
for pointing this out to me.
|
2007-05-21 12:39:23 +02:00 |
Dan Hipschman
|
52ca3ebada
|
widl: Write some structures to the type format string on the fly.
|
2007-05-16 13:33:17 +02:00 |
Dan Hipschman
|
217fc9c0f3
|
widl: Improve handling of offsets in the type format string.
|
2007-05-16 13:33:17 +02:00 |
Dan Hipschman
|
d9c120490f
|
widl: Handle pointers fields that point to structures.
|
2007-05-14 14:24:16 +02:00 |
Dan Hipschman
|
faf5071549
|
widl: Remove an unnecessary assignment in write_pointers.
|
2007-05-14 14:24:06 +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
|
234855f059
|
widl: Remove dead code in write_msft.c.
|
2007-05-10 12:57:06 +02:00 |
Dan Hipschman
|
541dddfde3
|
widl: Simplify make_safearray.
|
2007-05-10 12:55:33 +02:00 |
Dan Hipschman
|
e7495555a0
|
widl: Remove redundant get_var_vt function.
|
2007-05-10 12:54:01 +02:00 |
Dan Hipschman
|
933ca7b126
|
widl: Add string_of_type function, prettify code.
|
2007-05-10 12:53:45 +02:00 |
Alexandre Julliard
|
7ca4e025e7
|
widl: Don't declare a global binding handle when using an implicit handle.
|
2007-05-03 14:25:58 +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 |
Dan Hipschman
|
a67c37f871
|
widl: Declare fixed-size array args as pointers to arrays.
|
2007-04-26 16:12:15 +02:00 |
Dan Hipschman
|
e714c89d2f
|
widl: Add --prefix-* options (take 3).
|
2007-04-26 15:47:37 +02:00 |
Stefan Huehner
|
4d1d01f266
|
Mark several functions as static.
|
2007-03-13 13:35:12 +01:00 |
Alexandre Julliard
|
4091627cd7
|
configure: Get rid of lex compatibility support, we require flex anyway.
|
2007-03-08 13:19:50 +01:00 |
Rob Shearman
|
1c2a717b59
|
widl: Implement writing of SAFEARRAY type descriptions in typelibs.
|
2007-03-07 20:10:32 +01:00 |
Alexandre Julliard
|
defc1d873e
|
widl: Add missing '\n' on error message.
|
2007-02-28 20:44:24 +01:00 |
Rob Shearman
|
94a0a90165
|
widl: Print EXPR_NUM expresssions as unsigned to avoid printing an extra negative sign when lval is large.
|
2007-02-26 17:33:40 +01:00 |
Alexandre Julliard
|
77292a8c82
|
widl: 'control' is an attribute not a keyword.
|
2007-02-19 16:40:34 +01:00 |
Alexandre Julliard
|
6b808bafe0
|
widl: Rename parser states to uppercase to avoid conflicts.
|
2007-02-08 11:55:35 +01:00 |
Alexandre Julliard
|
94ee8e8fac
|
widl: Output endpoint information in client and server files.
|
2007-02-07 17:55:09 +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 |
Alexandre Julliard
|
82b7eecf6c
|
widl: Use the correct type offset when freeing proxy variables.
|
2007-02-06 18:01:43 +01:00 |
Alexandre Julliard
|
936455edd7
|
widl: Added support for iid_is conformance descriptors.
|
2007-02-06 16:00:41 +01:00 |
Alexandre Julliard
|
3c2a9f5df8
|
widl: size_is and length_is are expression lists now.
|
2007-02-06 15:59:24 +01:00 |
Alexandre Julliard
|
3bfa88dc49
|
widl: Take array dimensions into account when computing buffer size.
|
2007-02-06 15:55:49 +01:00 |
Alexandre Julliard
|
3fa891bfee
|
widl: Add support for arrays of simple types in format strings.
|
2007-02-06 15:55:29 +01:00 |
Alexandre Julliard
|
732b3dc8c7
|
widl: Output correct alignments in type format strings.
|
2007-02-06 15:54:58 +01:00 |
Mike McCormack
|
609cd30277
|
widl: Implement dispinterfaces derived from an interface.
|
2007-02-06 13:20:46 +01:00 |
Mike McCormack
|
7d1e21e2c1
|
widl: Handle TKIND_DISPATCH when generating MSFT typelibs.
|
2007-01-26 14:29:18 +01:00 |
Huw Davies
|
305e4949ee
|
widl: Don't restrict the number of params of [prop*] functions.
|
2007-01-26 12:22:40 +01:00 |