- 18 Feb, 2021 1 commit
-
-
Rémi Bernon authored
Signed-off-by:
Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Jacek Caban<jacek@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 12 Feb, 2021 1 commit
-
-
Rémi Bernon authored
And add IVectorView<T> and IIterator<T> parameterized interfaces to windows.foundation.idl for illustration and future use. They won't generate any additional code until they are fully specialized. This is a WIDL-specific feature, but MIDL has some magic knowledge of these Windows.Foundation.Collections interface templates, and we need a way to instruct WIDL about them too. Having these interfaces declared in the IDL, guarded with __WIDL__ ifdef is easier and more flexible than re-creating the types by hand in WIDL source. Signed-off-by:
Rémi Bernon <rbernon@codeweavers.com> Signed-off-by:
Jacek Caban <jacek@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 28 Jan, 2021 1 commit
-
-
Rémi Bernon authored
Signed-off-by:
Rémi Bernon <rbernon@codeweavers.com> Signed-off-by:
Jacek Caban <jacek@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 01 Dec, 2020 1 commit
-
-
Rémi Bernon authored
Signed-off-by:
Rémi Bernon <rbernon@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 19 Aug, 2019 2 commits
-
-
Zebediah Figura authored
This fixes type format string generation for the following IDL: typedef int *intp; [pointer_default(ref)] interface IRef { void a(intp *a); } [pointer_default(unique)] interface IUnique { void b(intp *a); } Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Richard Pospesel authored
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 16 Aug, 2019 2 commits
-
-
Richard Pospesel authored
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Zebediah Figura authored
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 13 Aug, 2019 3 commits
-
-
Richard Pospesel authored
Signed-off-by:
Richard Pospesel <richard@torproject.org> Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Richard Pospesel authored
Signed-off-by:
Richard Pospesel <richard@torproject.org> Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
Richard Pospesel authored
Signed-off-by:
Richard Pospesel <richard@torproject.org> Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 01 Nov, 2018 1 commit
-
-
Jacek Caban authored
Signed-off-by:
Jacek Caban <jacek@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 13 Jun, 2018 1 commit
-
-
Zebediah Figura authored
Signed-off-by:
Zebediah Figura <z.figura12@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 23 Jun, 2016 1 commit
-
-
Jarkko Korpi authored
Signed-off-by:
Jarkko Korpi <jarkko_korpi@hotmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- 30 Jun, 2015 1 commit
-
-
Gerald Pfeifer authored
-
- 25 Jul, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 31 Mar, 2011 1 commit
-
-
Marcus Meissner authored
-
- 21 Sep, 2010 1 commit
-
-
Gerald Pfeifer authored
-
- 05 Apr, 2010 1 commit
-
-
Alexandre Julliard authored
widl: Add a type_memsize_and_alignment function to make it explicit where the alignment is truly needed.
-
- 26 Mar, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 23 Mar, 2010 1 commit
-
-
Rob Shearman authored
-
- 19 Jan, 2010 1 commit
-
-
Rob Shearman authored
-
- 09 Nov, 2009 3 commits
-
-
Rob Shearman authored
widl: Allow pointers, type-qualifiers and other more complicated constructions in sizeof and cast expressions.
-
Rob Shearman authored
-
Rob Shearman authored
-
- 09 Mar, 2009 2 commits
-
-
Rob Shearman authored
Move to using type_basic_get_type in other files where appropriate.
-
Rob Shearman authored
Avoid changing the details of a pointer once created. Properly determine the pointer type for arrays.
-
- 05 Mar, 2009 2 commits
-
-
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
Use type_get_type and friends instead.
-
- 12 Jan, 2009 1 commit
-
-
Michael Karcher authored
-
- 06 Jan, 2009 2 commits
-
-
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.
-
- 29 Dec, 2008 1 commit
-
-
Rob Shearman authored
widl: Hide the details of where arguments, fields, values and cases are stored in the type_t structure for functions, structures, enums and unions.
-
- 15 Sep, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 25 Apr, 2008 1 commit
-
-
Rob Shearman authored
-
- 22 Apr, 2008 2 commits
-
-
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.
-
Rob Shearman authored
-