summaryrefslogtreecommitdiff
path: root/ext/ffi_c/compat.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for using FFI in RactorLars Kanis2023-04-181-0/+11
* Make FFI classes GC.compact friendlyLars Kanis2023-04-141-0/+9
* MSVC defines long double to be just a double (see https://docs.microsoft.com/...Charlie Savage2020-05-171-0/+4
* remove RB_GC_GUARD_PTR referencesLamont Granquist2016-03-231-5/+0
* 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
* Fix warnings regarding trailing characters in #ifndef (for GCC).Matijs van Zuijlen2011-10-291-2/+2
* Sprinkle RB_GC_GUARD aroundWayne Meissner2011-08-301-0/+8
* Sync up copyright headersWayne Meissner2011-01-091-19/+12
* Add newlines to the end of every fileWayne Meissner2010-12-301-0/+1
* Add Struct::Array#to_s and length limit the pointer returned from Struct::Arr...Wayne Meissner2009-08-201-0/+3
* Start adding low level support needed for struct return and param support.Wayne Meissner2009-08-051-3/+38
* Add blocking functionsWayne Meissner2009-08-021-0/+12
* Add RARRAY_PTR() macro for Ruby 1.8.4 compatibilityWayne Meissner2009-03-091-2/+2
* Move extension into ext/ffi_c to make the layout compliant with rake-compilerWayne Meissner2008-12-101-0/+22