- 09 Jun, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 09 Mar, 2009 1 commit
-
-
Rob Shearman authored
Avoid changing the details of a pointer once created. Properly determine the pointer type for arrays.
-
- 05 Mar, 2009 1 commit
-
-
Rob Shearman authored
Invert the property since an array being declared as a pointer is more surprising than an array being declared as an array. Provide an accessor, type_array_is_decl_as_ptr.
-
- 25 Feb, 2009 1 commit
-
-
Rob Shearman authored
Print a warning if a pointer attribute is specified since the generated code won't do what the developer expects.
-
- 23 Feb, 2009 3 commits
-
-
Rob Shearman authored
Add typegen_detect_type for detecting types useful during client/server/proxy code generation.
-
Rob Shearman authored
widl: Use type_get_type to determine the types of types during C client, server and proxy code generation.
-
Rob Shearman authored
-
- 06 Feb, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 14 Jan, 2009 1 commit
-
-
Francois Gouget authored
-
- 12 Jan, 2009 1 commit
-
-
Michael Karcher authored
-
- 06 Jan, 2009 5 commits
-
-
Rob Shearman authored
Also replace direct accesses into the type structure to get the return type of a function with the same function.
-
Rob Shearman authored
Use it to retrieve statements contained in interface types.
-
Rob Shearman authored
Use it for retrieving the parent interface for interfaces.
-
Rob Shearman authored
Use it for retrieving the type that a pointer refers to.
-
Rob Shearman authored
-
- 02 Jan, 2009 1 commit
-
-
Michael Karcher authored
If any ancestor of an interface needs delegation, the interface itself has holes in the vtables and thus needs delegation, too.
-
- 31 Dec, 2008 1 commit
-
-
Rob Shearman authored
-
- 26 Dec, 2008 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
widl: Store the size of a pointer in a variable instead of hardcoding the value of the host compiler.
-
- 15 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 08 Dec, 2008 3 commits
-
-
Alexandre Julliard authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
- 01 Dec, 2008 4 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
widl: Do not make the stub vtbl const for delegating interfaces since it needs to be patched up at run-time.
-
- 28 Nov, 2008 1 commit
-
-
Alexandre Julliard authored
Generate a BaseIIDList for delegated interface, and point directly to the methods that have been defined in the same file instead of delegating them.
-
- 17 Nov, 2008 1 commit
-
-
Andrew Talbot authored
-
- 15 Sep, 2008 4 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Store _StubMsg in the frame structure since it's needed for exception handling.
-
- 02 Sep, 2008 1 commit
-
-
Dan Hipschman authored
-
- 30 Aug, 2008 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 27 Aug, 2008 1 commit
-
-
Rob Shearman authored
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.
-
- 03 Jul, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 24 Apr, 2008 1 commit
-
-
Rob Shearman authored
-
- 22 Apr, 2008 1 commit
-
-
Rob Shearman authored
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.
-