summaryrefslogtreecommitdiff
path: root/ext/ffi_c/Type.h
Commit message (Expand)AuthorAgeFilesLines
* Implement Write Barrier and dsize for FFI::TypeJean Boussier2023-03-061-1/+1
* Convert FFI::Type and descendants to TypedDataJean Boussier2023-03-021-0/+2
* Remove no longer used rbffi_Type_Find()Benoit Daloze2019-01-071-1/+0
* Fix bad search and replace in C code.1.9.2Charles Oliver Nutter2013-10-291-16/+1
* Licensing audit. Restore BSD license text from files where it was mistakenly...Wayne Meissner2013-10-271-0/+30
* Some minor Type and NativeType cleanupsWayne Meissner2010-05-221-21/+11
* Re-implement enums using DataConverterWayne Meissner2010-05-221-1/+1
* Add enum field support to StructWayne Meissner2009-11-271-1/+1
* Remove size and alignment fields from FFI::Type, as they are provided by ffi_...Wayne Meissner2009-08-051-2/+0
* extern declaration for rbffi_Type_Find()Wayne Meissner2009-08-011-3/+31
* Add FunctionInfo that will eventually replace CallbackInfoWayne Meissner2009-07-241-3/+6
* Pull up size and alignment into the base Type instance, and add a pointer to ...Wayne Meissner2009-05-061-2/+6
* Rework the naming a bit.Wayne Meissner2009-05-061-2/+2
* Fix build problems on 1.9.1Wayne Meissner2009-03-291-1/+1
* Use FFI::Type as the base value for all types now instead of a FixnumWayne Meissner2009-03-281-0/+24