summaryrefslogtreecommitdiff
path: root/spec/ffi/union_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaces in .rb filesBenoit Daloze2020-12-211-4/+4
* sync specs w/ JRuby and move to rspectduehr2014-10-021-7/+8
* remove require_relativetduehr2014-06-051-1/+1
* merge specs w/ JRuby and correct syntax to use rspectduehr2014-06-051-1/+2
* Change licensing of the specs to the same license as RubyspecDirkjan Bussink2012-11-251-12/+1
* Use matchers compatible with MSpecDirkjan Bussink2012-11-251-3/+3
* Avoid "possibly useless use of == in void context" warnings.Matijs van Zuijlen2011-10-291-3/+3
* Sync up copyright headersWayne Meissner2011-01-091-0/+16
* Add Struct#offset_of() to discover a member's offset within the struct memoryWayne Meissner2009-02-151-1/+1
* Refactoring of StructLayoutBuilder#add_field.Andrea Fazzi2009-02-021-1/+1
* Add support for unions. Use the same syntax as structs.Andrea Fazzi2009-02-021-0/+60