summaryrefslogtreecommitdiff
path: root/include/ffi.h.in
Commit message (Expand)AuthorAgeFilesLines
* Clean ups, preparing for new releaseAnthony Green2022-09-191-2/+2
* Fix struct padding warning reported by MSVC (#613)Ole André Vadla Ravnås2022-09-011-0/+3
* Move FFI_TYPE definitions above <ffitarget.h> include (#722)matoro2022-07-211-25/+25
* Bug #680. Don't accept floats or small ints as var args. (#628)Anthony Green2021-03-231-13/+15
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-051-1/+4
* Revamp PA_LINUX and PA_HPUX target closures to use function descriptors.Moxie Bot2020-02-241-0/+8
* Mark java raw APIs as deprecated.Anthony Green2019-11-131-7/+7
* Cleanup symbol exports on darwin and add architecture preprocessor checks to ...Jeremy Huddleston Sequoia2019-02-191-0/+4
* Fix appveyor windows build (#420)fwg2018-04-021-26/+48
* __attribute__ deprecated (msg) only since gcc 4.5Reini Urban2017-07-041-1/+6
* minor comment cleanupTom Tromey2016-05-041-35/+25
* Change ffi.h.in so that braces matchTom Tromey2016-05-041-3/+6
* move ffi_prep_cif_core to ffi_common.hTom Tromey2016-05-041-9/+0
* add ffi_get_struct_offsetsTom Tromey2016-02-221-0/+3
* Merge pull request #211 from tromey/move-prep-types-out-of-ffi.hAnthony Green2016-02-201-5/+0
|\
| * ffi_prep_types is internal-onlyTom Tromey2015-11-151-5/+0
* | remove FFI_TYPE typedefTom Tromey2015-11-191-2/+0
* | mark ffi_prep_closure as deprecatedTom Tromey2015-11-071-1/+2
|/
* Add entry points for interacting with GoRichard Henderson2014-11-121-0/+16
* 2014-07-22 Dominik Vogt <vogt@linux.vnet.ibm.com>Dominik Vogt2014-09-201-1/+12
* Add support for building with clang-clEhsan Akhgari2014-06-121-1/+1
* Fix typoRyan Hill2014-05-311-3/+3
* This separates the 32-bit sysv/linux/bsd code from the 64-bit linuxAlan Modra2013-11-211-0/+5
* missed trampoline_table patch. Move to GCC.Anthony Green2013-01-021-1/+15
* Windows symbol export fix. Move to GCC.Anthony Green2013-01-021-13/+27
* Merge with GCC. Eliminate quilt bits.Anthony Green2013-01-021-42/+14
* Fix building with Clang for Darwin (OS X 10.6+ and iOSZachary Waldowski2012-04-051-1/+15
* Various MSVC-related changes.Peter Rosin2012-03-301-13/+27
* Add David Gilbert's variadic function call supportAnthony Green2011-11-121-0/+16
* More AIX fixes. rc9.Anthony Green2011-02-281-16/+5
* Modify the ffi_closure structures to hold table/table entry pointers instead ...Landon Fuller2011-02-121-0/+15
* Fix IRIX supportAnthony Green2011-02-091-0/+6
* Clean upsAnthony Green2011-02-081-15/+0
* Add iOS supportAnthony Green2011-02-081-0/+15
|\
| * Modify the ffi_closure structures to hold table/table entry pointers instead ...Landon Fuller2010-09-191-0/+15
* | Fix AIX build with IBM XLCAnthony Green2011-02-081-14/+27
|/
* define generic symbols carefullyAnthony Green2010-08-051-0/+2
* Microsoft Visual C portAnthony Green2010-01-151-0/+3
* Update missing changes for 3.0.9r4.Anthony Green2009-12-241-0/+4
* Initial commitAnthony Green2009-10-041-0/+395