2007-12-11 |
Rob Shearman | widl: Add support for non-basetype return types. |
blob | commitdiff | raw |
2007-12-10 |
Rob Shearman | widl: iid_is should take expressions, not just identifiers. |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Dan Hipschman | widl: Don't output a void conformance for NdrClearOutPa... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Dan Hipschman | widl: Fix ExprEvalRoutines output. |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Dan Hipschman | widl: parser_error must append a newline, so write... |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Francois Gouget | widl: Modify generic_msg() to behave like all the other... |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Dan Hipschman | widl: Output the correct value for TableSize in ProxyFi... |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Dan Hipschman | widl: Use new functions need_proxy and need_stub to... |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Dan Hipschman | widl: Add a declonly argument to write_type_left. |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Dan Hipschman | widl: Fix a write_parameters_init bug. |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Dan Hipschman | widl: Factor the output functions. |
blob | commitdiff | raw | diff to current |
2007-06-14 |
Dan Hipschman | widl: Handle wire_marshal types. |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dan Hipschman | widl: Represent arrays with type_t. |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Dan Hipschman | widl: Replace get_name with a field reference. |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Dmitry Timoshkov | widl: Fix compilation warnings in 64-bit mode. |
blob | commitdiff | raw | diff to current |
2007-05-16 |
Dan Hipschman | widl: Improve handling of offsets in the type format... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Dan Hipschman | widl: Remove var_t's ptr_level field and start write_po... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Dan Hipschman | widl: Get rid of the tname field of var_t, simplify... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Dan Hipschman | widl: Declare fixed-size array args as pointers to... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Alexandre Julliard | widl: Use the correct type offset when freeing proxy... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Alexandre Julliard | widl: size_is and length_is are expression lists now. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Alexandre Julliard | widl: Make some generated variables static and/or const. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Alexandre Julliard | widl: Avoid dependency on COBJMACROS in generated code. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Alexandre Julliard | widl: Define __midl_proxy in the generated proxy code. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Alexandre Julliard | widl: Add a few more fields in the stub descriptor. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Alexandre Julliard | widl: Rename a couple of variables to make the code... |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Alexandre Julliard | widl: Initialize local variables in stub functions. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Alexandre Julliard | widl: Use the typegen function for marshalling/unmarsha... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Alexandre Julliard | widl: Convert variable lists to standard Wine lists. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Alexandre Julliard | widl: Convert function lists to standard Wine lists. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Alexandre Julliard | widl: Convert interface lists to standard Wine lists. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Alexandre Julliard | widl: Convert attribute lists to standard Wine lists. |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Alexandre Julliard | widl: Include objbase.h so that generated proxy file... |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Alexandre Julliard | widl: Generate proxy/client/server files when requested... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Alexandre Julliard | widl: Change the prefix on bison-generated names to... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Sanity check string and pointer attrs. Don't... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Remove checks for typedefs that always fail. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Hipschman | widl: Add an is_ptr function. |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Dan Hipschman | widl: Allow format-string functions to work with objects. |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Dan Hipschman | widl: Use typegen.c format-string functions in proxy.c. |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Dan Hipschman | widl: Generate proxy code for user marshalled types. |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Dan Hipschman | widl: Fix out-only temporary variable generation. |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Dan Hipschman | widl: Fix NdrComplexStructUnmarshall calls in generated... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Dan Hipschman | widl: Fix NdrConformantArrayUnmarshall calls in generat... |
blob | commitdiff | raw | diff to current |
2006-08-15 |
Dan Hipschman | widl: Pass the right size to MIDL_memset in generated... |
blob | commitdiff | raw | diff to current |
2006-08-12 |
Dan Hipschman | widl: Improve pointer null checking logic. |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Dan Hipschman | widl: Don't generate indentation spaces on empty lines. |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Dan Hipschman | widl: Fix incorrect version number in generated code. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Dan Hipschman | widl: Fix "static declaration follows non-static declar... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Robert Shearman | widl: Yet more const attributes. |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Alexandre Julliard | widl: Some cosmetic fixes in generated code. |
blob | commitdiff | raw | diff to current |
2005-12-31 |
Robert Shearman | widl: Export the bracket adding functionality of do_wri... |
blob | commitdiff | raw | diff to current |
2005-12-26 |
Robert Shearman | widl: Add some const attributes. |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Hans Leidekker | widl: Avoid lvalue casts in generated code. |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Alexandre Julliard | Removed the broken mmap64 configure check, and moved the |
blob | commitdiff | raw | diff to current |
2005-06-15 |
Stefan Huehner | Fix some -Wmissing-declarations by making functions... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Huw Davies | Fix typelib only option. |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Rémi Assailly | Small char -> const char fix. |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Jacek Caban | - Added creation of dispinterface header. |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Mike McCormack | Various formatting fixes. |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Mike McCormack | Improve the handling of complex data types (strings... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Mike McCormack | Improve proxy code generated for oaidl.idl. |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Mike McCormack | Output NdrConvert, NdrClearOutParameters and IID constr... |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Mike McCormack | Output intermediate variables for the method to write... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Mike McCormack | Generate some marshalling code for stubs. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Mike McCormack | - make the widl generated proxy-stub code compilable |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Mike McCormack | Output code to clear OUT variables in proxy code. |
blob | commitdiff | raw | diff to current |
2004-01-07 |
Ove Kaaven | Added rules to parse library, coclass, dispinterface... |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Alexandre Julliard | Added partial support for function pointers. |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Alexandre Julliard | Support objects with no method definitions (suggested... |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Ove Kaaven | Parse the NOT operator, the [idempotent] attribute... |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Ove Kaaven | Added "generate headers only" command-line option.... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Ove Kaaven | Support for enums, arrays, encapsulated unions, signed... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Dmitry Timoshkov | Include protection for <unistd.h>, <sys/types.h> and... |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Alexandre Julliard | Avoid dependencies on y.tab.h. |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Alexandre Julliard | Merged the IDL compiler written by Ove Kaaven. |
blob | commitdiff | raw | diff to current |
|