[DRE-commits] [ruby-ffi] 01/05: Merge tag 'upstream/1.9.10debian'

zeha at debian.org zeha at debian.org
Wed Jan 6 00:55:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository ruby-ffi.

commit b9c96bc93b97908822bb9f6b6daacde4c5579b39
Merge: ec64723 b4be80f
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Jan 6 00:39:23 2016 +0000

    Merge tag 'upstream/1.9.10debian'
    
    Upstream version 1.9.10debian

 README.md                                   |   2 +-
 Rakefile                                    |  64 ++++-----
 ext/ffi_c/Call.c                            | 105 ++++++++++++---
 ext/ffi_c/MemoryPointer.c                   |   2 +-
 ext/ffi_c/StructLayout.c                    |   4 +-
 ext/ffi_c/Variadic.c                        |   8 +-
 ext/ffi_c/extconf.rb                        |   3 +-
 ffi.gemspec                                 |   3 +-
 lib/ffi.rb                                  |  12 +-
 lib/ffi/autopointer.rb                      |   6 +-
 lib/ffi/enum.rb                             |  23 ++--
 lib/ffi/library.rb                          |  75 +++++++----
 lib/ffi/platform.rb                         |  14 +-
 lib/ffi/platform/aarch64-linux/types.conf   | 104 +++++++++++++++
 lib/ffi/platform/mips64el-linux/types.conf  | 104 +++++++++++++++
 lib/ffi/platform/powerpc64-linux/types.conf | 104 +++++++++++++++
 lib/ffi/platform/x86_64-darwin/types.conf   |  34 ++++-
 lib/ffi/struct.rb                           |   8 +-
 lib/ffi/struct_layout_builder.rb            |  43 +++---
 lib/ffi/types.rb                            |   2 +-
 lib/ffi/version.rb                          |   2 +-
 libtest/EnumTest.c                          |  17 +++
 metadata.yml                                |  38 +++---
 spec/ffi/enum_spec.rb                       | 196 ++++++++++++++++++++++++++++
 spec/ffi/fixtures/EnumTest.c                |  17 +++
 spec/ffi/function_spec.rb                   |  11 +-
 spec/ffi/managed_struct_spec.rb             |   3 +-
 spec/ffi/pointer_spec.rb                    |   9 +-
 spec/ffi/rbx/attach_function_spec.rb        |   2 +-
 spec/ffi/spec_helper.rb                     |  12 +-
 spec/ffi/struct_spec.rb                     |   6 +-
 spec/spec.opts                              |   1 +
 32 files changed, 853 insertions(+), 181 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi.git



More information about the Pkg-ruby-extras-commits mailing list