- 30 Aug, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 01 May, 2008 1 commit
-
-
Rob Shearman authored
widl: Consolidate writing of COM and dispatch interfaces into one function to remove duplicated code. Split up the writing into start and end to eventually support the style MIDL uses where it writes declared types, etc. between the start and end of the interface. Make internal header functions take the file pointer to print to. Don't write interface IDs for non-object interfaces and always write handle declarations even if the interface has no methods, like MIDL does.
-
- 30 Apr, 2008 1 commit
-
-
Rob Shearman authored
Support the static and register keywords. This consolidates externdef and constdef rules into one declaration rule.
-
- 25 Apr, 2008 1 commit
-
-
Rob Shearman authored
Move the writing of include directives into the generated header into header.c.
-
- 24 Apr, 2008 1 commit
-
-
Rob Shearman authored
-
- 22 Apr, 2008 1 commit
-
-
Rob Shearman authored
-
- 21 Apr, 2008 1 commit
-
-
Rob Shearman authored
widl: Automatically add "handle_t IDL_handle" parameter to functions with no explicit handle specified whose containing interface has the explicit_handle attribute.
-
- 27 Mar, 2008 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
widl: Use is_string_type for detecting strings in write_typeformatstring_var to make it consistent with write_remoting_arg. Fix the is_string_type function used for detecting strings by only examining aliases instead of both aliases and pointers. This is due to the requirement that pointers to strings be handled as pointers and so not detected as strings.
-
- 22 Feb, 2008 1 commit
-
-
Dan Hipschman authored
-
- 05 Nov, 2007 1 commit
-
-
Dan Hipschman authored
-
- 31 Oct, 2007 1 commit
-
-
Dan Hipschman authored
-
- 16 Oct, 2007 1 commit
-
-
Dan Hipschman authored
widl: Use new functions need_proxy and need_stub to clean up code and avoid generating unnecessary files.
-
- 03 Oct, 2007 1 commit
-
-
Dan Hipschman authored
-
- 28 Sep, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 06 Jun, 2007 2 commits
-
-
Dan Hipschman authored
-
Dan Hipschman authored
-
- 11 May, 2007 1 commit
-
-
Dan Hipschman authored
-
- 01 May, 2007 1 commit
-
-
Dan Hipschman authored
-
- 26 Apr, 2007 1 commit
-
-
Dan Hipschman authored
-
- 06 Feb, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 22 Jan, 2007 3 commits
-
-
Alexandre Julliard authored
Add a specific type for array dimensions.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 07 Sep, 2006 1 commit
-
-
Dan Hipschman authored
-
- 04 Aug, 2006 1 commit
-
-
Dan Hipschman authored
-
- 29 Jul, 2006 1 commit
-
-
Dan Hipschman authored
-
- 07 Jun, 2006 1 commit
-
-
Robert Shearman authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 30 Mar, 2006 1 commit
-
-
Eric Kohl authored
-
- 07 Feb, 2006 2 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
-
- 24 Jan, 2006 1 commit
-
-
Robert Shearman authored
-
- 31 Dec, 2005 1 commit
-
-
Robert Shearman authored
of header.c.
-
- 26 Dec, 2005 2 commits
-
-
Robert Shearman authored
Marshall and unmarshall out parameters for servers and clients respectively. Write out array components for declared local variables in generated server code.
-
Robert Shearman authored
-
- 12 Dec, 2005 1 commit
-
-
Robert Shearman authored
-
- 12 Sep, 2005 1 commit
-
-
Robert Shearman authored
header and by use. - Add support for range and ptr attributes and for the "small" base type.
-
- 03 Aug, 2005 1 commit
-
-
Robert Shearman authored
don't try to use it in functions that may be called by the client code. - Make the functions that take char * take const char *.
-