ntdll: Refuse to create new thread if the target process is being terminated.
[wine] / tools / widl / header.c
2012-10-15  Thomas Faberwidl: Use 'class' for coclass typedefs in C++.
2012-07-30  Nikolay Sivovwidl: Don't output method macro if name duplicates...
2012-07-30  Nikolay Sivovwidl: Protect from duplicated method names in C-style...
2012-07-26  Nikolay Sivovwidl: Emit default argument values for cpp methods.
2012-07-26  Jacek Cabanwidl: Added an extension that uses inline functions...
2012-05-14  Jacek Cabanwidl: Added support for nameless structs and unions.
2012-03-08  Jacek Cabanwidl: Make headers guards compatible with midl.
2012-01-20  Alexandre Julliardwidl: We no longer need to avoid windows.h in generated...
2011-09-22  Jacek Cabanwidl: Define __REQUIRED_RPCNDR_H_VERSION__ in generated...
2011-09-06  Alexandre Julliardwidl: Don't output stubs for interfaces included in...
2011-07-14  Jacek Cabanwidl: Produce __uuidof-compatible headers.
2011-07-06  Marcus Meissnerwidl: Decrease is_object_interface after usage.
2011-07-06  Jacek Cabanwidl: Generate class forward declaration for coclasses.
2011-06-27  Jacek Cabanwidl: Insert standard windows.h and ole2.h includes...
2011-06-13  Alexandre Julliardwidl: Output the list of rundown routines in server...
2011-06-13  Alexandre Julliardwidl: Default to the cdecl calling convention in client...
2011-06-02  Alexandre Julliardwidl: Generate function headers in the proc format...
2011-06-02  Alexandre Julliardwidl: Fix representation of context handles in the...
2011-05-31  Alexandre Julliardwidl: Add a more generic way of determining the type...
2011-05-31  Alexandre Julliardwidl: Support using custom handle types with the implic...
2011-05-27  Alexandre Julliardwidl: Output a list of binding routines in client files.
2010-10-27  Amine Khaldiwidl: Do not define MIDL_user_allocate and MIDL_user_fr...
2010-09-06  Alexandre Julliardwidl: Fix declaration order in generated headers.
2010-08-27  Alexandre Julliardwidl: Set the default calling convention at header...
2010-03-26  Alexandre Julliardwidl: Long constants must be 32-bit on all platforms.
2009-11-29  Rob Shearmanwidl: Detect interfaces that inherit from another inter...
2009-11-21  Alexandre Julliardwidl: Use INT64 instead of __int64 in generated headers.
2009-11-09  Rob Shearmanwidl: Add support for varargs functions.
2009-11-09  Rob Shearmanwidl: Add support for bit-fields in non-remote structures.
2009-11-09  Rob Shearmanwidl: Implement __int3264 keyword.
2009-09-09  Henri Verbeetwidl: Generate proper prototypes for function declarati...
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-03-09  Rob Shearmanwidl: Move type_basic_get_fc to typegen.c and rename...
2009-03-05  Rob Shearmanwidl: Store the abstract identifier of the type in...
2009-03-05  Rob Shearmanwidl: Implement a more abstract way of representing...
2009-03-05  Rob Shearmanwidl: Fix get_explicit_generic_handle_type and is_conte...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types during...
2009-02-10  Alexandre Julliardwidl: Change write_type_def_or_decl and write_type_decl...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-19  Rob Shearmanwidl: Add new type_get_type and type_get_real_type_type...
2009-01-19  Rob Shearmanwidl: Add a new function, type_alias_get_aliasee to...
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
2009-01-06  Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06  Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06  Rob Shearmanwidl: Add a new function, type_iface_get_inherit.
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Add a new function, type_array_get_element.
2009-01-06  Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2009-01-06  Rob Shearmanwidl: Access array type properties through accessors...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2008-12-29  Rob Shearmanwidl: Generate header files from the parse tree instead...
2008-12-29  Rob Shearmanwidl: Write the local stubs file based on the parsed...
2008-12-29  Rob Shearmanwidl: Store the type-specific information in a union...
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...
2008-09-18  Rob Shearmanwidl: Don't automatically add DUMMYUNIONNAME and DUMMYS...
2008-09-15  Alexandre Julliardwidl: Infrastructure for adding a prefix to local varia...
2008-08-30  Alexandre Julliardwidl: Replace write_name() by get_name() to make the...
2008-05-01  Rob Shearmanwidl: Consolidate writing of COM and dispatch interface...
2008-04-30  Rob Shearmanwidl: Add the parsing of storage classes into declarati...
2008-04-30  Rob Shearmanwidl: Add support for "inline" on function definitions.
2008-04-30  Rob Shearmanwidl: Keep const attributes applied to pointers when...
2008-04-25  Rob Shearmanwidl: Create a statement object for import statements.
2008-04-24  Rob Shearmanwidl: Create a list of statements in the whole IDL...
2008-04-22  Rob Shearmanwidl: Remove duplicated code in the form of the write_s...
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
2008-04-22  Rob Shearmanwidl: Remove EXPR_MEMBERPTR and implement it using...
2008-04-22  Rob Shearmanwidl: Add support for comparison, exclusive or, logical...
2008-04-21  Rob Shearmanwidl: Add support for '%' operator in expressions.
2008-04-21  Rob Shearmanwidl: Add support for arrays in expressions.
2008-04-21  Rob Shearmanwidl: Add support for "->" and "." operators in express...
2008-04-21  Rob Shearmanwidl: Automatically add "handle_t IDL_handle" parameter...
2008-04-21  Rob Shearmanwidl: The implicit_handle attribute is allowed with...
2008-04-11  Rob Shearmanwidl: Support non-default calling conventions for non...
2008-04-11  Rob Shearmanwidl: Support non-default calling conventions for objec...
2008-04-02  Rob Shearmanwidl: Fix the writing out of function pointers with...
2008-04-02  Rob Shearmanwidl: Add a newline between function prototypes for...
2008-04-02  Rob Shearmanwidl: Support parsing calling conventions for function...
2008-04-02  Rob Shearmanwidl: Store function and function pointer types complet...
2008-04-02  Rob Shearmanwidl: Add a function to get the return type of a parsed...
2008-03-27  Rob Shearmanwidl: Add support for generic binding handles.
2008-03-27  Rob Shearmanwidl: Use is_string_type for detecting strings in write...
2008-02-15  Rob Shearmanwidl: Remove unused headers.
2008-01-18  Alexandre Julliardwidl: Use the real argument names in the C method macros.
2007-12-12  Rob Shearmanwidl: Remove some confusion in how version numbers...
2007-12-10  Rob Shearmanwidl: Support the address-of operator in expressions.
2007-10-31  Dan Hipschmanwidl: Add a --local-stubs option.
2007-10-19  Francois Gougetwidl: Modify generic_msg() to behave like all the other...
2007-10-18  Dan Hipschmanwidl: Detect conformant arrays of user types correctly.
2007-10-03  Dan Hipschmanwidl: Write types in the format string comments.
2007-10-03  Dan Hipschmanwidl: Add a declonly argument to write_type_left.
2007-09-28  Rob Shearmanwidl: Write prototypes for context handle rundown rount...
2007-09-17  Rob Shearmanwidl: Fix detection of complex arrays.
2007-07-17  Alexandre Julliardwidl: Added support for floating-point constants.
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-06-06  Dan Hipschmanwidl: Replace get_name with a field reference.
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
next