Commit History

Author SHA1 Message Date
  Alexandre Julliard 0a79eb3608 include: Use the __thiscall attribute directly for the Mingw build. 5 years ago
  Alexandre Julliard e755ea2374 winebuild: Support Windows-style name mangling for fastcall functions. 5 years ago
  Alexandre Julliard 015f31fd5d winebuild: Avoid using mmap(). 5 years ago
  Huw Davies b2585d98b2 winebuild: Use the correct section label on macOS. 5 years ago
  Alexandre Julliard b9c5bac673 winebuild: Specify the correct linker emulation for Windows platforms. 5 years ago
  Alexandre Julliard 4f266a88c0 winebuild: Don't use underscore prefix on 64-bit Windows. 5 years ago
  Alexandre Julliard 7555fd57e3 winebuild: Add a helper for generating RVA pointers. 5 years ago
  Alexandre Julliard ef9bda4c96 winebuild: Add a helper for decorating stdcall function names. 5 years ago
  Alexandre Julliard 67f6c6c0c9 winebuild: Add a helper function to open a temporary file as output. 5 years ago
  Alexandre Julliard aa0572f0a2 winebuild: Open the output file only when needed. 5 years ago
  Piotr Caban 8b24bc95b9 winebuild: Recognize armv7a target. 5 years ago
  Alexandre Julliard 0fd533836b winebuild: Pass the -mfpu option to the compiler/assembler. 5 years ago
  Francois Gouget 44468e8536 tools: Assorted comment spelling fixes. 8 years ago
  Alexandre Julliard aac69889bf winebuild: Add support for creating static import libraries. 8 years ago
  Alexandre Julliard 05399ad711 winebuild: Store a C-compatible version of the dll name. 8 years ago
  Alexandre Julliard d65446af3d winebuild: Use strarray objects for a few more string arrays. 8 years ago
  Alexandre Julliard 8baaf5349f winebuild: Use strarray objects instead of pointers where possible. 8 years ago
  André Hentschel bd545cb069 winebuild: Detect armv* toolchains. 8 years ago
  Stephen Kitt 33c729bb1b winebuild: Add support for -march. 8 years ago
  André Hentschel d33f382b29 winebuild: Use a 64k page size on ARM64. 9 years ago
  Alexandre Julliard 1097384377 winebuild: Avoid assigning values outside of the target_cpu enum range. 9 years ago
  Alexandre Julliard c2d0907923 winebuild: Fix path separator for Cygwin. 10 years ago
  Jonathan Liu 9c992f8a15 winebuild: Don't crash when dlltool or ar can't be found. 10 years ago
  Jonathan Liu 93bdde3af2 winebuild: Use correct PATH separator on Windows. 10 years ago
  Francois Gouget d3672524ed Assorted spelling fixes. 11 years ago
  Alexandre Julliard 3dfe94cfbd winebuild: Pass the -mcpu option to the C compiler also. 11 years ago
  Alexandre Julliard 98e6a0da73 winebuild: Add an option to use the C compiler to assemble files. 11 years ago
  Alexandre Julliard f7272176d9 winebuild: Split the names of the as and ld commands to allow arguments. 11 years ago
  Alexandre Julliard 43ac582d7d libport: Rename spawnvp to _spawnvp to avoid the deprecated name. 11 years ago
  André Hentschel 4f1beed106 winebuild: Remove get_asm_short_keyword. 11 years ago