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
1 day
ago. based on code collected
1 day
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 71 of 82
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove comment at top of file
Wayne Meissner
More...
over 16 years ago
Invoker callback_param() now handles nil values for callback params, which equates to a NULL function pointer in C.
Mike Dalessio
More...
over 16 years ago
added failing spec for passing nil as a callback parameter.
Mike Dalessio
More...
over 16 years ago
Update netbeans metadata
Wayne Meissner
More...
over 16 years ago
Store the struct member names in insertion order
Wayne Meissner
More...
over 16 years ago
Add Struct#offset_of() to discover a member's offset within the struct memory
Wayne Meissner
More...
over 16 years ago
Convert $(srcdir) to an absolute path so the gem install works again
Wayne Meissner
More...
over 16 years ago
added spec that fails under jruby: instantiated objects are of the wrong class
Mike Dalessio
More...
over 16 years ago
added spec that fails under jruby: assigning struct to pointer
Mike Dalessio
More...
over 16 years ago
added spec that fails under jruby: casting nils in a string context
Mike Dalessio
More...
over 16 years ago
Merge
Wayne Meissner
More...
over 16 years ago
Add poison null byte spec
Wayne Meissner
More...
over 16 years ago
Scrub strings passed in as :string to avoid 'Poison null byte' style exploits
Wayne Meissner
More...
over 16 years ago
Add a spec for callbacks returning :pointer
Wayne Meissner
More...
over 16 years ago
Refactoring of StructLayoutBuilder#add_field. Now, UnionLayoutBuilder needs only to override calc_alignment_of and calc_current_size methods.
Andrea Fazzi
More...
over 16 years ago
Branch merge
Andrea Fazzi
More...
over 16 years ago
Add support for unions. Use the same syntax as structs.
Andrea Fazzi
More...
over 16 years ago
removed specs that test the internal API from struct_spec.rb
Andrea Fazzi
More...
over 16 years ago
Add support for callback global variables. Use the same setup/syntax as callback fields in struct.
Wayne Meissner
More...
over 16 years ago
Fix RUBY_FFI-3 Bug in struct alignment/size calculation, by padding structures to the alignment of the largest member.
Wayne Meissner
More...
over 16 years ago
Merge
Wayne Meissner
More...
over 16 years ago
Fix build and test problems on ruby 1.9.1
Wayne Meissner
More...
over 16 years ago
Branch merge
Andrea Fazzi
More...
over 16 years ago
mixed in Enumerable in Struct::Array and implemented Struct::Array#each removed caching of ::Array instance in Struct::Array
Andrea Fazzi
More...
over 16 years ago
changed indents in StrucTest.c from 2 spaces to 4 spaces
Andrea Fazzi
More...
over 16 years ago
improved Struct::offsets to return an ordered field/offset pairs array
Andrea Fazzi
More...
over 16 years ago
added a failing spec to check for the wrong alignment of a struct added Struct::offsets method that returns field/offset array pairs
Andrea Fazzi
More...
over 16 years ago
added Struct::offsets method that return a field/offset pairs array
Andrea Fazzi
More...
over 16 years ago
improved array field caching
Andrea Fazzi
More...
over 16 years ago
Merge commit
Andrea Fazzi
More...
over 16 years ago
←
1
2
…
67
68
69
70
71
72
73
74
75
…
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