openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
ffi
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 21 hours
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 72 of 82
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
added support for array field in structs added specs for array field refactoring of struct.rb better specs for nested struct fields
Andrea Fazzi
More...
over 16 years ago
Fixup error handling in ffi_lib
Wayne Meissner
More...
over 16 years ago
Rework FFI.ffi_lib to try the library name as given, then fall back to mangling the name only if the first open attempt fails.
Wayne Meissner
More...
over 16 years ago
Merge commit
Wayne Meissner
More...
over 16 years ago
add aliases for {put,get}_array_of_{float,double}
Wayne Meissner
More...
over 16 years ago
Reverted my last commit, it breaks the 'rake compile' command.
Luc Heinrich
More...
over 16 years ago
Fixed broken build process on OS X. Explicitely specifying the srcdir to create_makefile in extconf.rb allows the multiple arch builds to not fail in libffi.darwin.mk
Luc Heinrich
More...
over 16 years ago
Minor nit: there's no point in creating IS_MAC if it's not going to be used.
Luc Heinrich
More...
over 16 years ago
Merge commit
Wayne Meissner
More...
over 16 years ago
Bypass the to_ptr path when a Struct is passed in as a :pointer, :buffer_in, :buffer_out or :buffer_inout parameter
Wayne Meissner
More...
over 16 years ago
Remove BaseStruct from Struct hierarchy to match up with JRuby FFI
Wayne Meissner
More...
over 16 years ago
Move the rest of the allocation functions into C code
Wayne Meissner
More...
over 16 years ago
Move Struct allocation into C code
Wayne Meissner
More...
over 16 years ago
Add external method to allocate MemoryPointer instances
Wayne Meissner
More...
over 16 years ago
Keep track of the minimum alignment when building a struct layout, and store that in the layout
Wayne Meissner
More...
over 16 years ago
Fixed libtest compile error occuring on OS X.
Luc Heinrich
More...
over 16 years ago
Split the Struct field accesses benchmarks out into a separate benchmark script
Wayne Meissner
More...
over 16 years ago
Add more benches for different ways of calculating the size of the Buffer/MemoryPointer
Wayne Meissner
More...
over 16 years ago
Add additional benchmarks with a pre-allocated native Timeval struct, and an on-the-fly allocated Timeval struct
Wayne Meissner
More...
over 16 years ago
Apply patch from RUBY_FFI-2 for nested structs
Wayne Meissner
More...
over 16 years ago
Merge commit
Wayne Meissner
More...
over 16 years ago
Add solaris support for libtest
Wayne Meissner
More...
over 16 years ago
More 64bit fixups for struct member tests
Wayne Meissner
More...
over 16 years ago
clear the MemoryPointer and Buffer on alloc, so everyone is on a level playing field
Wayne Meissner
More...
over 16 years ago
Unbreak a couple of the struct tests, and fix one I missed
Wayne Meissner
More...
over 16 years ago
Use (result - expected).abs < 0.001 to compare float/double return values instead of ==
Wayne Meissner
More...
over 16 years ago
Correct struct sizes for 64bit
Wayne Meissner
More...
over 16 years ago
Add benchmarks for MemoryPointer vs Buffer vs 0.chr * size
Wayne Meissner
More...
over 16 years ago
Add benchmarks for functions which take a pointer/buffer for the various in/out/inout combinations
Wayne Meissner
More...
over 16 years ago
Accept both Buffer and Pointer as return values from to_ptr
Wayne Meissner
More...
over 16 years ago
←
1
2
…
68
69
70
71
72
73
74
75
76
…
81
82
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree