summaryrefslogtreecommitdiff
path: root/ext/ffi_c/Platform.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build for uClibcxtkoba2021-08-151-2/+2
* Remove win32/stdint.h and stdbool.hLars Kanis2020-09-231-7/+2
* Add FFI::Platform::LONG_DOUBLE_SIZELars Kanis2020-03-281-0/+1
* Move FFI::Platform::CPU from C to RubyLars Kanis2019-01-151-47/+0
* Normalize sparc64 to sparcv9. (#575)Kevin Menard2017-05-181-2/+10
* Fix for non-glibc linux environmentsAndrey Savchenko2014-09-051-2/+2
* Fix bad search and replace in C code.1.9.2Charles Oliver Nutter2013-10-291-1/+0
* Switch license to BSD throughout codebase. See #288.Charles Oliver Nutter2013-10-291-12/+22
* Extract all win32 MSC stdbool compat typedefs into win32/stdbool.hWayne Meissner2013-04-221-8/+8
* Rename endian.h to rbffi_endian.h to avoid conflict with system <endian.h>Wayne Meissner2012-07-211-1/+1
* initial releaseunknown2012-01-091-0/+8
* Generalize Linux support for all GNU systemsAntonio Terceiro2011-09-171-0/+6
* Add in VC CPU macros.Charlie Savage2011-08-171-3/+3
* Use pre-computed types.confWayne Meissner2011-05-151-7/+17
* Sync up copyright headersWayne Meissner2011-01-091-0/+20
* Add newlines to the end of every fileWayne Meissner2010-12-301-0/+1
* Fix a bunch of warnings from solaris. From https://github.com/mmayerWayne Meissner2010-12-301-9/+15
* Add support for arm cpu in Platform.cWayne Meissner2010-08-191-0/+2
* Fix compilation on OpenSolarisWayne Meissner2009-06-271-0/+1
* Rework the naming a bit.Wayne Meissner2009-05-061-9/+8
* Pass the ffi module into each of the _Init functionsWayne Meissner2009-05-061-2/+1
* Move extension into ext/ffi_c to make the layout compliant with rake-compilerWayne Meissner2008-12-101-0/+60