ffi 1.9.25 → 1.12.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (285) hide show
  1. checksums.yaml +4 -4
  2. data/{appveyor.yml → .appveyor.yml} +7 -2
  3. data/.gitignore +3 -0
  4. data/.gitmodules +1 -0
  5. data/.travis.yml +22 -30
  6. data/CHANGELOG.md +107 -0
  7. data/Gemfile +2 -2
  8. data/README.md +29 -17
  9. data/Rakefile +17 -89
  10. data/ext/ffi_c/AbstractMemory.c +5 -9
  11. data/ext/ffi_c/Call.c +18 -39
  12. data/ext/ffi_c/Call.h +4 -7
  13. data/ext/ffi_c/DynamicLibrary.c +1 -1
  14. data/ext/ffi_c/Function.c +29 -113
  15. data/ext/ffi_c/LastError.c +47 -2
  16. data/ext/ffi_c/LongDouble.c +7 -7
  17. data/ext/ffi_c/Platform.c +0 -47
  18. data/ext/ffi_c/Struct.c +47 -51
  19. data/ext/ffi_c/Struct.h +12 -6
  20. data/ext/ffi_c/StructLayout.c +13 -12
  21. data/ext/ffi_c/Thread.c +6 -222
  22. data/ext/ffi_c/Thread.h +2 -13
  23. data/ext/ffi_c/Type.c +0 -18
  24. data/ext/ffi_c/Type.h +0 -1
  25. data/ext/ffi_c/Types.c +1 -1
  26. data/ext/ffi_c/Variadic.c +9 -15
  27. data/ext/ffi_c/extconf.rb +34 -21
  28. data/ext/ffi_c/ffi.c +3 -8
  29. data/ext/ffi_c/libffi/.appveyor.yml +29 -13
  30. data/ext/ffi_c/libffi/.gitattributes +4 -0
  31. data/ext/ffi_c/libffi/.travis/bfin-sim.exp +58 -0
  32. data/ext/ffi_c/libffi/.travis/build-cross-in-container.sh +14 -0
  33. data/ext/ffi_c/libffi/.travis/build-in-container.sh +12 -0
  34. data/ext/ffi_c/libffi/.travis/build.sh +112 -8
  35. data/ext/ffi_c/libffi/.travis/install.sh +65 -16
  36. data/ext/ffi_c/libffi/.travis/m32r-sim.exp +58 -0
  37. data/ext/ffi_c/libffi/.travis/or1k-sim.exp +58 -0
  38. data/ext/ffi_c/libffi/.travis/powerpc-eabisim.exp +58 -0
  39. data/ext/ffi_c/libffi/.travis/site.exp +10 -1
  40. data/ext/ffi_c/libffi/.travis/wine-sim.exp +55 -0
  41. data/ext/ffi_c/libffi/.travis.yml +47 -2
  42. data/ext/ffi_c/libffi/{ChangeLog.libffi-3.1 → ChangeLog.old} +1407 -0
  43. data/ext/ffi_c/libffi/LICENSE +1 -1
  44. data/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +5 -4
  45. data/ext/ffi_c/libffi/Makefile.am +33 -40
  46. data/ext/ffi_c/libffi/Makefile.in +392 -176
  47. data/ext/ffi_c/libffi/README.md +23 -8
  48. data/ext/ffi_c/libffi/configure +319 -343
  49. data/ext/ffi_c/libffi/configure.ac +6 -2
  50. data/ext/ffi_c/libffi/configure.host +26 -9
  51. data/ext/ffi_c/libffi/doc/Makefile.in +9 -5
  52. data/ext/ffi_c/libffi/doc/libffi.texi +26 -14
  53. data/ext/ffi_c/libffi/doc/version.texi +4 -4
  54. data/ext/ffi_c/libffi/fficonfig.h.in +4 -0
  55. data/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +1 -3
  56. data/ext/ffi_c/libffi/include/Makefile.in +10 -6
  57. data/ext/ffi_c/libffi/include/ffi.h.in +11 -7
  58. data/ext/ffi_c/libffi/include/ffi_common.h +5 -1
  59. data/ext/ffi_c/libffi/install-sh +23 -13
  60. data/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +2 -48
  61. data/ext/ffi_c/libffi/ltmain.sh +153 -60
  62. data/ext/ffi_c/libffi/m4/asmcfi.m4 +1 -1
  63. data/ext/ffi_c/libffi/m4/ax_append_flag.m4 +5 -26
  64. data/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +5 -26
  65. data/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +2 -1
  66. data/ext/ffi_c/libffi/m4/ax_configure_args.m4 +5 -26
  67. data/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +7 -3
  68. data/ext/ffi_c/libffi/make_sunver.pl +333 -0
  69. data/ext/ffi_c/libffi/man/Makefile.in +9 -5
  70. data/ext/ffi_c/libffi/missing +8 -8
  71. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +33 -0
  72. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +130 -0
  73. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +57 -0
  74. data/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +4 -0
  75. data/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
  76. data/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +219 -0
  77. data/ext/ffi_c/libffi/msvcc.sh +27 -2
  78. data/ext/ffi_c/libffi/src/aarch64/ffi.c +126 -58
  79. data/ext/ffi_c/libffi/src/aarch64/ffitarget.h +13 -2
  80. data/ext/ffi_c/libffi/src/aarch64/sysv.S +8 -6
  81. data/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +506 -0
  82. data/ext/ffi_c/libffi/src/arm/ffi.c +40 -5
  83. data/ext/ffi_c/libffi/src/arm/ffitarget.h +8 -1
  84. data/ext/ffi_c/libffi/src/arm/sysv.S +2 -0
  85. data/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +311 -0
  86. data/ext/ffi_c/libffi/src/closures.c +41 -9
  87. data/ext/ffi_c/libffi/src/frv/ffi.c +1 -1
  88. data/ext/ffi_c/libffi/src/metag/ffi.c +1 -1
  89. data/ext/ffi_c/libffi/src/mips/o32.S +2 -0
  90. data/ext/ffi_c/libffi/src/moxie/ffi.c +1 -1
  91. data/ext/ffi_c/libffi/src/pa/linux.S +23 -2
  92. data/ext/ffi_c/libffi/src/powerpc/ffi.c +6 -4
  93. data/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +211 -32
  94. data/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +18 -7
  95. data/ext/ffi_c/libffi/src/powerpc/ffitarget.h +10 -4
  96. data/ext/ffi_c/libffi/src/powerpc/linux64.S +83 -28
  97. data/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +68 -4
  98. data/ext/ffi_c/libffi/src/prep_cif.c +4 -2
  99. data/ext/ffi_c/libffi/src/riscv/ffi.c +42 -6
  100. data/ext/ffi_c/libffi/src/riscv/ffitarget.h +1 -0
  101. data/ext/ffi_c/libffi/src/riscv/sysv.S +86 -7
  102. data/ext/ffi_c/libffi/src/x86/ffi.c +14 -6
  103. data/ext/ffi_c/libffi/src/x86/ffi64.c +5 -3
  104. data/ext/ffi_c/libffi/src/x86/ffiw64.c +5 -2
  105. data/ext/ffi_c/libffi/src/x86/sysv.S +90 -4
  106. data/ext/ffi_c/libffi/src/x86/sysv_intel.S +995 -0
  107. data/ext/ffi_c/libffi/src/x86/unix64.S +41 -0
  108. data/ext/ffi_c/libffi/src/x86/win64.S +5 -0
  109. data/ext/ffi_c/libffi/testsuite/Makefile.am +114 -109
  110. data/ext/ffi_c/libffi/testsuite/Makefile.in +124 -84
  111. data/ext/ffi_c/libffi/testsuite/lib/libffi.exp +26 -22
  112. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +7 -2
  113. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +1 -1
  114. data/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +1 -1
  115. data/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +12 -1
  116. data/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +9 -8
  117. data/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +1 -1
  118. data/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +67 -0
  119. data/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +138 -0
  120. data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/huge_struct.c +1 -1
  121. data/ext/ffi_c/libffi.darwin.mk +1 -1
  122. data/ext/ffi_c/rbffi.h +0 -2
  123. data/ffi.gemspec +12 -5
  124. data/lib/ffi/data_converter.rb +67 -0
  125. data/lib/ffi/ffi.rb +2 -0
  126. data/lib/ffi/library.rb +6 -6
  127. data/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
  128. data/lib/ffi/platform/aarch64-freebsd12/types.conf +128 -0
  129. data/lib/ffi/platform/aarch64-linux/types.conf +81 -81
  130. data/lib/ffi/platform/arm-freebsd/types.conf +152 -0
  131. data/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
  132. data/lib/ffi/platform/arm-linux/types.conf +79 -79
  133. data/lib/ffi/platform/i386-cygwin/types.conf +1 -1
  134. data/lib/ffi/platform/i386-darwin/types.conf +63 -63
  135. data/lib/ffi/platform/i386-freebsd/types.conf +89 -89
  136. data/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
  137. data/lib/ffi/platform/i386-gnu/types.conf +84 -84
  138. data/lib/ffi/platform/i386-linux/types.conf +77 -77
  139. data/lib/ffi/platform/i386-netbsd/types.conf +87 -87
  140. data/lib/ffi/platform/i386-openbsd/types.conf +89 -89
  141. data/lib/ffi/platform/i386-solaris/types.conf +96 -96
  142. data/lib/ffi/platform/i386-windows/types.conf +84 -84
  143. data/lib/ffi/platform/ia64-linux/types.conf +79 -79
  144. data/lib/ffi/platform/mips-linux/types.conf +79 -79
  145. data/lib/ffi/platform/mips64-linux/types.conf +81 -81
  146. data/lib/ffi/platform/mips64el-linux/types.conf +81 -81
  147. data/lib/ffi/platform/mipsel-linux/types.conf +79 -79
  148. data/lib/ffi/platform/mipsisa32r6-linux/types.conf +79 -79
  149. data/lib/ffi/platform/mipsisa32r6el-linux/types.conf +79 -79
  150. data/lib/ffi/platform/mipsisa64r6-linux/types.conf +81 -81
  151. data/lib/ffi/platform/mipsisa64r6el-linux/types.conf +81 -81
  152. data/lib/ffi/platform/powerpc-aix/types.conf +155 -155
  153. data/lib/ffi/platform/powerpc-darwin/types.conf +63 -63
  154. data/lib/ffi/platform/powerpc-linux/types.conf +77 -77
  155. data/lib/ffi/platform/powerpc64-linux/types.conf +81 -81
  156. data/lib/ffi/platform/s390-linux/types.conf +79 -79
  157. data/lib/ffi/platform/s390x-linux/types.conf +79 -79
  158. data/lib/ffi/platform/sparc-linux/types.conf +79 -79
  159. data/lib/ffi/platform/sparc-solaris/types.conf +103 -103
  160. data/lib/ffi/platform/sparc64-linux/types.conf +79 -79
  161. data/lib/ffi/platform/sparcv9-solaris/types.conf +103 -103
  162. data/lib/ffi/platform/x86_64-cygwin/types.conf +1 -1
  163. data/lib/ffi/platform/x86_64-darwin/types.conf +84 -84
  164. data/lib/ffi/platform/x86_64-dragonflybsd/types.conf +148 -0
  165. data/lib/ffi/platform/x86_64-freebsd/types.conf +90 -90
  166. data/lib/ffi/platform/x86_64-freebsd12/types.conf +158 -0
  167. data/lib/ffi/platform/x86_64-linux/types.conf +86 -77
  168. data/lib/ffi/platform/x86_64-netbsd/types.conf +89 -89
  169. data/lib/ffi/platform/x86_64-openbsd/types.conf +86 -86
  170. data/lib/ffi/platform/x86_64-solaris/types.conf +96 -96
  171. data/lib/ffi/platform/x86_64-windows/types.conf +99 -99
  172. data/lib/ffi/platform.rb +13 -2
  173. data/lib/ffi/pointer.rb +5 -6
  174. data/lib/ffi/struct.rb +5 -66
  175. data/lib/ffi/struct_by_reference.rb +72 -0
  176. data/lib/ffi/struct_layout.rb +96 -0
  177. data/lib/ffi/tools/const_generator.rb +5 -4
  178. data/lib/ffi/tools/generator.rb +47 -2
  179. data/lib/ffi/tools/generator_task.rb +13 -17
  180. data/lib/ffi/tools/struct_generator.rb +4 -4
  181. data/lib/ffi/tools/types_generator.rb +5 -4
  182. data/lib/ffi/types.rb +1 -1
  183. data/lib/ffi/version.rb +1 -1
  184. metadata +144 -115
  185. data/ext/ffi_c/DataConverter.c +0 -91
  186. data/ext/ffi_c/StructByReference.c +0 -190
  187. data/ext/ffi_c/StructByReference.h +0 -50
  188. data/ext/ffi_c/libffi/ChangeLog.libffi +0 -584
  189. data/ext/ffi_c/libffi/ChangeLog.libgcj +0 -40
  190. data/ext/ffi_c/libffi/ChangeLog.v1 +0 -764
  191. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_fn0.c +0 -0
  192. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_fn1.c +0 -0
  193. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_fn2.c +0 -0
  194. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_fn3.c +0 -0
  195. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_fn4.c +0 -0
  196. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_fn5.c +0 -0
  197. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_fn6.c +0 -0
  198. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_loc_fn0.c +0 -0
  199. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/closure_simple.c +0 -0
  200. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_12byte.c +0 -0
  201. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_16byte.c +0 -0
  202. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_18byte.c +0 -0
  203. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_19byte.c +0 -0
  204. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_1_1byte.c +0 -0
  205. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_20byte.c +0 -0
  206. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_20byte1.c +0 -0
  207. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_24byte.c +0 -0
  208. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_2byte.c +0 -0
  209. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_3_1byte.c +0 -0
  210. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_3byte1.c +0 -0
  211. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_3byte2.c +0 -0
  212. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_3float.c +0 -0
  213. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_4_1byte.c +0 -0
  214. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_4byte.c +0 -0
  215. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_5_1_byte.c +0 -0
  216. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_5byte.c +0 -0
  217. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_64byte.c +0 -0
  218. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_6_1_byte.c +0 -0
  219. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_6byte.c +0 -0
  220. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_7_1_byte.c +0 -0
  221. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_7byte.c +0 -0
  222. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_8byte.c +0 -0
  223. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_9byte1.c +0 -0
  224. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_9byte2.c +0 -0
  225. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_double.c +0 -0
  226. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_float.c +0 -0
  227. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_longdouble.c +0 -0
  228. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_longdouble_split.c +0 -0
  229. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_longdouble_split2.c +0 -0
  230. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_pointer.c +0 -0
  231. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_sint16.c +0 -0
  232. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_sint32.c +0 -0
  233. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_sint64.c +0 -0
  234. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_uint16.c +0 -0
  235. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_uint32.c +0 -0
  236. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_align_uint64.c +0 -0
  237. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_dbls_struct.c +0 -0
  238. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_double.c +0 -0
  239. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_double_va.c +0 -0
  240. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_float.c +0 -0
  241. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_longdouble.c +0 -0
  242. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_longdouble_va.c +0 -0
  243. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_many_mixed_args.c +0 -0
  244. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_many_mixed_float_double.c +0 -0
  245. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_multi_schar.c +0 -0
  246. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_multi_sshort.c +0 -0
  247. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_multi_sshortchar.c +0 -0
  248. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_multi_uchar.c +0 -0
  249. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_multi_ushort.c +0 -0
  250. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_multi_ushortchar.c +0 -0
  251. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_pointer.c +0 -0
  252. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_pointer_stack.c +0 -0
  253. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_schar.c +0 -0
  254. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_sint.c +0 -0
  255. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_sshort.c +0 -0
  256. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_struct_va1.c +0 -0
  257. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_uchar.c +0 -0
  258. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_uchar_va.c +0 -0
  259. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_uint.c +0 -0
  260. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_uint_va.c +0 -0
  261. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_ulong_va.c +0 -0
  262. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_ulonglong.c +0 -0
  263. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_ushort.c +0 -0
  264. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/cls_ushort_va.c +0 -0
  265. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/err_bad_abi.c +0 -0
  266. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct.c +0 -0
  267. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct1.c +0 -0
  268. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct10.c +0 -0
  269. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct11.c +0 -0
  270. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct2.c +0 -0
  271. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct3.c +0 -0
  272. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct4.c +0 -0
  273. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct5.c +0 -0
  274. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct6.c +0 -0
  275. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct7.c +0 -0
  276. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct8.c +0 -0
  277. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/nested_struct9.c +0 -0
  278. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/problem1.c +0 -0
  279. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/stret_large.c +0 -0
  280. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/stret_large2.c +0 -0
  281. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/stret_medium.c +0 -0
  282. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/stret_medium2.c +0 -0
  283. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/testclosure.c +0 -0
  284. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/unwindtest.cc +0 -0
  285. /data/ext/ffi_c/libffi/testsuite/{libffi.call → libffi.closures}/unwindtest_ffi_call.cc +0 -0
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2003, 2005, 2008, 2009, 2010, 2011, 2014 Free Software Foundation, Inc.
1
+ # Copyright (C) 2003, 2005, 2008, 2009, 2010, 2011, 2014, 2019 Free Software Foundation, Inc.
2
2
 
