Commit Verlauf

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