- 12 Apr, 2016 1 commit
-
-
Sergei Bolotov authored
Signed-off-by: Sergei Bolotov <bolotov.s.s@yandex.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 05 Nov, 2015 3 commits
-
-
Alexandre Julliard authored
This could be re-enabled once there's a mechanism to avoid the warning when building the corresponding test case. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Dmitry Timoshkov authored
MSDN KB285146 article describes this behaviour, and the tests confirm that. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Dmitry Timoshkov authored
Fix handing of the following .idl snippet: typedef [uuid(b14b6bb5-904e-4ff9-b247-bd361f7a0001)] struct g { int g1; } g; [uuid(b14b6bb5-904e-4ff9-b247-bd361f7a0002)] interface test_iface : IUnknown { HRESULT test([in] g *ptr); } Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 02 Nov, 2015 2 commits
-
-
Dmitry Timoshkov authored
Silence warnings about adding a duplicate uuid when generating stdole2.tlb. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Sebastian Lackner authored
widl: When adding an interface typedef do check whether it has been already added while resolving the parent interface. Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 26 Oct, 2015 1 commit
-
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 06 Oct, 2015 1 commit
-
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
- 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 1 commit
-
-
Rob Shearman authored
Also replace direct accesses into the type structure to get the return type of a function with the same function.
-