3
3
  # This program is free software; you can redistribute it and/or modify
4
4
  # it under the terms of the GNU General Public License as published by
@@ -24,11 +24,6 @@ load_lib libgloss.exp
24
24
  load_gcc_lib target-libpath.exp
25
25
  load_gcc_lib wrapper.exp
26
26
 
27
- proc check_effective_target_gccbug { } {
28
- global has_gccbug
29
- return $has_gccbug
30
- }
31
-
32
27
  # Return 1 if the target matches the effective target 'arg', 0 otherwise.
33
28
  # This can be used with any check_* proc that takes no argument and
34
29
  # returns only 1 or 0. It could be used with check_* procs that take
@@ -266,6 +261,12 @@ proc libffi-dg-test { prog do_what extra_tool_flags } {
266
261
  return [libffi-dg-test-1 target_compile $prog $do_what $extra_tool_flags]
267
262
  }
268
263
 
264
+ proc libffi-dg-prune { target_triplet text } {
265
+ # We get this with some qemu emulated systems (eg. ppc64le-linux-gnu)
266
+ regsub -all "(^|\n)\[^\n\]*unable to perform all requested operations" $text "" text
267
+ return $text
268
+ }
269
+
269
270
  proc libffi-init { args } {
270
271
  global gluefile wrap_flags;
271
272
  global srcdir
@@ -476,23 +477,37 @@ proc libffi-dg-runtest { testcases default-extra-flags } {
476
477
 
477
478
  proc run-many-tests { testcases extra_flags } {
478
479
  global compiler_vendor
479
- global has_gccbug
480
+ global env
480
481
  switch $compiler_vendor {
481
482
  "clang" {
482
- set common "-W -Wall"
483
- set optimizations { "-O0" "-O2" "-Os" }
483
+ set common "-W -Wall"
484
+ if [info exists env(LIBFFI_TEST_OPTIMIZATION)] {
485
+ set optimizations [ list $env(LIBFFI_TEST_OPTIMIZATION) ]
486
+ } else {
487
+ set optimizations { "-O0" "-O2" }
488
+ }
484
489
  }
485
490
  "gnu" {
486
491
  set common "-W -Wall -Wno-psabi"
487
- set optimizations { "-O0" "-O2" "-Os" "-O2 -fomit-frame-pointer" }
492
+ if [info exists env(LIBFFI_TEST_OPTIMIZATION)] {
493
+ set optimizations [ list $env(LIBFFI_TEST_OPTIMIZATION) ]
494
+ } else {
495
+ set optimizations { "-O0" "-O2" }
496
+ }
488
497
  }
489
498
  default {
490
499
  # Assume we are using the vendor compiler.
491
500
  set common ""
492
- set optimizations { "" }
501
+ if [info exists env(LIBFFI_TEST_OPTIMIZATION)] {
502
+ set optimizations [ list $env(LIBFFI_TEST_OPTIMIZATION) ]
503
+ } else {
504
+ set optimizations { "" }
505
+ }
493
506
  }
494
507
  }
495
508
 
509
+ info exists env(LD_LIBRARY_PATH)
510
+
496
511
  set targetabis { "" }
497
512
  if [string match $compiler_vendor "gnu"] {
498
513
  if [libffi_feature_test "#ifdef __i386__"] {
@@ -523,17 +538,6 @@ proc run-many-tests { testcases extra_flags } {
523
538
  foreach opt $optimizations {
524
539
  foreach abi $abis {
525
540
  set options [concat $common $opt $abi]
526
- set has_gccbug false;
527
- if { [string match $compiler_vendor "gnu"] \
528
- && [string match "*MSABI*" $abi] \
529
- && ( ( [string match "*DGTEST=57 *" $common] \
530
- && [string match "*call.c*" $testname] ) \
531
- || ( [string match "*DGTEST=54 *" $common] \
532
- && [string match "*callback*" $testname] ) \
533
- || [string match "*DGTEST=55 *" $common] \
534
- || [string match "*DGTEST=56 *" $common] ) } then {
535
- set has_gccbug true;
536
- }
537
541
  verbose "Testing $testname, $options" 1
538
542
  dg-test $test $options ""
539
543
  }
@@ -19,7 +19,6 @@ libffi-init
19
19
 
20
20
  global srcdir subdir
21
21
  global compiler_vendor
22
- global has_gccbug
23
22
 
24
23
  # The conversion of this testsuite into a dejagnu compatible testsuite
25
24
  # was done in a pretty lazy fashion, and requires the use of compiler
@@ -48,7 +47,13 @@ for {set i 1} {$i < 82} {incr i} {
48
47
  set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/test-callback.c]]
49
48
 
50
49
  for {set i 1} {$i < 81} {incr i} {
51
- run-many-tests $tlist [format "-DDGTEST=%d %s" $i $warning_options]
50
+ if { [libffi_feature_test "#if FFI_CLOSURES"] } {
51
+ run-many-tests $tlist [format "-DDGTEST=%d %s" $i $warning_options]
52
+ } else {
53
+ foreach test $tlist {
54
+ unsupported [format "%s -DDGTEST=%d %s" $test $i $warning_options]
55
+ }
56
+ }
52
57
  }
53
58
 
54
59
  dg-finish
@@ -16,7 +16,7 @@
16
16
  along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
  **/
18
18
 
19
- /* { dg-do run { xfail gccbug } }*/
19
+ /* { dg-do run } */
20
20
 
21
21
  #include <stdio.h>
22
22
  #include <stdlib.h>
@@ -16,7 +16,7 @@
16
16
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
  */
18
18
 
19
- /* { dg-do run { xfail gccbug } }*/
19
+ /* { dg-do run } */
20
20
 
21
21
  #include <stdio.h>
22
22
  #include <stdlib.h>
@@ -32,10 +32,21 @@ if { [string match $compiler_vendor "microsoft"] } {
32
32
  set additional_options "";
33
33
  }
34
34
 
35
- set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]]
35
+ set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.c]]
36
36
 
37
37
  run-many-tests $tlist $additional_options
38
38
 
39
+ set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.cc]]
40
+
41
+ # No C++ for or1k
42
+ if { [istarget "or1k-*-*"] } {
43
+ foreach test $tlist {
44
+ unsupported "$test"
45
+ }
46
+ } else {
47
+ run-many-tests $tlist $additional_options
48
+ }
49
+
39
50
  dg-finish
