summaryrefslogtreecommitdiff
path: root/spec/ffi/struct_callback_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Reject callback with :string return typeLars Kanis2020-05-241-0/+8
* sync specs w/ JRuby and move to rspectduehr2014-10-021-7/+6
* remove require_relativetduehr2014-06-051-1/+1
* merge specs w/ JRuby and correct syntax to use rspectduehr2014-06-051-2/+3
* Change licensing of the specs to the same license as RubyspecDirkjan Bussink2012-11-251-12/+1
* Use matchers compatible with MSpecDirkjan Bussink2012-11-251-2/+2
* Avoid method redefined warnings.Matijs van Zuijlen2011-10-291-6/+6
* Avoid "possibly useless use of == in void context" warnings.Matijs van Zuijlen2011-10-291-2/+2
* Sync up copyright headersWayne Meissner2011-01-091-0/+16
* Fixup struct callback spec to work on 1.8, 1.9Wayne Meissner2009-09-181-2/+2
* Add a spec for FFI::Struct's field of type "callback that takes callbacks as ...Andrea Fazzi2009-09-161-4/+6
* Add spec to test that the return value from Struct#[] on a callback field is ...Wayne Meissner2009-08-071-0/+21
* Remove duplicated/failing spec in struct_callback_spec.rbAndrea Fazzi2009-07-061-12/+0
* Add specs for method-as-callback. Patch from Aman Gupta <kenai@tmm1.net>Wayne Meissner2009-07-031-0/+12
* Support methods (and anything that responds to :call) as callbacks. Patch fr...Wayne Meissner2009-07-011-1/+24
* Make all callbacks declared inside structs namelessWayne Meissner2009-04-011-2/+2
* Fix RUBY_FFI-15 by delegating Struct.callback calls up to the enclosing module.Wayne Meissner2009-03-311-0/+18