summaryrefslogtreecommitdiff
path: root/spec/ffi/function_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Freeze immutable objects and add explicit make_shareable to make library defi...Lars Kanis2023-05-071-1/+1
* Add the possibility to query attached funtions and variablesLars Kanis2023-04-271-1/+1
* Add support for using FFI in RactorLars Kanis2023-04-181-0/+24
* Add a spec that adds one Function to several modulesLars Kanis2023-04-161-0/+10
* Implement Write Barrier and dsize for FFI::FunctionJean Boussier2023-03-061-0/+8
* Use shorter thread names for FFI's callbacksLars Kanis2021-03-051-1/+1
* Clarify that TruffleRuby/JRuby do not use a dispatcher threadIvo Anjo2021-02-211-4/+2
* Skip thread naming spec on JRubyIvo Anjo2021-02-191-0/+1
* Skip thread naming spec on TruffleRubyIvo Anjo2021-02-191-0/+2
* Name the async_cb_thread for easier debuggingIvo Anjo2021-02-191-0/+8
* Add Windows port to blocking function test.Lars Kanis2015-08-071-0/+1
* Fix test for :blocking=>true with a sleep()-less version.Lars Kanis2015-08-061-10/+14
* fix blocking function spec ... againtduehr2015-03-131-1/+1
* fix blocking function spectduehr2014-12-101-4/+7
* sync specs w/ JRuby and move to rspectduehr2014-10-021-11/+22
* remove require_relativetduehr2014-06-051-1/+1
* merge specs w/ JRuby and correct syntax to use rspectduehr2014-06-051-3/+5
* Change licensing of the specs to the same license as RubyspecDirkjan Bussink2012-11-251-12/+1
* Use matchers compatible with MSpecDirkjan Bussink2012-11-251-5/+5
* Avoid method redefined warnings.Matijs van Zuijlen2011-10-291-5/+5
* Avoid "possibly useless use of == in void context" warnings.Matijs van Zuijlen2011-10-291-5/+5
* Implement rbffi_thread_blocking_region() to enable blocking function calls on...Wayne Meissner2010-12-271-8/+22
* Add specs for FFI::Function#freeAndrea Fazzi2009-08-241-0/+13
* Add spec for blocking functions and refactor a bit function_spec.rbAndrea Fazzi2009-08-241-8/+21
* Fix attaching function to singleton class to work on 1.9 and 1.8Wayne Meissner2009-08-201-1/+5
* Add preliminary specs for FFI::FunctionAndrea Fazzi2009-08-191-0/+43