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
|
b186c4dd0e
|
widl: Check for NULL in set_tfswrite.
|
2007-06-08 11:57:05 +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 |
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 |
Dan Hipschman
|
8f7a5d63ec
|
widl: Allow types that reference themselves.
|
2007-05-25 19:36:12 +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
|
933ca7b126
|
widl: Add string_of_type function, prettify code.
|
2007-05-10 12:53:45 +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 |
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
|
94ee8e8fac
|
widl: Output endpoint information in client and server files.
|
2007-02-07 17:55:09 +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 |
Alexandre Julliard
|
9f1e9ad326
|
widl: Copy the UserMarshal support into the generic code.
|
2007-01-26 11:59:58 +01:00 |
Alexandre Julliard
|
8d50f9d054
|
widl: Add support for some simple pointer types.
|
2007-01-24 20:10:57 +01:00 |
Alexandre Julliard
|
d885244148
|
widl: Store the interface id in _StubMsg.MaxCount for iid_is pointers.
|
2007-01-24 20:10:07 +01:00 |
Alexandre Julliard
|
4f106ca398
|
widl: Fix alignment check for struct members format string.
|
2007-01-24 20:08:50 +01:00 |
Alexandre Julliard
|
8996c79d83
|
widl: Fix possible crash in write_array_tfs.
|
2007-01-24 20:08:06 +01:00 |
Alexandre Julliard
|
8e3c5c9ab9
|
widl: Skip local functions when building format strings.
|
2007-01-24 20:06:51 +01:00 |
Alexandre Julliard
|
6dd5afd723
|
widl: Export a function to compute the proc format string size for a function.
|
2007-01-24 20:05:22 +01:00 |
Alexandre Julliard
|
6655071a3f
|
widl: Move initialization of the stub buffer size into write_remoting_arguments().
|
2007-01-24 20:02:05 +01:00 |
Alexandre Julliard
|
85ed9ca31a
|
widl: Move support for stub arguments to typegen.c to make it usable for proxies too.
|
2007-01-24 19:59:16 +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 |
Dan Hipschman
|
6e7389ada8
|
widl: Remove unused parameter in write_ip_tfs.
|
2006-09-14 11:39:37 +02:00 |
Dan Hipschman
|
6ff8ae327f
|
widl: Add more complete pointer handling to write_typeformatstring_var.
|
2006-09-08 11:05:02 +02:00 |
Dan Hipschman
|
88820263c6
|
widl: Remove checks for typedefs that always fail.
|
2006-09-07 10:49:46 +02:00 |
Dan Hipschman
|
3870bf0d9e
|
widl: Output format-strings for interface pointers.
|
2006-08-18 11:36:21 +02:00 |
Dan Hipschman
|
9b16916ed1
|
widl: Allow format-string functions to work with objects.
|
2006-08-18 11:36:06 +02:00 |