40
51
 
41
52
  # Local Variables:
@@ -33,19 +33,20 @@ int main (void)
33
33
 
34
34
  f = 3.14159;
35
35
 
36
- #if 1
37
- /* This is ifdef'd out for now. long double support under SunOS/gcc
38
- is pretty much non-existent. You'll get the odd bus error in library
39
- routines like printf(). */
36
+ #if defined(__sun) && defined(__GNUC__)
37
+ /* long double support under SunOS/gcc is pretty much non-existent.
38
+ You'll get the odd bus error in library routines like printf() */
39
+ #else
40
40
  printf ("%Lf\n", ldblit(f));
41
41
  #endif
42
+
42
43
  ld = 666;
43
44
  ffi_call(&cif, FFI_FN(ldblit), &ld, values);
44
45
 
45
- #if 1
46
- /* This is ifdef'd out for now. long double support under SunOS/gcc
47
- is pretty much non-existent. You'll get the odd bus error in library
48
- routines like printf(). */
46
+ #if defined(__sun) && defined(__GNUC__)
47
+ /* long double support under SunOS/gcc is pretty much non-existent.
48
+ You'll get the odd bus error in library routines like printf() */
49
+ #else
49
50
  printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON);
50
51
  #endif
51
52
 
@@ -5,7 +5,7 @@
5
5
  Originator: ARM Ltd. */
