1. 0c7bd83 [build] Set -Wno-strict-prototypes. by Daniel Thornburgh · 2 years, 2 months ago main master
  2. c79d865 [build] Suppress -Wunused-but-set-variable in libffi by Gulfem Savrun Yeniceri · 2 years, 2 months ago
  3. 346dc16 [config] Suppress implicit fallthrough by Tamir Duberstein · 3 years, 1 month ago
  4. cfd4e12 [build] Add src/closures.c by Craig Stout · 3 years, 6 months ago
  5. af5715f Switch arm to aarch64 by Craig Stout · 3 years, 7 months ago
  6. d67e1e3 [Wconversion] Document the reason for -Wno-conversion in libffi by Shai Barack · 3 years, 9 months ago
  7. f074b9e [Wconversion] Suppress warnings Bug: 56258 Bug: 58162 by Shai Barack · 3 years, 9 months ago
  8. 035f38b [build] fix build def to use current_cpu by Matt Sandy · 5 years ago
  9. 9e8a132 [libffi] add build config files by Matt Sandy · 5 years ago
  10. cbf8bae libffi: added ARM64 support for Windows (#486) by ossdev07 · 5 years ago
  11. 44a4a1d fix x86/x64 MSVC build (#487) by driver1998 · 5 years ago
  12. 004a290 add support for 32-bit ARM on Windows (#477) by Paul Monson · 5 years ago
  13. aec3187 Cleanup symbol exports on darwin and add architecture preprocessor checks to assist in building fat binaries (eg: i386+x86_64 on macOS or arm+aarch64 on iOS) (#450) by Jeremy Huddleston Sequoia · 5 years ago
  14. cdaa797 changes for win32 on windows (#468) by Paul Monson · 5 years ago
  15. 7aaf0ce aarch64: Flush code mapping in addition to data mapping (#471) by Florian Weimer · 5 years ago
  16. c432e24 Merge pull request #443 from jeremyhu/master by Tom Tromey · 6 years ago
  17. d48d39b Merge pull request #449 from gpakosz/align-macros by Tom Tromey · 6 years ago
  18. cce81e2 Prefix ALIGN_DOWN macro with FFI_ by Gregory Pakosz · 6 years ago
  19. e305616 Update FFI_HIDDEN() to use .private_extern on Apple platforms and use the macro where appropriate by Jeremy Huddleston Sequoia · 6 years ago
  20. 556c40b Add compact unwind for darwin/i386 (#440) by Jeremy Huddleston Sequoia · 6 years ago
  21. ac66a63 Mark sysv.S as SafeSEH compatible (#438) by Shoaib Meenai · 6 years ago
  22. f532bbf i386: Fix missing break; in case statement leading to incorrectly returned FFI_BAD_ABI (#437) by Jeremy Huddleston Sequoia · 6 years ago
  23. 08d9285 Handle FFI_GNUW64 on non-Windows systems (EFI) by Anthony Green · 6 years ago
  24. e078835 Revert "Remove some symbol exports and cleanup newline warnings (#433)" by Anthony Green · 6 years ago
  25. b0d66e6 Remove some symbol exports and cleanup newline warnings (#433) by Jeremy Huddleston Sequoia · 6 years ago
  26. 6e1c8e7 Re-enable msabi testing (#436) by hjl-tools · 6 years ago
  27. eda30a5 Fix two "return" issues in x86/ffi64.c (#431) by Tom Tromey · 6 years ago
  28. c9fc999 3.3 release candidate 0 by Anthony Green · 6 years ago
  29. 644e306 Fix appveyor windows build (#420) by fwg · 6 years ago
  30. dc98d55 Mention C99 and build requirements by Anthony Green · 6 years ago
  31. dead7bc Remove reference to wiki by Anthony Green · 6 years ago
  32. bd7b781 Formatting fixes by Anthony Green · 6 years ago
  33. da46225 Add sparc solaris build notes by Anthony Green · 6 years ago
  34. 5102372 Fix formatting by Anthony Green · 6 years ago
  35. dbdd38f Fix formatting by Anthony Green · 6 years ago
  36. fd708f9 Add missing FFI_GNUW64 enum by Anthony Green · 6 years ago
  37. 709d12e Merge branch 'master' of github.com:/libffi/libffi by Anthony Green · 6 years ago
  38. cd050d2 Add FFI_GNUW64 ABI for GNU 80-bit long double support by Anthony Green · 6 years ago
  39. 9c67cfd Add FFI_GWIN64 ABI for GNU 80-bit long double support by Anthony Green · 6 years ago
  40. abc8b26 Fully allocate file backing writable maps (#389) by Ryan C. Underwood · 6 years ago
  41. fac6c58 Formatting fixes. Add 'bug fixes' note. by Anthony Green · 6 years ago
  42. a2aa1cc markdown fixes by Anthony Green · 6 years ago
  43. 8477f72 Fix appveyor badge by Anthony Green · 6 years ago
  44. af1c887 Fix travis badge. Add REAME.md to dist files by Anthony Green · 6 years ago
  45. e209942 Preformat release notes by Anthony Green · 6 years ago
  46. 52a9cf5 Preformat release notes by Anthony Green · 6 years ago
  47. 0f9e464 Try to fix table by Anthony Green · 6 years ago
  48. 1e5b68c Clean up markdown table by Anthony Green · 6 years ago
  49. 5ef25f6 Move to markdown by Anthony Green · 6 years ago
  50. 079a75c New RISC-V port (#281) by Stef O'Rear · 6 years ago
  51. 1459ec8 Merge pull request #403 from frida/fix/x86-sysv-pic-closure-regression by Anthony Green · 6 years ago
  52. 6c28575 Fix x86 SysV closure in PIC mode by Ole André Vadla Ravnås · 6 years ago
  53. 1fd8dbd Merge pull request #393 from thejunkjon/master by Anthony Green · 6 years ago
  54. e613dbc Updating calls to ffi_closure_unix64_inner and ffi_closure_win64_inner to use PLT. Without this fix, statically linking libffi causes the linker error i.e. 'requires dynamic R_X86_64_PC32 reloc against ffi_closure_unix64_inner which may overflow at runtime; recompile with -fPIC)' by jon · 7 years ago
  55. 10a5126 Merge pull request #320 from 0-wiz-0/master by Anthony Green · 7 years ago
  56. 3883bbf Merge pull request #298 from frida/fix/ios-trampoline-table-complexity by Anthony Green · 7 years ago
  57. fadff14 Merge pull request #323 from compnerd/x86-alloca-alignment by Anthony Green · 7 years ago
  58. e3e4cb9 Merge pull request #379 from jlj/master by Anthony Green · 7 years ago
  59. 90ae299 Merge pull request #383 from hjl-tools/hjl/master by Anthony Green · 7 years ago
  60. 25a0b2e Merge pull request #381 from compnerd/ffi-nullptr-deref by Anthony Green · 7 years ago
  61. e0f103e Skip WIN64/EFI64 support for x32 by H.J. Lu · 7 years ago
  62. ea4b87c arm: fix a level of indirection issue by Saleem Abdulrasool · 7 years ago
  63. 4417bd1 Merge branch 'master' based on ksjogo/libffi by Jean-Luc Jumpertz · 7 years ago
  64. 84f9cd8 x86: align alloca to 16-byte boundary by Saleem Abdulrasool · 7 years ago
  65. ec80e21 Merge pull request #324 from compnerd/arm-zext by Anthony Green · 7 years ago
  66. 51aba33 arm: zext return value parameters by Saleem Abdulrasool · 7 years ago
  67. 946ff6d Support NetBSD with mprotect. by Joerg Sonnenberger · 7 years ago
  68. a6679b3 Fix #265 by Anthony Green · 7 years ago
  69. 30d7923 Merge pull request #263 from ksjogo/master by Anthony Green · 7 years ago
  70. 6e16ade Merge pull request #271 from frida/fix/qnx-cache-flushing by Anthony Green · 7 years ago
  71. ea4f4db Merge pull request #307 from zw3rk/master by Anthony Green · 7 years ago
  72. 9d17a09 Merge pull request #312 from fjricci/fix_ub by Anthony Green · 7 years ago
  73. 044e812 Merge pull request #308 from trex58/master by Anthony Green · 7 years ago
  74. 543db6a Fix macOS build target in Xcode project. by Jean-Luc Jumpertz · 7 years ago
  75. e7a4cbe Fix misaligned memory access in ffi_call_int by Francis Ricci · 7 years ago
  76. 52256a5 Merge pull request #309 from rurban/oldgcc by Tom Tromey · 7 years ago
  77. 2c3d881 __attribute__ deprecated (msg) only since gcc 4.5 by Reini Urban · 7 years ago
  78. aa8ae5d Merge pull request #302 from gpakosz/align-macros by Tom Tromey · 7 years ago
  79. 288b90e Prefix ALIGN macros with FFI_ by Gregory Pakosz · 7 years ago
  80. 22dd768 Simplify iOS trampoline table allocation by Ole André Vadla Ravnås · 7 years ago
  81. d2e8958 Update Xcodeproj by Johannes Goslar · 8 years ago
  82. a2c5ec3 Handle fastcall declaration differently for some Microsoft compilers by Anthony Green · 7 years ago
  83. 51daa6d Merge pull request #291 from ramon-garcia/visual-studio-build by Anthony Green · 7 years ago
  84. 2d77f8e Merge pull request #238 from KubaKaszycki/master by Anthony Green · 7 years ago
  85. 2f879e7 Merge pull request #288 from yan12125/std-includedir by Anthony Green · 7 years ago
  86. 5e67074 Merge pull request #297 from frida/fix/error-path by Richard Henderson · 7 years ago
  87. 4dbace3 Simplify iOS trampoline table allocation by Ole André Vadla Ravnås · 7 years ago
  88. 6a6281f Fix error path so mutex is unlocked before returning by Ole André Vadla Ravnås · 7 years ago
  89. 84b029b Modify configure.host to detect compilation with Microsoft Visual C++ and use assembly with Intel syntax in that case by Ramón García Fernández · 7 years ago
  90. 28c61c5 arm: Fix cache flushing on QNX by s1341 · 8 years ago
  91. c48ca69 Merge pull request #259 from rth7680/master by Richard Henderson · 8 years ago
  92. 8d1e284 Mark win64.S with GNU-stack note by Richard Henderson · 8 years ago
  93. 8675327 Merge pull request #253 from iains/darwin-build by Richard Henderson · 8 years ago
  94. b469f23 [Darwin-x86, build] Fix up label prefixes, remove .purgem by Iain Sandoe · 8 years ago
  95. 8717d72 Merge pull request #237 from tschwinge/libffi_feature_test by Tom Tromey · 8 years ago
  96. 45b110a Merge pull request #251 from berkerpeksag/delete-test-define by Richard Henderson · 8 years ago
  97. 046dba3 Remove unused FFI_CLOSURE_TEST by Berker Peksag · 8 years ago
  98. 4b18ffc Merge pull request #230 from rth7680/symver by Richard Henderson · 8 years ago
  99. e23339c Merge pull request #232 from berkerpeksag/signcompare by Tom Tromey · 8 years ago
  100. d81019a Merge pull request #233 from berkerpeksag/mremap by Tom Tromey · 8 years ago