Commit History

Author SHA1 Message Date
  Alexandre Julliard 8a3064899a winebuild: Add support for building apiset data. 2 years ago
  Alexandre Julliard 39f6ab55a9 winebuild: Add support for generating data-only DLLs. 2 years ago
  Alexandre Julliard d969d02e21 tools: Move target CPU and platform handling to the common tools.h header. 3 years ago
  Alexandre Julliard 61e210f196 winebuild: Get rid of PowerPC support. 3 years ago
  Alexandre Julliard f9ee0d2f05 tools: Avoid using wine/port.h. 3 years ago
  Alexandre Julliard 0e7f6e0ed3 winebuild: Allow syscalls to use the cdecl convention. 4 years ago
  Alexandre Julliard cff04b34ac winebuild: Always use DllMain as entry point for the 32-bit side of a 16-bit module. 4 years ago
  Zebediah Figura d33474fa6b winebuild: Fix a spelling error in a comment. 4 years ago
  Alexandre Julliard a0266339c7 winebuild: Add a -syscall entry point flag 4 years ago
  Alexandre Julliard cee48cc789 winebuild: Make the 32-bit side of a 16-bit module always a DLL. 4 years ago
  Alexandre Julliard 7193243431 winebuild: Don't use a constructor for dll modules either. 4 years ago
  Alexandre Julliard 6306a1730a winebuild: Add support for excluding a specific CPU architecture. 5 years ago
  Alexandre Julliard cf619dd419 winebuild: Add -import entry point flag to generate hotpatchable import thunks. 5 years ago
  Alexandre Julliard e755ea2374 winebuild: Support Windows-style name mangling for fastcall functions. 5 years ago
  Alexandre Julliard 074ec5844b winebuild: Set the import hint based on the name index. 5 years ago
  Alexandre Julliard 84a7a7ea07 winebuild: Add support for fastcall entry points. 5 years ago
  Alexandre Julliard 28debd82fc winebuild: Make thiscall an entry point flag instead of a function type. 5 years ago
  Alexandre Julliard 9fd4647977 winebuild: Disallow register functions in 32-bit modules. 7 years ago
  Zebediah Figura 544ea174a6 winebuild: Use unsigned int in spec file variable parameters. 7 years ago
  Alexandre Julliard 8935863f55 winebuild: Add DllMain to the list of functions that should be private. 9 years ago
  André Hentschel d1f9067cf5 winebuild: Create stubs for ARM64. 9 years ago
  Alexandre Julliard 1097384377 winebuild: Avoid assigning values outside of the target_cpu enum range. 9 years ago
  Vincent Povirk ee1531ef78 winebuild: Allow angle brackets in export names. 12 years ago
  André Hentschel 220aeda3a0 winebuild: Create stubs for ARM. 12 years ago
  André Hentschel 14ac50c7b7 winebuild: Remove dead code (clang). 13 years ago
  Alexandre Julliard 2e6f48b730 winebuild: Allow specifying arguments to stub functions for documentation purposes. 13 years ago
  Alexandre Julliard efc88fe317 winebuild: Don't add extra CPU flags to stubs if they have some already. 14 years ago
  Alexandre Julliard 451d5043f3 winebuild: Add int64, int128 and float argument types. 14 years ago
  Alexandre Julliard e0188c8340 winebuild: Use a proper enum for function arguments instead of storing them in a string. 14 years ago
  Alexandre Julliard adddccb7f9 winebuild: Signal an error when a thiscall function doesn't take a pointer as first argument. 14 years ago