summaryrefslogtreecommitdiff
path: root/spec/ffi/enum_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Freeze immutable objects and add explicit make_shareable to make library defi...Lars Kanis2023-05-071-8/+16
* Ensure enums are usable in RactorLars Kanis2023-05-021-0/+14
* Remove trailing spaces in .rb filesBenoit Daloze2020-12-211-2/+2
* Fix several specs where raise_error was called without classLars Kanis2018-06-021-2/+12
* additional specs and a minor fixtduehr2014-10-131-33/+119
* Add specs for non int enum argumentstduehr2014-10-131-0/+110
* sync specs w/ JRuby and move to rspectduehr2014-10-021-129/+135
* 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-127/+127
* Fix issue #206 - raise an error on enums with duplicate keysWayne Meissner2012-09-231-0/+4
* Avoid "possibly useless use of == in void context" warnings.Matijs van Zuijlen2011-10-291-127/+127
* Avoid spurious entries in @vk_map for FFI::Enum.Matijs van Zuijlen2011-05-011-0/+28
* Sync up copyright headersWayne Meissner2011-01-091-0/+16
* Re-enable integers instead of enum constants as values for enum parametersWayne Meissner2010-11-131-0/+19
* Rework enums a bitWayne Meissner2009-04-061-145/+50
* Initial support for enumerations.Luc Heinrich2009-03-271-0/+259