summaryrefslogtreecommitdiff
path: root/ext/ffi_c/Types.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused NATIVE_CALLBACK enumLars Kanis2021-02-281-4/+3
* 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
* Remove definition of FFI_STDCALL from Types.hWayne Meissner2012-07-311-4/+0
* Add experimental support for long double. Fixes issue #194Wayne Meissner2012-02-281-0/+1
* support msvc 64bitunknown2012-01-101-0/+4
* Sync up copyright headersWayne Meissner2011-01-091-19/+11
* Enums param to rbffi_NativeValue_ToRuby() no longer needed.Wayne Meissner2010-12-261-1/+1
* Re-implement enums using DataConverterWayne Meissner2010-05-221-4/+1
* Use FFI::DataConverter to implement the :strptr return typeWayne Meissner2010-05-221-4/+1
* Add custom data converters for parameter and return typesWayne Meissner2010-05-221-0/+3
* Remove obsolete :rbxstring type and cleanup FFI.type_size() to use Type#sizeWayne Meissner2010-04-101-5/+6
* Implement :strptr return type.Wayne Meissner2010-04-101-0/+2
* Add NATIVE_LONG and NATIVE_ULONG and use them instead of aliasing long to INT...Wayne Meissner2009-11-041-0/+2
* Add NATIVE_ARRAY typeWayne Meissner2009-08-071-0/+2
* Add NATIVE_STRUCT to NativeTypeWayne Meissner2009-08-011-6/+35
* Kill rbffi_NativeType_ToFFI() now that everything should be a Type instanceWayne Meissner2009-07-241-1/+0
* Add FunctionInfo that will eventually replace CallbackInfoWayne Meissner2009-07-241-0/+1
* Change first arg of rbffi_NativeValue_ToRuby() to be a Type struct instead of...Wayne Meissner2009-07-051-1/+3
* Add boolean types. Patch from Aman Gupta <kenai@tmm1.net>Wayne Meissner2009-06-291-0/+1
* Rework the naming a bit.Wayne Meissner2009-05-061-3/+3
* Pass the ffi module into each of the _Init functionsWayne Meissner2009-05-061-1/+1
* Generalized usage of global static IDs initialized at extension load time ins...Luc Heinrich2009-03-271-2/+1
* Initial support for enumerations.Luc Heinrich2009-03-271-1/+5
* Remove netbeans autogenerated commentsWayne Meissner2009-03-031-7/+0
* Multitude of compilation fixups for Win32Wayne Meissner2008-12-101-21/+23
* Move extension into ext/ffi_c to make the layout compliant with rake-compilerWayne Meissner2008-12-101-0/+53