widl: Check for [string] attribute being applied when the elements are ranged.
[wine] / tools / widl / typegen.h
2009-11-09  Rob Shearmanwidl: Implement [range] attribute.
2009-03-09  Rob Shearmanwidl: Move type_basic_get_fc to typegen.c and rename...
2009-03-09  Rob Shearmanwidl: Determine pointer fc at generation time instead...
2009-02-23  Rob Shearmanwidl: Add typegen_detect_type and use it.
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2008-09-15  Alexandre Julliardwidl: Infrastructure for adding a prefix to local varia...
2008-09-15  Alexandre Julliardwidl: Make the exception handling macros more general...
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-02  Rob Shearmanwidl: Add a function to get the return type of a parsed...
2008-02-04  Rob Shearmanwidl: Output code for initialising and freeing full...
2007-11-05  Dan Hipschmanwidl: Don't output a void conformance for NdrClearOutPa...
2007-10-16  Dan Hipschmanwidl: Use new functions need_proxy and need_stub to...
2007-09-19  Dan Hipschmanwidl: Implement complex arrays.
2007-09-14  Dan Hipschmanwidl: Add padding to the end of complex structures.
2007-06-15  Dan Hipschmanwidl: Fix a write_parameters_init bug.
2007-06-15  Dan Hipschmanwidl: Factor the output functions.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-16  Dan Hipschmanwidl: Improve handling of offsets in the type format...
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-02-07  Alexandre Julliardwidl: Output endpoint information in client and server...
2007-02-06  Alexandre Julliardwidl: Output correct alignments in type format strings.
2007-01-24  Alexandre Julliardwidl: Export a function to compute the proc format...
2007-01-24  Alexandre Julliardwidl: Move initialization of the stub buffer size into...
2007-01-24  Alexandre Julliardwidl: Move support for stub arguments to typegen.c...
2007-01-22  Alexandre Julliardwidl: Convert interface lists to standard Wine lists.
2006-08-18  Dan Hipschmanwidl: Allow format-string functions to work with objects.
2006-08-17  Dan Hipschmanwidl: Move format-string declaration output to typegen.c.
2006-06-02  Robert Shearmanwidl: Only write one procformat string and one typeform...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-10  Eric Kohlwidl: Implement support for ref pointers to simple...
2006-03-31  Robert Shearmanwidl: Re-use print_phase_basetype for generating return...
2006-03-30  Eric Kohlwidl: Implement support for ref pointers to strings.
2006-03-23  Eric Kohlwidl: Fix format string size calculation.
2006-02-07  Robert Shearmanwidl: Merge marshall_arguments and unmarshall_arguments...
2006-02-07  Robert Shearmanwidl: Yet more const attributes.
2006-01-27  Robert Shearmanwidl: Implement callback conformance.
2006-01-24  Robert Shearmanwidl: Don't use recursion to implement write_procformat...
2005-12-26  Robert Shearmanwidl: Remove some duplication.
2005-12-26  Robert Shearmanwidl: Pass a state into marshall_arguments and unmarsha...
2005-12-26  Robert Shearmanwidl: Add support for marshalling and unmarshalling...
2005-12-26  Robert Shearmanwidl: Add helper functions that return the size of...
2005-12-13  Robert Shearmanwidl: Start generating type format strings.
2005-12-08  Robert Shearmanwidl: Add a type generator framework.