- 10 Sep, 2015 1 commit
-
-
Dmitry Timoshkov authored
-
- 22 Jul, 2015 1 commit
-
-
André Hentschel authored
-
- 03 Apr, 2015 1 commit
-
-
Francois Gouget authored
-
- 18 Mar, 2014 1 commit
-
-
Nikolay Sivov authored
-
- 11 Mar, 2014 1 commit
-
-
Nikolay Sivov authored
-
- 27 Jan, 2014 1 commit
-
-
Nikolay Sivov authored
The fact that test data was wrong was hidden by broken widl typelib, and same test typelib was used on windows so we never get proper test results. Standard IUnknown/IDispatch that live in system stdole2.tlb are also tested now.
-
- 04 Nov, 2013 1 commit
-
-
Alexandre Julliard authored
-
- 29 Aug, 2013 2 commits
-
-
Jacek Caban authored
-
Jacek Caban authored
-
- 18 Jan, 2013 1 commit
-
-
Piotr Caban authored
-
- 20 Dec, 2012 1 commit
-
-
Austin English authored
-
- 02 Aug, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 01 Aug, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 09 May, 2011 1 commit
-
-
Marcus Meissner authored
-
- 08 Dec, 2010 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 27 Nov, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 15 Nov, 2010 1 commit
-
-
André Hentschel authored
-
- 21 Oct, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 26 Mar, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 23 Mar, 2010 1 commit
-
-
Rob Shearman authored
It was just a simple indirection to get to a var_t, so just replace all uses of it with the latter.
-
- 17 Jun, 2009 1 commit
-
-
Huw Davies authored
-
- 09 Jun, 2009 1 commit
-
-
Huw Davies authored
-
- 08 Jun, 2009 1 commit
-
-
Huw Davies authored
-
- 21 May, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 05 Mar, 2009 3 commits
-
-
Rob Shearman authored
widl: Move the pointer referent, array element, function return type and interface inheritance properties from type_t to details structures for the appropriate types.
-
Rob Shearman authored
-
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 1 commit
-
-
Alexandre Julliard authored
-
- 19 Jan, 2009 1 commit
-
-
Rob Shearman authored
widl: Add a new function, type_alias_get_aliasee to wrap the retrieval of the type that the alias aliases.
-
- 06 Jan, 2009 9 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
Use it whenever retrieving the element type of an array.
-
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
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.
-