summaryrefslogtreecommitdiff
path: root/spec/ffi/variadic_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Exclude JRuby and Truffleruby at retrieval of function typesLars Kanis2023-05-081-0/+3
* Register functions in Ruby codeLars Kanis2023-05-081-1/+1
* Freeze immutable objects and add explicit make_shareable to make library defi...Lars Kanis2023-05-071-0/+2
* Rename result_type to return_typeLars Kanis2023-04-271-1/+1
* Store each FFI::Function in it's own instance variabe in the module to be att...Lars Kanis2023-04-271-2/+0
* Add the possibility to query attached funtions and variablesLars Kanis2023-04-271-0/+29
* Separate double callback spec and variadic call with function pointerLars Kanis2021-02-281-0/+16
* Remove code required for ruby prior 2.3Lars Kanis2020-06-011-1/+0
* Mark spec as not supported for 1.8Andrew Neitsch2016-06-041-0/+1
* Fix “char promoted to int when passed through ...”Andrew Neitsch2016-06-041-2/+2
* Make testBlockingXXva do something with varargsAndrew Neitsch2016-06-041-2/+2
* Add failing unit test for blocking: true with varargsAndrew Neitsch2016-06-011-0/+18
* sync specs w/ JRuby and move to rspectduehr2014-10-021-10/+13
* remove require_relativetduehr2014-06-051-1/+1
* add enum test to variadic spectduehr2014-06-051-0/+16
* merge specs w/ JRuby and correct syntax to use rspectduehr2014-06-051-1/+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-6/+6
* Avoid "possibly useless use of == in void context" warnings.Matijs van Zuijlen2011-10-291-14/+17
* Sync up copyright headersWayne Meissner2011-01-091-0/+16
* Rename specs to spec/ffiWayne Meissner2008-12-051-0/+84