index
:
delta/ruby-gems/ffi.git
0.5
branches/v1
containers
drop_187
elcapt
ffi-0.6
ffi-1.1
ffi-1.2
larskanis-appveyor
libffi
libffi-3.2.1
master
rake-compile-update
revert-497-container_ci
travis
win_21
github.com: ffi/ffi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
ffi_c
/
ffi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bad search and replace in C code.
1.9.2
Charles Oliver Nutter
2013-10-29
1
-31
/
+1
*
Switch license to BSD throughout codebase. See #288.
Charles Oliver Nutter
2013-10-29
1
-12
/
+22
*
Licensing audit. Restore BSD license text from files where it was mistakenly...
Wayne Meissner
2013-10-27
1
-0
/
+30
*
Re-work exception saving & non-gil function callbacks
Wayne Meissner
2013-04-23
1
-2
/
+4
*
Correct some rb_global_variable() calls that were passing in stack addresses.
Wayne Meissner
2012-12-29
1
-1
/
+1
*
Convert C++ style comments to C /* */ style
Wayne Meissner
2012-08-04
1
-1
/
+1
*
Documentation for FFI::Pointer, FFI::Type, FFI::Type::Builtin,
Sylvain Daubert
2011-09-18
1
-0
/
+5
*
Sync up copyright headers
Wayne Meissner
2011-01-09
1
-19
/
+12
*
Remove C part of AutoPointer, since that functionality is already in the base...
Wayne Meissner
2010-05-22
1
-2
/
+0
*
Add StructByReference for converting pointer-to-struct parameter/return values
Wayne Meissner
2010-05-22
1
-2
/
+6
*
Add custom data converters for parameter and return types
Wayne Meissner
2010-05-22
1
-0
/
+4
*
Split out the closure pool from the method handles
Wayne Meissner
2009-09-18
1
-0
/
+2
*
Remove NullPointer class
Wayne Meissner
2009-08-13
1
-1
/
+0
*
Remove FFI::Invoker
Wayne Meissner
2009-08-13
1
-1
/
+0
*
Merge Callback into Function
Wayne Meissner
2009-08-08
1
-2
/
+0
*
Split ArrayType out into its own source & header file
Wayne Meissner
2009-08-07
1
-0
/
+2
*
Add StructByValue class
Wayne Meissner
2009-08-01
1
-1
/
+31
*
Split Variadic invokers out from Invoker
Wayne Meissner
2009-08-01
1
-0
/
+1
*
Start refactoring out the method handle trampolines
Wayne Meissner
2009-07-31
1
-0
/
+2
*
Split out ffi_arg_setup into rbffi_SetupCallParams()
Wayne Meissner
2009-07-26
1
-0
/
+2
*
Add FunctionInfo that will eventually replace CallbackInfo
Wayne Meissner
2009-07-24
1
-35
/
+5
*
Start of Function API
Wayne Meissner
2009-07-24
1
-2
/
+3
*
Move LastError into LastError.[ch]
Wayne Meissner
2009-07-12
1
-1
/
+2
*
Rework the naming a bit.
Wayne Meissner
2009-05-06
1
-14
/
+14
*
Pass the ffi module into each of the _Init functions
Wayne Meissner
2009-05-06
1
-12
/
+13
*
Fix RUBY_FFI-19.
Wayne Meissner
2009-04-23
1
-2
/
+2
*
Rename NativeLibrary.[ch] to DynamicLibrary.[ch]
Wayne Meissner
2009-04-16
1
-2
/
+2
*
Implement FFI::Type and FFI::Type::Builtin
Wayne Meissner
2009-03-28
1
-30
/
+3
*
Generalized usage of global static IDs initialized at extension load time ins...
Luc Heinrich
2009-03-27
1
-2
/
+2
*
Initial support for enumerations.
Luc Heinrich
2009-03-27
1
-0
/
+2
*
Create the type and size maps in C, and use them to do size lookups in Buffer...
Wayne Meissner
2009-03-15
1
-1
/
+34
*
Make everything build when cross compiling for win32. Totally untested
Wayne Meissner
2008-12-10
1
-1
/
+0
*
Multitude of compilation fixups for Win32
Wayne Meissner
2008-12-10
1
-23
/
+23
*
Move extension into ext/ffi_c to make the layout compliant with rake-compiler
Wayne Meissner
2008-12-10
1
-0
/
+67