- 07 Jan, 2009 6 commits
-
-
Andrew Fenn authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 06 Jan, 2009 34 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
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
Use it whenever retrieving the element type of an array.
-
Rob Shearman authored
-
Rob Shearman authored
Split out the defining of coclass types in the parser into a function.
-
Rob Shearman authored
It can trivially be derived from the type field now.
-
Rob Shearman authored
widl: Move creation of module type into a separate function, type_new_module and give it a special FC type.
-
Rob Shearman authored
Make duptype static and rename alias to type_new_alias.
-
Rob Shearman authored
Use type_is_alias to replace cumbersome "type->kind == TKIND_ALIAS" expressions. Use type_get_real_type to simplify some code.
-
Rob Shearman authored
Store array type properties in the details union to save a bit of memory and to make the general properties more obvious.
-
Rob Shearman authored
-
Rob Shearman authored
-
Andrew Talbot authored
-