ffi 1.9.5-x64-mingw32 → 1.9.6-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of ffi might be problematic. Click here for more details.

Files changed (44) hide show
  1. checksums.yaml +15 -7
  2. data/Rakefile +13 -6
  3. data/ext/ffi_c/extconf.rb +2 -2
  4. data/lib/2.0/ffi_c.so +0 -0
  5. data/lib/2.1/ffi_c.so +0 -0
  6. data/lib/ffi.rb +2 -0
  7. data/lib/ffi/version.rb +1 -1
  8. data/spec/ffi/async_callback_spec.rb +4 -5
  9. data/spec/ffi/bool_spec.rb +9 -8
  10. data/spec/ffi/buffer_spec.rb +64 -37
  11. data/spec/ffi/callback_spec.rb +195 -116
  12. data/spec/ffi/custom_param_type.rb +1 -1
  13. data/spec/ffi/custom_type_spec.rb +5 -6
  14. data/spec/ffi/dup_spec.rb +6 -8
  15. data/spec/ffi/enum_spec.rb +135 -129
  16. data/spec/ffi/errno_spec.rb +2 -2
  17. data/spec/ffi/ffi.log +5833 -0
  18. data/spec/ffi/ffi_spec.rb +4 -6
  19. data/spec/ffi/function_spec.rb +22 -11
  20. data/spec/ffi/io_spec.rb +0 -1
  21. data/spec/ffi/library_spec.rb +71 -36
  22. data/spec/ffi/long_double.rb +3 -4
  23. data/spec/ffi/managed_struct_spec.rb +14 -4
  24. data/spec/ffi/memorypointer_spec.rb +7 -1
  25. data/spec/ffi/number_spec.rb +43 -34
  26. data/spec/ffi/platform_spec.rb +76 -59
  27. data/spec/ffi/pointer_spec.rb +35 -31
  28. data/spec/ffi/rbx/attach_function_spec.rb +3 -4
  29. data/spec/ffi/rbx/memory_pointer_spec.rb +24 -22
  30. data/spec/ffi/rbx/spec_helper.rb +0 -1
  31. data/spec/ffi/rbx/struct_spec.rb +1 -2
  32. data/spec/ffi/spec_helper.rb +5 -2
  33. data/spec/ffi/string_spec.rb +22 -14
  34. data/spec/ffi/strptr_spec.rb +6 -7
  35. data/spec/ffi/struct_by_ref_spec.rb +4 -5
  36. data/spec/ffi/struct_by_ref_spec.rb.orig +43 -0
  37. data/spec/ffi/struct_callback_spec.rb +6 -7
  38. data/spec/ffi/struct_initialize_spec.rb +2 -3
  39. data/spec/ffi/struct_packed_spec.rb +12 -14
  40. data/spec/ffi/struct_spec.rb +203 -129
  41. data/spec/ffi/typedef_spec.rb +11 -10
  42. data/spec/ffi/union_spec.rb +8 -7
  43. data/spec/ffi/variadic_spec.rb +13 -10
  44. metadata +148 -137

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.