6
6
 
7
7
  /* { dg-do run } */
8
- /* { dg-output "" { xfail avr32*-*-* } } */
8
+ /* { dg-output "" { xfail avr32*-*-* m68k-*-* alpha-*-* } } */
9
9
 
10
10
  #include "ffitest.h"
11
11
  #include <stdarg.h>
@@ -0,0 +1,67 @@
1
+ # Copyright (C) 2003, 2006, 2009, 2010, 2014, 2019 Free Software Foundation, Inc.
2
+ # Copyright (C) 2019 Anthony Green
3
+
4
+ # This program is free software; you can redistribute it and/or modify
5
+ # it under the terms of the GNU General Public License as published by
6
+ # the Free Software Foundation; either version 3 of the License, or
7
+ # (at your option) any later version.
8
+ #
9
+ # This program is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU General Public License for more details.
13
+ #
14
+ # You should have received a copy of the GNU General Public License
15
+ # along with this program; see the file COPYING3. If not see
16
+ # <http://www.gnu.org/licenses/>.
17
+
18
+ dg-init
19
+ libffi-init
20
+
21
+ global srcdir subdir
22
+
23
+ if { [string match $compiler_vendor "microsoft"] } {
24
+ # -wd4005 macro redefinition
25
+ # -wd4244 implicit conversion to type of smaller size
26
+ # -wd4305 truncation to smaller type
27
+ # -wd4477 printf %lu of uintptr_t
28
+ # -wd4312 implicit conversion to type of greater size
29
+ # -wd4311 pointer truncation to unsigned long
30
+ # -EHsc C++ Exception Handling (no SEH exceptions)
31
+ set additional_options "-wd4005 -wd4244 -wd4305 -wd4477 -wd4312 -wd4311 -EHsc";
32
+ } else {
33
+ set additional_options "";
34
+ }
35
+
36
+ set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.c]]
37
+
38
+ if { [libffi_feature_test "#if FFI_CLOSURES"] } {
39
+ run-many-tests $tlist ""
40
+ } else {
41
+ foreach test $tlist {
42
+ unsupported "$test"
43
+ }
44
+ }
45
+
46
+ set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.cc]]
47
+
48
+ # No C++ for or1k
49
+ if { [istarget "or1k-*-*"] } {
50
+ foreach test $tlist {
51
+ unsupported "$test"
52
+ }
53
+ } else {
54
+ if { [libffi_feature_test "#if FFI_CLOSURES"] } {
55
+ run-many-tests $tlist $additional_options
56
+ } else {
57
+ foreach test $tlist {
58
+ unsupported "$test"
59
+ }
60
+ }
61
+ }
62
+
63
+ dg-finish
64
+
65
+ # Local Variables:
66
+ # tcl-indent-level:4
67
+ # End:
@@ -0,0 +1,138 @@
1
+ #include <stdlib.h>
2
+ #include <stdio.h>
3
+ #include <string.h>
4
+ #include <fcntl.h>
5
+ #include <ffi.h>
6
+ #include "fficonfig.h"
7
+
8
+ #if defined HAVE_STDINT_H
9
+ #include <stdint.h>
10
+ #endif
11
+
12
+ #if defined HAVE_INTTYPES_H
13
+ #include <inttypes.h>
14
+ #endif
15
+
16
+ #define MAX_ARGS 256
17
+
18
+ #define CHECK(x) (void)(!(x) ? (abort(), 1) : 0)
19
+
20
+ /* Define macros so that compilers other than gcc can run the tests. */
21
+ #undef __UNUSED__
22
+ #if defined(__GNUC__)
23
+ #define __UNUSED__ __attribute__((__unused__))
24
+ #define __STDCALL__ __attribute__((stdcall))
25
+ #define __THISCALL__ __attribute__((thiscall))
26
+ #define __FASTCALL__ __attribute__((fastcall))
27
+ #define __MSABI__ __attribute__((ms_abi))
28
+ #else
29
+ #define __UNUSED__
30
+ #define __STDCALL__ __stdcall
31
+ #define __THISCALL__ __thiscall
32
+ #define __FASTCALL__ __fastcall
33
+ #endif
34
+
35
+ #ifndef ABI_NUM
36
+ #define ABI_NUM FFI_DEFAULT_ABI
37
+ #define ABI_ATTR
38
+ #endif
39
+
40
+ /* Prefer MAP_ANON(YMOUS) to /dev/zero, since we don't need to keep a
41
+ file open. */
42
+ #ifdef HAVE_MMAP_ANON
43
+ # undef HAVE_MMAP_DEV_ZERO
44
+
45
+ # include <sys/mman.h>
46
+ # ifndef MAP_FAILED
47
+ # define MAP_FAILED -1
48
+ # endif
49
+ # if !defined (MAP_ANONYMOUS) && defined (MAP_ANON)
50
+ # define MAP_ANONYMOUS MAP_ANON
51
+ # endif
52
+ # define USING_MMAP
53
+
54
+ #endif
55
+
56
+ #ifdef HAVE_MMAP_DEV_ZERO
57
+
58
+ # include <sys/mman.h>
59
+ # ifndef MAP_FAILED
60
+ # define MAP_FAILED -1
61
+ # endif
62
+ # define USING_MMAP
63
+
64
+ #endif
65
+
66
+ /* MinGW kludge. */
67
+ #if defined(_WIN64) | defined(_WIN32)
68
+ #define PRIdLL "I64d"
69
+ #define PRIuLL "I64u"
70
+ #else
71
+ #define PRIdLL "lld"
72
+ #define PRIuLL "llu"
73
+ #endif
74
+
75
+ /* Tru64 UNIX kludge. */
76
+ #if defined(__alpha__) && defined(__osf__)
77
+ /* Tru64 UNIX V4.0 doesn't support %lld/%lld, but long is 64-bit. */
78
+ #undef PRIdLL
79
+ #define PRIdLL "ld"
80
+ #undef PRIuLL
81
+ #define PRIuLL "lu"
82
+ #define PRId8 "hd"
83
+ #define PRIu8 "hu"
84
+ #define PRId64 "ld"
85
+ #define PRIu64 "lu"
86
+ #define PRIuPTR "lu"
87
+ #endif
88
+
89
+ /* PA HP-UX kludge. */
90
+ #if defined(__hppa__) && defined(__hpux__) && !defined(PRIuPTR)
91
+ #define PRIuPTR "lu"
92
+ #endif
93
+
94
+ /* IRIX kludge. */
95
+ #if defined(__sgi)
96
+ /* IRIX 6.5 <inttypes.h> provides all definitions, but only for C99
97
+ compilations. */
98
+ #define PRId8 "hhd"
99
+ #define PRIu8 "hhu"
100
+ #if (_MIPS_SZLONG == 32)
101
+ #define PRId64 "lld"
102
+ #define PRIu64 "llu"
103
+ #endif
104
+ /* This doesn't match <inttypes.h>, which always has "lld" here, but the
105
+ arguments are uint64_t, int64_t, which are unsigned long, long for
106
+ 64-bit in <sgidefs.h>. */
107
+ #if (_MIPS_SZLONG == 64)
108
+ #define PRId64 "ld"
109
+ #define PRIu64 "lu"
110
+ #endif
111
+ /* This doesn't match <inttypes.h>, which has "u" here, but the arguments
112
+ are uintptr_t, which is always unsigned long. */
113
+ #define PRIuPTR "lu"
114
+ #endif
115
+
116
+ /* Solaris < 10 kludge. */
117
+ #if defined(__sun__) && defined(__svr4__) && !defined(PRIuPTR)
118
+ #if defined(__arch64__) || defined (__x86_64__)
119
+ #define PRIuPTR "lu"
120
+ #else
121
+ #define PRIuPTR "u"
122
+ #endif
123
+ #endif
124
+
125
+ /* MSVC kludge. */
126
+ #if defined _MSC_VER
127
+ #if !defined(__cplusplus) || defined(__STDC_FORMAT_MACROS)
128
+ #define PRIuPTR "lu"
129
+ #define PRIu8 "u"
130
+ #define PRId8 "d"
131
+ #define PRIu64 "I64u"
132
+ #define PRId64 "I64d"
133
+ #endif
134
+ #endif
135
+
136
+ #ifndef PRIuPTR
137
+ #define PRIuPTR "u"
138
+ #endif
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
9
9
  /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */
