- 15 Aug, 2012 1 commit
-
-
Michael Stefaniuc authored
-
- 06 Sep, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 13 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 08 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 06 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 03 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 02 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 31 May, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 22 Oct, 2010 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 09 Mar, 2009 1 commit
-
-
Rob Shearman authored
-
- 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.
-
- 23 Feb, 2009 1 commit
-
-
Rob Shearman authored
-
- 06 Feb, 2009 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 06 Jan, 2009 3 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
-
- 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.
-
- 01 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 17 Nov, 2008 1 commit
-
-
Andrew Talbot authored
-
- 15 Sep, 2008 5 commits
-
-
Alexandre Julliard authored
-
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.
-
- 30 Aug, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 03 Jul, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 24 Apr, 2008 1 commit
-
-
Rob Shearman authored
-
- 21 Apr, 2008 1 commit
-
-
Rob Shearman authored
widl: The implicit_handle attribute is allowed with a handle explicitly specified in the function parameters. In that case, that handle is used instead of the implicit handle. Fix the check for the explicit_handle attribute being specified without a handle being specified in the function parameters, even though issuing an error is wrong. (Thanks to Marcus Meissner & Coverity for spotting that the check didn't do what it was supposed to do.)
-
- 02 Apr, 2008 1 commit
-
-
Rob Shearman authored
This clarifies its use in code and makes it simpler to change the way functions are parsed into types.
-
- 27 Mar, 2008 1 commit
-
-
Rob Shearman authored
is_ptr cannot be used because it follows the chain of types into the type which has the context_handle attribute, which is typically "void *" and so causes these context handles to be incorrectly detected as context handles. Instead, we can use is_aliaschain_ptr to follow the chain of aliases without following pointers and the absence of the context_handle attribute indicates that it must be present on a type after following a pointer.
-
- 15 Feb, 2008 1 commit
-
-
Rob Shearman authored
-
- 04 Feb, 2008 1 commit
-
-
Rob Shearman authored
-
- 17 Dec, 2007 1 commit
-
-
Rob Shearman authored
-
- 12 Dec, 2007 1 commit
-
-
Rob Shearman authored
widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose. Remove unneeded includes.
-
- 11 Dec, 2007 1 commit
-
-
Rob Shearman authored
-
- 19 Nov, 2007 1 commit
-
-
Michael Stefaniuc authored
-