| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the non-MRI loading generic | Wayne Meissner | 2012-11-13 | 1 | -1/+2 |
* | Apply JRuby loading logic to rbx as well | Wayne Meissner | 2012-11-13 | 1 | -1/+1 |
* | Also remove 'ffi.rb' from $LOADED_FEATURES | Wayne Meissner | 2012-11-13 | 1 | -1/+4 |
* | Try to resolve jruby+bundler ffi loading issues | Wayne Meissner | 2012-11-13 | 1 | -0/+6 |
* | Fix FFI.attach_function to not rewrite the passed in arg_types array in-place | Wayne Meissner | 2012-11-13 | 1 | -1/+1 |
* | Reject :varargs parameters for callbacks. Fixes #161 | Wayne Meissner | 2012-11-13 | 1 | -1/+3 |
* | Fix issue #112 - delegate Pointer#autorelease? to AutoPointer::Releaser | Wayne Meissner | 2012-09-23 | 1 | -8/+9 |
* | Fix issue #206 - raise an error on enums with duplicate keys | Wayne Meissner | 2012-09-23 | 1 | -1/+2 |
* | Try to normalize arm* to "arm" | Wayne Meissner | 2012-07-29 | 1 | -1/+6 |
* | add in_port_t type | Bulat Shakirzyanov | 2012-05-25 | 4 | -0/+4 |
* | add missing in_addr_t types | Bulat Shakirzyanov | 2012-05-25 | 4 | -0/+4 |
* | add blksize_t types for 32 and 64bit linux | Bulat Shakirzyanov | 2012-05-25 | 2 | -1/+2 |
* | Fix initialization of StructLayouts that are unions. Fixes #204. | Wayne Meissner | 2012-05-09 | 1 | -1/+3 |
* | Restore patch for using the correct runtime lib in windows | Wayne Meissner | 2012-04-08 | 1 | -1/+1 |
* | Rollback patch for #199 until it is confirmed to not break mingw builds | Wayne Meissner | 2012-04-08 | 1 | -1/+1 |
* | Use the appropriate runtime library on Windows. This is necessary for version... | Daniel Berger | 2012-04-07 | 1 | -1/+1 |
* | Enable nested struct fields to be set | Wayne Meissner | 2012-04-03 | 1 | -3/+4 |
* | Add experimental support for long double. Fixes issue #194 | Wayne Meissner | 2012-02-28 | 2 | -0/+4 |
* | Don't try to include <sys/socket.h> on WIN32 | Wayne Meissner | 2012-02-27 | 1 | -0/+2 |
* | Allow the CC environment var to override the default compiler | Wayne Meissner | 2012-02-22 | 1 | -1/+2 |
* | Adding types.conf files for 7 Debian architectures | Antonio Terceiro | 2012-02-06 | 7 | -0/+717 |
* | Add :input option to FFI::TypesGenerator#generate | Antonio Terceiro | 2012-02-06 | 1 | -1/+3 |
* | Add :remote option to FFI:TypesGenerator#generate | Antonio Terceiro | 2012-02-06 | 1 | -1/+6 |
* | Add sparc-linux | Antonio Terceiro | 2011-11-13 | 1 | -0/+102 |
* | Add ia64-linux | Antonio Terceiro | 2011-11-13 | 1 | -0/+102 |
* | Merge pull request #171 from burns/burns | Wayne Meissner | 2011-11-12 | 1 | -13/+10 |
|\ |
|
| * | accept multiple arguments with ConstGenerator#include | Brian D. Burns | 2011-10-30 | 1 | -11/+8 |
| * | use Constant#converted_value with ConstGenerator#[] | Brian D. Burns | 2011-10-30 | 1 | -2/+2 |
* | | Revert "Fix an error on ruby-head (2.0.0dev)" | Wayne Meissner | 2011-11-11 | 1 | -2/+0 |
|/ |
|
* | Avoid assigned but unused variables in lib. | Matijs van Zuijlen | 2011-10-29 | 2 | -2/+2 |
* | Avoid shadowing local variable. | Matijs van Zuijlen | 2011-10-29 | 1 | -2/+2 |
* | Remove definition of Struct::align that's redefined later. | Matijs van Zuijlen | 2011-10-29 | 1 | -4/+0 |
* | Make FFI::Library#ffi_convention into an accessor as well as setter | Kim Burgestrand | 2011-10-22 | 1 | -5/+7 |
* | Merge pull request #163 from meh/fix-for-ruby-head1.0.10 | Wayne Meissner | 2011-10-20 | 1 | -0/+2 |
|\ |
|
| * | Fix an error on ruby-head (2.0.0dev) | meh | 2011-10-20 | 1 | -0/+2 |
* | | Support Ruby 2.0. | NARUSE, Yui | 2011-10-20 | 1 | -1/+3 |
|/ |
|
* | All GNU systems use .so.[0-9]* naming convention | Antonio Terceiro | 2011-10-01 | 1 | -1/+1 |
* | Complete fix for platform detection | Antonio Terceiro | 2011-09-30 | 1 | -1/+1 |
* | Improved cleanup of platform.rb | hobophobe | 2011-09-30 | 1 | -3/+3 |
* | The platform/OS-arch directories for linux are called linux, not gnu. | hobophobe | 2011-09-29 | 1 | -2/+2 |
* | Merge pull request #158 from sdaubert/master | Wayne Meissner | 2011-09-25 | 3 | -17/+116 |
|\ |
|
| * | Add documentation for ArrayType, Buffer, DynamicLibrary, Function, Enum, Enums | Sylvain Daubert | 2011-09-25 | 3 | -17/+116 |
* | | Merge pull request #156 from sdaubert/master | Wayne Meissner | 2011-09-22 | 6 | -58/+244 |
|\ \
| |/ |
|
| * | Add documentation for DataConverter, LastError, AutoPointer, FFI::IO, Library... | Sylvain Daubert | 2011-09-21 | 6 | -58/+244 |
* | | Merge pull request #155 from sdaubert/master | Wayne Meissner | 2011-09-19 | 2 | -1/+63 |
|\ \
| |/ |
|
| * | Documentation for FFI::Pointer, FFI::Type, FFI::Type::Builtin, | Sylvain Daubert | 2011-09-18 | 2 | -1/+63 |
* | | Generalize Linux support for all GNU systems | Antonio Terceiro | 2011-09-17 | 1 | -5/+6 |
|/ |
|
* | Merge pull request #138 from tekwiz/stdcall2 | Wayne Meissner | 2011-08-30 | 1 | -4/+12 |
|\ |
|
| * | Offsets in stdcall name decorations must be a multiple of 4. Also clean up c... | Charlie Savage | 2011-08-28 | 1 | -4/+12 |
* | | Slightly different fix to issue #140 that takes into account passing Proc/Met... | Wayne Meissner | 2011-08-30 | 1 | -10/+15 |
|/ |
|