summaryrefslogtreecommitdiff
path: root/ext/ffi_c/ArrayType.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for using FFI in RactorLars Kanis2023-04-181-1/+1
* Make FFI classes GC.compact friendlyLars Kanis2023-04-141-1/+11
* Implement the last missing Write Barriers and dsizeJean Boussier2023-03-061-4/+16
* Convert FFI::Type and descendants to TypedDataJean Boussier2023-03-021-10/+24
* 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
* * ext/ffi_c/Pointer.c: correct name of ffi_AbstractMemory on definitionSylvain Daubert2012-12-081-1/+1
* Add documentation (mainly for Struct and its decendants).Sylvain Daubert2011-10-021-2/+6
* Add documentation for ArrayType, Buffer, DynamicLibrary, Function, Enum, EnumsSylvain Daubert2011-09-251-0/+28
* Sync up copyright headersWayne Meissner2011-01-091-19/+11
* Make FFI::Type::Array an alias for FFI::ArrayType, and add length and elem_ty...Wayne Meissner2009-08-111-9/+32
* Set ffi_type::elementsWayne Meissner2009-08-071-0/+1
* Split ArrayType out into its own source & header fileWayne Meissner2009-08-071-0/+105