summaryrefslogtreecommitdiff
path: root/spec/ffi/struct_packed_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* sync specs w/ JRuby and move to rspectduehr2014-10-021-14/+12
* 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-6/+6
* Avoid "possibly useless use of == in void context" warnings.Matijs van Zuijlen2011-10-291-6/+6
* Sync up copyright headersWayne Meissner2011-01-091-0/+16
* Convert StructLayoutBuilder to ruby, and allow packing to take an optional pa...Wayne Meissner2010-04-161-6/+4
* Rename Struct.align to Struct.aligned, so both packed and aligned are named t...Wayne Meissner2010-04-161-2/+2
* Fix issue #32 by implementing Struct.packed to pack structs on a minimum boun...Wayne Meissner2010-04-161-0/+48