10
- /* { dg-options -Wformat=0 { target moxie*-*-elf } } */
10
+ /* { dg-options -Wformat=0 { target moxie*-*-elf or1k-*-* } } */
11
11
 
12
12
  #include "ffitest.h"
13
13
 
@@ -58,7 +58,7 @@ build_ffi = \
58
58
  env CC="$(CCACHE) $(CC)" CFLAGS="-arch $(1) $(LIBFFI_CFLAGS)" LDFLAGS="-arch $(1)" \
59
59
  $(LIBFFI_CONFIGURE) --host=$(1)-apple-darwin > /dev/null; \
60
60
  fi); \
61
- env MACOSX_DEPLOYMENT_TARGET=10.4 $(MAKE) -C "$(BUILD_DIR)"/libffi-$(1)
61
+ $(MAKE) -C "$(BUILD_DIR)"/libffi-$(1)
62
62
 
63
63
  target_ffi = "$(BUILD_DIR)"/libffi-$(1)/.libs/libffi_convenience.a:; $(call build_ffi,$(1))
64
64
 
data/ext/ffi_c/rbffi.h CHANGED
@@ -44,7 +44,6 @@ extern void rbffi_Type_Init(VALUE ffiModule);
44
44
  extern void rbffi_Buffer_Init(VALUE ffiModule);
