Alexandre Julliard
|
3bab54cf04
|
widl: Implemented __finally support in stub functions.
|
2008-09-15 18:03:44 +02:00 |
Alexandre Julliard
|
bf011b0f53
|
widl: Infrastructure for adding a prefix to local variable references.
|
2008-09-15 16:46:01 +02:00 |
Alexandre Julliard
|
3bdaba2a93
|
widl: Make the exception handling macros more general and use the same code everywhere.
|
2008-09-15 14:05:26 +02:00 |
Alexandre Julliard
|
1218aff94d
|
widl: Create an explicit structure for the function frame of all generated functions.
Store _StubMsg in the frame structure since it's needed for exception handling.
|
2008-09-15 14:02:26 +02:00 |
Dan Hipschman
|
a41de877da
|
widl: Output NULL for inherited methods in the vtbl.
|
2008-09-02 18:01:53 +02:00 |
Alexandre Julliard
|
5ce606e834
|
widl: Add support for finally function in proxy methods.
|
2008-08-30 11:25:22 +02:00 |
Alexandre Julliard
|
29e20b869c
|
widl: Replace write_name() by get_name() to make the code more readable.
|
2008-08-30 11:15:04 +02:00 |
Rob Shearman
|
6f2687a389
|
widl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for NULL in-only context handles instead of RPC_X_NULL_REF_PTR.
Based on a patch by Michael Martin.
|
2008-08-27 13:21:21 +02:00 |
Alexandre Julliard
|
d6e76274d9
|
widl: Add support for exception handling in the generated proxy code.
|
2008-07-03 13:08:19 +02:00 |
Rob Shearman
|
df0e38c067
|
widl: Create a list of statements in the whole IDL file, instead of just a list of interfaces.
|
2008-04-24 22:32:20 +02:00 |
Rob Shearman
|
1a0d28bf02
|
widl: Remove duplicated code in the form of the write_struct_expr function by enhancing write_expr to allow toplevel identifiers to be prefixed by a string, if specified.
|
2008-04-22 13:05:18 +02:00 |
Rob Shearman
|
80ab2a7c6d
|
widl: Move expression functions to a new file, expr.c.
|
2008-04-22 13:04:58 +02:00 |
Rob Shearman
|
5483ea9e87
|
widl: Support non-default calling conventions for object methods.
|
2008-04-11 12:14:52 +02:00 |
Rob Shearman
|
a04b150839
|
widl: Add a function to get the return type of a parsed function.
This clarifies its use in code and makes it simpler to change the way
functions are parsed into types.
|
2008-04-02 19:52:49 +02:00 |
Rob Shearman
|
c233ba105e
|
widl: Remove unused headers.
|
2008-02-15 11:06:21 +01:00 |
Rob Shearman
|
661b01f922
|
widl: Output code for initialising and freeing full pointer translation tables.
|
2008-02-04 11:49:13 +01:00 |
Rob Shearman
|
d458a599eb
|
widl: Add support for non-basetype return types.
|
2007-12-11 18:07:05 +01:00 |
Rob Shearman
|
85e87ae829
|
widl: iid_is should take expressions, not just identifiers.
|
2007-12-10 14:40:37 +01:00 |
Dan Hipschman
|
b0bc8e58de
|
widl: Don't output a void conformance for NdrClearOutParameters.
|
2007-11-05 13:24:37 +01:00 |
Dan Hipschman
|
70e12b31b8
|
widl: Fix ExprEvalRoutines output.
|
2007-10-29 12:03:26 +01:00 |
Dan Hipschman
|
9051918976
|
widl: parser_error must append a newline, so write a new function, error_loc.
|
2007-10-24 13:51:48 +02:00 |
Francois Gouget
|
4152085af1
|
widl: Modify generic_msg() to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
|
2007-10-19 11:46:01 +02:00 |
Dan Hipschman
|
ebfbec6e5c
|
widl: Output the correct value for TableSize in ProxyFileInfo.
|
2007-10-16 12:48:17 +02:00 |
Dan Hipschman
|
f173addbef
|
widl: Use new functions need_proxy and need_stub to clean up code and avoid generating unnecessary files.
|
2007-10-16 11:03:49 +02:00 |
Dan Hipschman
|
32a2477ef5
|
widl: Add a declonly argument to write_type_left.
|
2007-10-03 10:09:31 +02:00 |
Dan Hipschman
|
58dea5c9a8
|
widl: Fix a write_parameters_init bug.
|
2007-06-15 12:02:58 +02:00 |
Dan Hipschman
|
e36981e116
|
widl: Factor the output functions.
|
2007-06-15 12:02:18 +02:00 |
Dan Hipschman
|
c0982b42c5
|
widl: Handle wire_marshal types.
|
2007-06-14 11:35:44 +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 |
Dmitry Timoshkov
|
ccac7d1f11
|
widl: Fix compilation warnings in 64-bit mode.
|
2007-05-21 15:55:33 +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
|
ef433e2792
|
widl: Remove var_t's ptr_level field and start write_pointers.
|
2007-05-11 12:33:27 +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
|
a67c37f871
|
widl: Declare fixed-size array args as pointers to arrays.
|
2007-04-26 16:12:15 +02:00 |
Alexandre Julliard
|
82b7eecf6c
|
widl: Use the correct type offset when freeing proxy variables.
|
2007-02-06 18:01:43 +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
|
2eee874382
|
widl: Make some generated variables static and/or const.
|
2007-01-26 12:09:25 +01:00 |
Alexandre Julliard
|
2b9c01eed2
|
widl: Avoid dependency on COBJMACROS in generated code.
|
2007-01-26 12:09:14 +01:00 |
Alexandre Julliard
|
9505b50ccf
|
widl: Define __midl_proxy in the generated proxy code.
|
2007-01-26 12:09:03 +01:00 |
Alexandre Julliard
|
1a25936ca9
|
widl: Add a few more fields in the stub descriptor.
|
2007-01-26 12:08:51 +01:00 |
Alexandre Julliard
|
6c559cafab
|
widl: Rename a couple of variables to make the code closer to what midl generates.
|
2007-01-26 12:04:40 +01:00 |
Alexandre Julliard
|
7e4a985269
|
widl: Initialize local variables in stub functions.
|
2007-01-26 12:03:02 +01:00 |
Alexandre Julliard
|
9e6acf818f
|
widl: Use the typegen function for marshalling/unmarshalling in proxies.
|
2007-01-26 12:00:42 +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 |
Alexandre Julliard
|
75c2184f87
|
widl: Include objbase.h so that generated proxy file compiles on Wine.
|
2007-01-19 13:17:17 +01:00 |
Alexandre Julliard
|
0edfacdb6a
|
widl: Generate proxy/client/server files when requested explicitly even if they are empty.
|
2007-01-19 12:46:19 +01:00 |