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
/
lib
/
ffi
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
prevent usage same binary file simultaneously
maierru
2022-01-04
1
-4
/
+5
*
Allow overriding `gcc` with the `CC` env var in `const_generator.rb` and `str...
Alexey Zagarin
2021-04-15
2
-2
/
+4
*
Add type definitions for stdint.h and stddef.h
Lars Kanis
2020-04-16
1
-0
/
+2
*
Update platform x86_64-linux on Ubuntu-18.04
Lars Kanis
2019-10-10
1
-0
/
+1
*
Sort all types.conf files, so that changes are more visible
Lars Kanis
2019-10-10
1
-4
/
+4
*
Pass options from rake task to the FFI::Generator
Lars Kanis
2019-05-17
1
-2
/
+2
*
Include the name of the template file instead of just rake
Lars Kanis
2019-05-17
1
-1
/
+1
*
Add proper documentation to FFI::Generator and ::Task
Lars Kanis
2019-05-17
2
-4
/
+53
*
Fix load paths for FFI::Generator::Task
Lars Kanis
2019-05-17
2
-12
/
+4
*
Add require call necessary to load from ffi/tools directory to example
Lars Kanis
2019-05-17
1
-4
/
+5
*
Fix example for FFI::StructGenerator
Lars Kanis
2019-05-17
1
-4
/
+4
*
minor documentation and code style improvements
Patrik Wenger
2015-11-25
1
-7
/
+6
*
Merge remote-tracking branch 'upstream/master'
Sylvain Daubert
2012-12-08
2
-14
/
+21
|
\
|
*
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
|
*
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
|
*
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
*
|
Add documentation (mainly for Struct and its decendants).
Sylvain Daubert
2011-10-02
3
-0
/
+5
|
/
*
Add documentation for ArrayType, Buffer, DynamicLibrary, Function, Enum, Enums
Sylvain Daubert
2011-09-25
1
-17
/
+72
*
provide file & line in errors from generated structs
Suraj N. Kurapati
2011-01-29
1
-1
/
+1
*
In constant generator, only prefix the name with @prefix if @prefix is defined.
Wayne Meissner
2010-12-30
1
-1
/
+1
*
Fixes for CRuby 1.9.1. Patch from beoran@gmail.com
Wayne Meissner
2008-11-28
1
-1
/
+1
*
Remove lib/ffi/tools/Rakefile and lib/ffi/tools/platform.rake as they are not...
Wayne Meissner
2008-11-21
2
-613
/
+0
*
Replace JRuby::FFI::Platform::IS_WINDOWS with FFI::Platform.windows?
Wayne Meissner
2008-11-08
2
-2
/
+2
*
Add FFI generator tools from JRuby
Wayne Meissner
2008-11-02
7
-0
/
+1200