45
45
  extern void rbffi_Invoker_Init(VALUE ffiModule);
46
46
  extern void rbffi_Variadic_Init(VALUE ffiModule);
47
- extern void rbffi_DataConverter_Init(VALUE ffiModule);
48
47
  extern VALUE rbffi_AbstractMemoryClass, rbffi_InvokerClass;
49
48
  extern int rbffi_type_size(VALUE type);
50
49
  extern void rbffi_Thread_Init(VALUE moduleFFI);
@@ -54,4 +53,3 @@ extern void rbffi_Thread_Init(VALUE moduleFFI);
54
53
  #endif
55
54
 
56
55
  #endif /* RBFFI_RBFFI_H */
57
-
data/ffi.gemspec CHANGED
@@ -5,9 +5,17 @@ Gem::Specification.new do |s|
5
5
  s.version = FFI::VERSION
6
6
  s.author = 'Wayne Meissner'
7
7
  s.email = 'wmeissner@gmail.com'
8
- s.homepage = 'http://wiki.github.com/ffi/ffi'
8
+ s.homepage = 'https://github.com/ffi/ffi/wiki'
9
9
  s.summary = 'Ruby FFI'
10
10
  s.description = 'Ruby FFI library'
11
+ if s.respond_to?(:metadata)
12
+ s.metadata['bug_tracker_uri'] = 'https://github.com/ffi/ffi/issues'
13
+ s.metadata['changelog_uri'] = 'https://github.com/ffi/ffi/blob/master/CHANGELOG.md'
14
+ s.metadata['documentation_uri'] = 'https://github.com/ffi/ffi/wiki'
15
+ s.metadata['wiki_uri'] = 'https://github.com/ffi/ffi/wiki'
16
+ s.metadata['source_code_uri'] = 'https://github.com/ffi/ffi/'
17
+ s.metadata['mailing_list_uri'] = 'http://groups.google.com/group/ruby-ffi'
18
+ end
11
19
  s.files = `git ls-files -z`.split("\x0").reject do |f|
