rpcrt4: Add tests for NdrGetUserMarshalInfo.
[wine] / dlls / rpcrt4 / tests / server.idl
2009-01-13  Ge van Geldorprpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test...
2009-01-12  Michael Karcherwidl: Dereference operator in expr works on any declare...
2008-10-14  Rob Shearmanrpcrt4: The type referred to by the wire_marshal attrib...
2008-07-01  Alexandre Julliardwidl: Add some support for unencapsulated unions that...
2008-06-23  Rob Shearmanrpcrt4: Add test for using a conformant varying structu...
2008-03-21  Dan Hipschmanwidl: Make structures with FC_ENUM16 fields complex.
2008-02-22  Dan Hipschmanwidl: Allow is_string_type to work for typedef'd types.
2007-12-26  Rob Shearmanrpcrt4: Add tests for varying and conformant varying...
2007-12-26  Rob Shearmanrpcrt4: Add tests for low-level context handle functions.
2007-12-19  Rob Shearmanrpcrt4: Initialise memory passed into RPCs in the serve...
2007-12-11  Rob Shearmanwidl: Add support for non-basetype return types.
2007-11-06  Dan Hipschmanwidl: Don't rely on type_memsize to return 0 for all...
2007-11-05  Dan Hipschmanwidl: Handle pointers to conformant arrays (e.g., ...
2007-11-02  Rob Shearmanrpcrt4: Add a test for the pointers in [in,out] pointer...
2007-10-22  Dan Hipschmanwidl: Fix problems with variable-size user types.
2007-10-18  Dan Hipschmanwidl: Detect conformant arrays of user types correctly.
2007-10-11  Dan Hipschmanrpcrt4, widl: Make pointer layouts compatible with...
2007-10-09  Dan Hipschmanrpcrt4/tests: Make server.idl compatible with MIDL.
2007-09-27  Dan Hipschmanwidl: Fix string codes in pointer descriptions.
2007-09-27  Dan Hipschmanwidl: Fix top-level conformant arrays with pointer...
2007-09-20  Dan Hipschmanwidl: Handle top-level conformance for complex arrays.
2007-09-20  Dan Hipschmanwidl: Respect pointer attributes better.
2007-09-19  Dan Hipschmanwidl: Implement complex arrays.
2007-09-19  Dan Hipschmanwidl: Implement pointer descriptions for complex struct...
2007-09-14  Dan Hipschmanwidl: Add padding to the end of complex structures.
2007-09-10  Dan Hipschmanwidl: Allow size_is on strings.
2007-09-10  Dan Hipschmanwidl: Implement NDR for struct field alignment.
2007-09-10  Dan Hipschmanwidl: Fix top-level and callback conformances.
2007-06-26  Dan Hipschmanwidl: Allow enums as union switch types.
2007-06-26  Dan Hipschmanwidl: Get simple enums working.
2007-06-21  Dan Hipschmanwidl: Add tests for arrays of pointers.
2007-06-19  Dan Hipschmanrpcrt4: Add encapsulated union tests.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal pointer attributes.
2007-06-14  Dan Hipschmanwidl: Test structure argument marshalling.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-12  Dan Hipschmanwidl: Simplify correlation descriptor code.
2007-06-06  Dan Hipschmanwidl: Implement conformant structure handling.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-31  Dan Hipschmanrpcrt4: Fix build of test on Solaris by renaming a...
2007-05-25  Dan Hipschmanwidl: Allow types that reference themselves.
2007-05-25  Dan Hipschmanwidl: Handle pointers in unions.
2007-05-21  Dan Hipschmanwidl: Lay framework for unions with simple unions working.
2007-05-16  Dan Hipschmanwidl: Write some structures to the type format string...
2007-05-14  Dan Hipschmanwidl: Handle pointers fields that point to structures.
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-04-26  Dan Hipschmanrpcrt4: Add a testcase for RPCs with fixed-size arrays.
2007-04-26  Dan Hipschmanrpcrt4: Add tests for RPC and widl generated code.