widl: Don't use recursion for write_typeformatstring_type.
[wine] / tools / widl / typegen.c
2006-01-24  Robert Shearmanwidl: Don't use recursion for write_typeformatstring_type.
2006-01-24  Robert Shearmanwidl: Don't use recursion to implement write_procformat...
2006-01-06  Robert Shearmanwidl: Generate static sizing information for fixed...
2005-12-31  Robert Shearmanwidl: Output sizing information for arrays in the gener...
2005-12-26  Robert Shearmanwidl: Fix merge conflict.
2005-12-26  Robert Shearmanwidl: Follow type references in procformat and typeform...
2005-12-26  Robert Shearmanwidl: Handle marshaling and unmarshaling structures.
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: Generate marshaling and unmarshaling statements...
2005-12-26  Robert Shearmanwidl: Treat variables with array indices the same as...
2005-12-26  Robert Shearmanwidl: Advance the type format string whilst marshaling and
2005-12-26  Robert Shearmanwidl: Convert the main while loops in marshall_argument...
2005-12-26  Robert Shearmanwidl: Add support for marshalling and unmarshalling...
2005-12-26  Robert Shearmanwidl: Prepare marshall and unmarshall code generation...
2005-12-26  Robert Shearmanwidl: Fix SEGVs with client and server code generation...
2005-12-26  Robert Shearmanwidl: Generate correct proc format strings for [out...
2005-12-26  Robert Shearmanwidl: Better array support.
2005-12-26  Robert Shearmanwidl: Support non-basic variables in proc format strings.
2005-12-26  Robert Shearmanwidl: Add helper functions that return the size of...
2005-12-19  Hans Leidekkerwidl: Avoid lvalue casts in generated code.
2005-12-13  Robert Shearmanwidl: Start generating type format strings.
2005-12-12  Robert Shearmanwidl: Generate FC_ERROR_STATUS_T proc format.
2005-12-12  Robert Shearmanwidl: Don't treat FC_SMALL as FC_SHORT.
2005-12-12  Robert Shearmanwidl: Don't output __RPC_FAR in generated code.
2005-12-08  Robert Shearmanwidl: Marshal and unmarshal basic types.
2005-12-08  Robert Shearmanwidl: Add a type generator framework.