File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22-------------------
33
44Added:
5+ * Add ability to disable or force use of system libffi. #669
6+ Use like ` gem inst ffi -- --enable-system-libffi ` .
7+ * Add ability to call FFI callbacks from outside of FFI call frame. #584
58* Add proper documentation to FFI::Generator and ::Task
69* Add gemspec metadata. #696 , #698
710
811Changed:
9- * Add ability to disable or force system libffi. #669
10- Use like ` gem inst ffi -- --enable-system-libffi ` .
11- * Move FFI::Platform::CPU from C to Ruby. #663
1212* Fix stdcall on Win32. #649 , #669
13- * Move FFI::StructByReference to Ruby. #681
14- * Fix FFI::Pointer#read_string(0) to return a binary String. #692
1513* Fix load paths for FFI::Generator::Task
14+ * Fix FFI::Pointer#read_string(0) to return a binary String. #692
15+ * Fix benchmark suite so that it runs on ruby-2.x
16+ * Move FFI::Platform::CPU from C to Ruby. #663
17+ * Move FFI::StructByReference to Ruby. #681
18+ * Move FFI::DataConverter to Ruby (#661 )
19+ * Various cleanups and improvements of specs and benchmarks
1620
1721Removed:
1822* Remove ruby-1.8 and 1.9 compatibility code. #683
You can’t perform that action at this time.
0 commit comments