2009-01-08 |
Michael Karcher | widl: Write struct fields as signed fields. |
tree | commitdiff |
2009-01-08 |
Michael Karcher | widl: Make write_base_type take a format char instead... |
tree | commitdiff |
2009-01-08 |
Francois Gouget | winapi_test: The tests don't support WIN64 yet so disab... |
tree | commitdiff |
2009-01-08 |
Francois Gouget | winapi_test: The real tests are done at compile time... |
tree | commitdiff |
2009-01-08 |
Francois Gouget | winapi_test: Fix TEST_FIELD() so it correctly tests... |
tree | commitdiff |
2009-01-08 |
Francois Gouget | winapi_test: FIELD_ALIGNMENT() is redundant so remove it. |
tree | commitdiff |
2009-01-08 |
Francois Gouget | winapi_test: Updated so the generated tests work. |
tree | commitdiff |
2009-01-07 |
Rob Shearman | widl: Make the case of messages output by warning and... |
tree | commitdiff |
2009-01-07 |
Damjan Jovanovic | winex11: Support the startup notification fd.o spec. |
tree | commitdiff |
2009-01-07 |
Rob Shearman | widl: Determine the type of an array entirely at code... |
tree | commitdiff |
2009-01-06 |
Alexandre Julliard | winebuild: Implement register entry points for x86_64. |
tree | commitdiff |
2009-01-06 |
Alexandre Julliard | winedump: Implement dumping of relocations. |
tree | commitdiff |
2009-01-06 |
Alexandre Julliard | winedump: List exported functions sorted by ordinal. |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Replace uses of get_func_return_type with type_fu... |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Add new function, type_iface_get_stmts. |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Add a new function, type_iface_get_inherit. |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Add a new function, type_pointer_get_ref. |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Add a new function, type_array_get_element. |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Move the ifaces field of the type_t structure... |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Add function for getting the interfaces defined... |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Don't store typelib kind information in the type... |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Move creation of module type into a separate... |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Move duptype and alias to parser.y. |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Add new type_is_alias and type_get_real_type... |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Access array type properties through accessors... |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Move funcs and stmts fields from type_t structure... |
tree | commitdiff |
2009-01-06 |
Rob Shearman | widl: Do the consistency checks on interfaces after... |
tree | commitdiff |
2009-01-06 |
Alexandre Julliard | winebuild: Improve the calling sequence for register... |
tree | commitdiff |
2009-01-03 |
Rob Shearman | widl: Add aliased types to the typelib for statements... |
tree | commitdiff |
2009-01-02 |
Rob Shearman | widl: Use is_string_type instead of is_attr(..., ATTR_S... |
tree | commitdiff |
2009-01-02 |
Michael Karcher | widl: Recurse search for need of delegation. |
tree | commitdiff |
2008-12-31 |
Alexandre Julliard | server: Reorganize some requests to avoid padding,... |
tree | commitdiff |
2008-12-31 |
Alexandre Julliard | server: Make atom_t an unsigned int to avoid padding... |
tree | commitdiff |
2008-12-31 |
Alexandre Julliard | server: Make TEB and PEB client_ptr_t instead of void... |
tree | commitdiff |
2008-12-31 |
Rob Shearman | widl: Remove duplicate pointer handling code in get_str... |
tree | commitdiff |
2008-12-31 |
Rob Shearman | widl: Don't add NULL pointer checks in generated code... |
tree | commitdiff |
2008-12-30 |
Alexandre Julliard | server: Make the various async I/O parameters client_pt... |
tree | commitdiff |
2008-12-30 |
Alexandre Julliard | server: Make a couple of fields smaller in the apc_call... |
tree | commitdiff |
2008-12-30 |
Alexandre Julliard | server: Make the address parameters in inter-process... |
tree | commitdiff |
2008-12-29 |
Alexandre Julliard | server: Store module names as client_ptr_t instead... |
tree | commitdiff |
2008-12-29 |
Alexandre Julliard | server: Make module handles always 64-bit. |
tree | commitdiff |
2008-12-29 |
Alexandre Julliard | server: Add a module_handle_t type to represent client... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Generate header files from the parse tree instead... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Write the local stubs file based on the parsed... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Write the generated file containing IID, DIID... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Write the typelib based on the statement list... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Create a separate type_t object for each structur... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Don't create a temporary variable in the t_ident... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Store the type-specific information in a union... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Hide the details of where arguments, fields,... |
tree | commitdiff |
2008-12-29 |
Rob Shearman | widl: Follow aliases in check_remoting_fields so that... |
tree | commitdiff |
2008-12-29 |
Vitaliy Margolen | dxdiagn: Add dxdiagn.dll to DxDiag_DirectXFiles contain... |
tree | commitdiff |
2008-12-27 |
Rob Shearman | widl: Structures and arrays with pointers should be... |
tree | commitdiff |
2008-12-27 |
Alexandre Julliard | winebuild: Generate relay debugging thunks for x86_64. |
tree | commitdiff |
2008-12-27 |
Alexandre Julliard | winebuild: Fix delay load code to preserve stack alignm... |
tree | commitdiff |
2008-12-27 |
Alexandre Julliard | winebuild: Generate the __wine_call_from_32_regs functi... |
tree | commitdiff |
2008-12-26 |
Alexandre Julliard | widl: Add support for generating 32-bit and/or 64-bit... |
tree | commitdiff |
2008-12-26 |
Alexandre Julliard | widl: Add --win32/--win64 options to select the type... |
tree | commitdiff |
2008-12-26 |
Alexandre Julliard | widl: Store the size of a pointer in a variable instead... |
tree | commitdiff |
2008-12-26 |
Alexandre Julliard | widl: Move determination of the exact type of structure... |
tree | commitdiff |
2008-12-26 |
Alexandre Julliard | server: Store the async handle inside the async_data_t... |
tree | commitdiff |
2008-12-24 |
Alexandre Julliard | server: Make lparam_t always 64-bit. |
tree | commitdiff |
2008-12-24 |
Dan Kegel | tools: Remove bashisms from wineinstall. |
tree | commitdiff |
2008-12-20 |
Simon C. Ion | winemaker: Correctly process directories containing... |
tree | commitdiff |
2008-12-17 |
Alexandre Julliard | server: Make apc_param_t always 64-bit. |
tree | commitdiff |
2008-12-17 |
Alexandre Julliard | server: Use mem_size_t instead of file_pos_t for memory... |
tree | commitdiff |
2008-12-17 |
Alexandre Julliard | server: Make mem_size_t always 64-bit. |
tree | commitdiff |
2008-12-17 |
Francois Gouget | winapi_check: Extend support for '-arch=xxx' in spec... |
tree | commitdiff |
2008-12-17 |
Francois Gouget | wrc: Add a trailing '\n' to some warning and error... |
tree | commitdiff |
2008-12-17 |
Hans Leidekker | wuapi: Register interfaces. |
tree | commitdiff |
2008-12-16 |
Hans Leidekker | wine.inf: Create fake hal.dll. |
tree | commitdiff |
2008-12-16 |
Alexandre Julliard | winebuild: Generate stub entry points for x86_64. |
tree | commitdiff |
2008-12-15 |
Alexandre Julliard | widl: Use ULONG_PTR instead of unsigned long for pointe... |
tree | commitdiff |
2008-12-15 |
Alexandre Julliard | server: Make async I/O transfer sizes always 32-bit. |
tree | commitdiff |
2008-12-15 |
Alexandre Julliard | server: Add an apc_param_t type to store APC client... |
tree | commitdiff |
2008-12-15 |
Francois Gouget | winapi_check: Add support for '-arch=xxx' in spec files. |
tree | commitdiff |
2008-12-12 |
Alexandre Julliard | winegcc: Fix the file mode check. |
tree | commitdiff |
2008-12-10 |
Alexandre Julliard | tools: Keep track of requests sizes and alignments... |
tree | commitdiff |
2008-12-10 |
Alexandre Julliard | tools: Re-use the file updating routines from make_make... |
tree | commitdiff |
2008-12-10 |
Alexandre Julliard | server: Define an lparam_t type for message parameters... |
tree | commitdiff |
2008-12-09 |
Alexandre Julliard | server: Don't use size_t for module sizes, they are... |
tree | commitdiff |
2008-12-08 |
Alexandre Julliard | winebuild: Make the cpu flag more generic to allow... |
tree | commitdiff |
2008-12-08 |
Alexandre Julliard | server: Make user handles ints instead of pointers. |
tree | commitdiff |
2008-12-08 |
Alexandre Julliard | widl: Use local functions where possible instead of... |
tree | commitdiff |
2008-12-08 |
Alexandre Julliard | server: Make object handles ints instead of pointers. |
tree | commitdiff |
2008-12-08 |
Francois Gouget | fnt2bdf: Remove unneeded casts of zero. |
tree | commitdiff |
2008-12-08 |
Andrew Talbot | widl: Remove unneeded address-of operators from functio... |
tree | commitdiff |
2008-12-08 |
Andrew Talbot | widl: Remove unneeded address-of operators from array... |
tree | commitdiff |
2008-12-06 |
Alexandre Julliard | server: Convert the registry key modification time... |
tree | commitdiff |
2008-12-05 |
Alexandre Julliard | fnt2bdf: Get rid of useless string constants. |
tree | commitdiff |
2008-12-05 |
Vincent Povirk | widl: Fix string format warning. |
tree | commitdiff |
2008-12-03 |
Alexandre Julliard | winebuild: Don't add stdcall decorations on non-x86... |
tree | commitdiff |
2008-12-01 |
Alexandre Julliard | widl: Sort the proxy interfaces by iid and use a binary... |
tree | commitdiff |
2008-12-01 |
Alexandre Julliard | widl: Output vtable information even for interfaces... |
tree | commitdiff |
2008-12-01 |
Alexandre Julliard | widl: Don't define PROXY_DELEGATION unconditionally. |
tree | commitdiff |
2008-12-01 |
Alexandre Julliard | widl: Make the generated global variables and functions... |
tree | commitdiff |
2008-12-01 |
Rob Shearman | widl: Fix optimisation for writing out ref pointers... |
tree | commitdiff |
2008-12-01 |
Rob Shearman | widl: Output the correct buffer size required for param... |
tree | commitdiff |
2008-12-01 |
Alexandre Julliard | widl: Do not make the stub vtbl const for delegating... |
tree | commitdiff |
2008-11-28 |
Alexandre Julliard | widl: Fix the handling of proxy delegation. |
tree | commitdiff |
next |