setupapi: Make sure machine name is non-empty before failing.
[wine] / tools / widl / typegen.c
2011-06-09  Alexandre Julliardwidl: Fix a typo in updating the type format offset...
2011-06-09  Alexandre Julliardwidl: Fix packing of parameter structures for arguments...
2011-06-09  Alexandre Julliardwidl: Pass a structure containing the parameters to...
2011-06-09  Alexandre Julliardwidl: Add a helper function for generating a stub that...
2011-06-08  Alexandre Julliardwidl: Don't allow floating point parameters for interpr...
2011-06-08  Alexandre Julliardwidl: Don't generate old-style interpreted stubs on...
2011-06-08  Alexandre Julliardwidl: Set a correct fpu parameter mask on 64-bit.
2011-06-07  Alexandre Julliardwidl: Generate thunks for callas functions using interp...
2011-06-06  Alexandre Julliardwidl: Add support for new-style interpreted stubs in...
2011-06-03  Alexandre Julliardwidl: Always use signed types in parameter formats.
2011-06-02  Alexandre Julliardwidl: Use the pointer offset for arrays declared as...
2011-06-02  Alexandre Julliardwidl: Generate function headers in the proc format...
2011-06-02  Alexandre Julliardwidl: Add a -O option to specify stub style.
2011-06-02  Alexandre Julliardwidl: Don't allow unions passed by value or floating...
2011-06-02  Alexandre Julliardwidl: Always update the type format offset in write_typ...
2011-06-02  Alexandre Julliardwidl: Fix representation of context handles in the...
2011-05-28  Alexandre Julliardwidl: Don't output callback conformances for non-interp...
2011-05-26  Alexandre Julliardwidl: Add support for top-level conformances.
2011-05-26  Alexandre Julliardwidl: Move the check for already processed types into...
2011-05-25  Alexandre Julliardwidl: Set the correct stack size for parameters in...
2011-05-24  Alexandre Julliardwidl: Also compute buffer size for non-ref pointers.
2011-05-24  Alexandre Julliardwidl: Return the buffer size of the object pointed...
2011-05-24  Alexandre Julliardwidl: Call marshalling routines directly also for user...
2011-05-24  Alexandre Julliardwidl: Don't call the buffer sizer routine when the...
2011-05-24  Alexandre Julliardwidl: Only return a buffer size for fixed-size arrays.
2011-03-03  Huw Davieswidl: Initialise [out] only conformant arrays.
2011-02-03  Huw Davieswidl: Don't dereference if the referenced type is a...
2011-02-02  Huw Davieswidl: Initialise [out] only parameters if they are...
2010-10-22  Alexandre Julliardwidl: Output a format string table and server info...
2010-10-21  Alexandre Julliardwidl: Add a separate function to write the proc format...
2010-10-21  Alexandre Julliardwidl: Output some comments for proc format strings.
2010-09-18  Austin Englishwidl: Fix compiler warnings on clang.
2010-05-03  Gerald Pfeiferwidl: Simplify write_struct_tfs and remove an unused...
2010-04-26  Gerald Pfeiferwidl: Remove variable size which is not really used...
2010-04-05  Alexandre Julliardwidl: Alignment for complex arrays and structs is the...
2010-04-05  Alexandre Julliardwidl: Add a type_memsize_and_alignment function to...
2010-03-26  Alexandre Julliardwidl: Long constants must be 32-bit on all platforms.
2010-03-23  Rob Shearmanwidl: Check whether an expression is a constant one...
2010-03-23  Rob Shearmanwidl: Make use of string_of_type in write_conf_or_var_desc.
2010-03-23  Rob Shearmanwidl: Remove the current_func variable.
2010-03-23  Rob Shearmanwidl: Fix writing of MaxCount expressions for conforman...
2010-03-23  Rob Shearmanwidl: Convert assign_stub_out_args to using typegen_det...
2010-03-23  Rob Shearmanwidl: Don't pre-calculate buffer size for arrays that...
2010-03-16  Rob Shearmanwidl: Simplify write_parameter_conf_or_var_exprs by...
2010-03-16  Rob Shearmanwidl: Clean up array case in write_remoting_arg.
2010-03-16  Rob Shearmanwidl: Remove some FIXME comments and replace them with...
2010-03-16  Rob Shearmanwidl: Fix the writing of expressions in un-typedef...
2010-03-16  Rob Shearmanwidl: Pass current_structure into write_conf_or_var_des...
2010-03-16  Rob Shearmanwidl: Use typegen_detect_type to determine which types...
2010-03-16  Rob Shearmanwidl: Merge write_typeformatstring_var and write_embedd...
2010-03-16  Rob Shearmanwidl: Don't use the return value of write_embedded_type...
2010-03-16  Rob Shearmanwidl: Write pointers in write_typeformatstring_var...
2010-03-16  Rob Shearmanwidl: Simplify write_typeformatstring_var.
2010-03-16  Rob Shearmanwidl: Make write_pointer_tfs more readable.
2010-03-16  Rob Shearmanwidl: Remove some unused functions, definitions and...
2010-01-22  Rob Shearmanwidl: Fix symbol was not declared and using plain integ...
2009-11-19  Nicolas Le Camwidl: Don't generate memset calls with zero length...
2009-11-12  Rob Shearmanwidl: Include range types in constant BufferLength...
2009-11-09  Rob Shearmanwidl: Add support for bit-fields in non-remote structures.
2009-11-09  Rob Shearmanwidl: Implement __int3264 keyword.
2009-11-09  Rob Shearmanwidl: Implement [range] attribute.
2009-11-09  Rob ShearmanRevert "widl: A structure that contains an embedded...
2009-10-22  Alexandre Julliardwidl: Fix the prototype of generated exception filters.
2009-10-16  Alexandre Julliardwidl: Write a proper type description for pointer array...
2009-10-16  Alexandre Julliardwidl: Arrays of pointers are always complex on 64-bit.
2009-10-16  Alexandre Julliardwidl: Use write_pointer_description_offsets() to output...
2009-10-16  Alexandre Julliardwidl: Output a pointer description for arrays declared...
2009-08-25  Huw Davieswidl: Add separate --win32-align and --win64-align...
2009-08-21  Huw Davieswidl: The alignment written for USER_MARSHAL types...
2009-08-21  Huw Davieswidl: A structure that contains an embedded interface...
2009-08-17  Huw Davieswidl: Add a structure packing command line option.
2009-08-04  Huw Davieswidl: Store the pointer description in the type rather...
2009-07-13  Alexandre Julliardwidl: Take into account the alignment of conformant...
2009-07-03  Alexandre Julliardwidl: An ENUM16 is 32-bit wide in memory.
2009-07-03  Alexandre Julliardwidl: Take into account structure field alignment when...
2009-07-03  Alexandre Julliardwidl: Struct alignment should be the largest alignment...
2009-07-03  Alexandre Julliardwidl: Skip the existing correlation descriptor on unenc...
2009-06-18  Alexandre Julliardinclude: Add a target address for unwinding for platfor...
2009-03-23  Rob Shearmanwidl: Initialise ref pointers to basic and enum types...
2009-03-23  Rob Shearmanwidl: Output correct code for freeing of conformant...
2009-03-11  Rob Shearmanwidl: Returned pointers should default to being unique...
2009-03-09  Rob Shearmanwidl: Move type_basic_get_fc to typegen.c and rename...
2009-03-09  Rob Shearmanwidl: Fix a memory leak in the server/stub code when...
2009-03-09  Rob Shearmanwidl: Output server code for freeing returned types.
2009-03-09  Rob Shearmanwidl: Determine pointer fc at generation time instead...
2009-03-09  Rob Shearmanwidl: Consolidate non-simple pointer writing into one...
2009-03-05  Rob Shearmanwidl: Pass var attrs into write_no_repeat_pointer_descr...
2009-03-05  Rob Shearmanwidl: Store the abstract identifier of the type in...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
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-23  Rob Shearmanwidl: Use type_get_type to determine the types during...
2009-02-19  Rob Shearmanwidl: Fix typos in write_remoting_arg which caused...
2009-02-16  Rob Shearmanwidl: Call Pointer function for freeing non-conformant...
2009-02-16  Rob Shearmanwidl: Call Struct and Union phase functions for referen...
2009-02-16  Rob Shearmanwidl: Fix marshalling/unmarshalling of enum arguments.
2009-02-10  Alexandre Julliardwidl: Change write_type_def_or_decl and write_type_decl...
2009-02-06  Alexandre Julliardwidl: Print all NdrFcShort parameters as shorts to...
2009-02-06  Alexandre Julliardwidl: Add printf format attribute on all printf-like...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
next