12
20
  f =~ /^(bench|gen|libtest|nbproject|spec)/
13
21
  end
@@ -23,14 +31,13 @@ Gem::Specification.new do |s|
23
31
  end
24
32
 
25
33
  s.extensions << 'ext/ffi_c/extconf.rb'
26
- s.has_rdoc = false
27
34
  s.rdoc_options = %w[--exclude=ext/ffi_c/.*\.o$ --exclude=ffi_c\.(bundle|so)$]
28
35
  s.license = 'BSD-3-Clause'
29
36
  s.require_paths << 'ext/ffi_c'
30
- s.required_ruby_version = '>= 1.9'
31
- s.add_development_dependency 'rake', '~> 10.1'
37
+ s.required_ruby_version = '>= 2.0'
38
+ s.add_development_dependency 'rake', '~> 13.0'
32
39
  s.add_development_dependency 'rake-compiler', '~> 1.0'
33
- s.add_development_dependency 'rake-compiler-dock', '~> 0.6.2'
40
+ s.add_development_dependency 'rake-compiler-dock', '~> 1.0'
34
41
  s.add_development_dependency 'rspec', '~> 2.14.1'
35
42
  s.add_development_dependency 'rubygems-tasks', "~> 0.2.4"
36
43
  end
@@ -0,0 +1,67 @@
1
+ #
2
+ # Copyright (C) 2008-2010 Wayne Meissner
3
+ #
4
+ # This file is part of ruby-ffi.
5
+ #
6
+ # All rights reserved.
7
+ #
8
+ # Redistribution and use in source and binary forms, with or without
9
+ # modification, are permitted provided that the following conditions are met:
10
+ #
11
+ # * Redistributions of source code must retain the above copyright notice, this
12
+ # list of conditions and the following disclaimer.
13
+ # * Redistributions in binary form must reproduce the above copyright notice
14
+ # this list of conditions and the following disclaimer in the documentation
15
+ # and/or other materials provided with the distribution.
16
+ # * Neither the name of the Ruby FFI project nor the names of its contributors
17
+ # may be used to endorse or promote products derived from this software
18
+ # without specific prior written permission.
19
+ #
20
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
24
+ # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
+ # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
+ # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
+ # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
+ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.#
30
+
31
+ module FFI
32
+ # This module is used to extend somes classes and give then a common API.
33
+ #
34
+ # Most of methods defined here must be overriden.
35
+ module DataConverter
36
+ # Get native type.
37
+ #
38
+ # @overload native_type(type)
39
+ # @param [String, Symbol, Type] type
40
+ # @return [Type]
41
+ # Get native type from +type+.
42
+ #
43
+ # @overload native_type
44
+ # @raise {NotImplementedError} This method must be overriden.
45
+ def native_type(type = nil)
46
+ if type
47
+ @native_type = FFI.find_type(type)
48
+ else
49
+ native_type = @native_type
50
+ unless native_type
51
+ raise NotImplementedError, 'native_type method not overridden and no native_type set'
52
+ end
53
+ native_type
54
+ end
55
+ end
56
+
57
+ # Convert to a native type.
58
+ def to_native(value, ctx)
59
+ value
60
+ end
61
+
62
+ # Convert from a native type.
63
+ def from_native(value, ctx)
64
+ value
65
+ end
66
+ end
67
+ end
data/lib/ffi/ffi.rb CHANGED
@@ -29,6 +29,7 @@
29
29
  # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
 
31
31
  require 'ffi/platform'
32
+ require 'ffi/data_converter'
32
33
  require 'ffi/types'
33
34
  require 'ffi/library'
34
35
  require 'ffi/errno'
@@ -42,3 +43,4 @@ require 'ffi/io'
42
43
  require 'ffi/autopointer'
43
44
  require 'ffi/variadic'
44
45
  require 'ffi/enum'
46
+ require 'ffi/version'
data/lib/ffi/library.rb CHANGED
@@ -47,7 +47,7 @@ module FFI
47
47
 
48
48
  if lib && File.basename(lib) == lib
49
49
  lib = Platform::LIBPREFIX + lib unless lib =~ /^#{Platform::LIBPREFIX}/
50
- r = Platform::IS_GNU ? "\\.so($|\\.[1234567890]+)" : "\\.#{Platform::LIBSUFFIX}$"
50
+ r = Platform::IS_WINDOWS || Platform::IS_MAC ? "\\.#{Platform::LIBSUFFIX}$" : "\\.so($|\\.[1234567890]+)"
51
51
  lib += ".#{Platform::LIBSUFFIX}" unless lib =~ /#{r}/
52
52
  end
53
53
 
@@ -65,16 +65,16 @@ module FFI
65
65
  #
66
66
  # A basic usage may be:
67
67
  # require 'ffi'
68
- #
68
+ #
69
69
  # module Hello
70
70
  # extend FFI::Library
71
71
  # ffi_lib FFI::Library::LIBC
72
72
  # attach_function 'puts', [ :string ], :int
73
73
  # end
74
- #
74
+ #
75
75
  # Hello.puts("Hello, World")
76
76
  #
77
- #
77
+ #
78
78
  module Library
79
79
  CURRENT_PROCESS = FFI::CURRENT_PROCESS
80
80
  LIBC = FFI::Platform::LIBC
@@ -87,7 +87,7 @@ module FFI
87
87
  raise RuntimeError.new("must only be extended by module") unless mod.kind_of?(Module)
88
88
  end
89
89
 
90
-
90
+
91
91
  # @param [Array] names names of libraries to load
92
92
  # @return [Array<DynamicLibrary>]
93
93
  # @raise {LoadError} if a library cannot be opened
@@ -126,7 +126,7 @@ module FFI
126
126
  else
127
127
  # TODO better library lookup logic
128
128
  unless libname.start_with?("/") || FFI::Platform.windows?
129
- path = ['/usr/lib/','/usr/local/lib/'].find do |pth|
129
+ path = ['/usr/lib/','/usr/local/lib/','/opt/local/lib/'].find do |pth|
130
130
  File.exist?(pth + libname)
131
131
  end
132
132
  if path