[jffi-next] tag 1.0.10 created (now 5874d2a)

Tim Potter tpot-guest at moszumanska.debian.org
Wed Mar 4 04:51:38 UTC 2015


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

tpot-guest pushed a change to tag 1.0.10
in repository jffi-next.

        at  5874d2a   (commit)
This tag includes the following new commits:

       new  bdce27f   Turn off executable bit on C files
       new  8c60da5   Revert commit 63ca6e9beeecdde3c50e4b4def9243ea69fc3a3f
       new  f320be0   Re-do address masking mods in a more backwards compatible way.
       new  0c7ea18   Add ppc build for darwin
       new  19d94b7   Allow easy work-out of WERROR during build, as it might not be good for packagers to be around.
       new  f93d4ac   Apply CFLAGS on top of user-defined flags, rather than overwrite them.
       new  ec0ccc8   Remove spurious line.
       new  acbd747   For MacOS, add system jvm headers to include path
       new  cd8c2af   Keep a reference to the Foreign instance in objects that need to release resources in a finalizer.  Stops the Foreign class being GC'd before any class that needs to use it gets GC'd.
       new  8a2722f   Keep a reference to the MemoryIO used to allocate strings, so they can be de-allocated in a finalizer
       new  65e8ac1   Allocate native method struct memory out of one chunk of memory
       new  6c5046a   Bump version to 1.0.3
       new  fdf5a03   System.load() needs to be done after file is closed.
       new  5ed4c7c   Bump pom version to 1.0.4
       new  bca5b3a   Coerce maven into bundling up the native libs into an artifact attachment which can be used by downstream projects.
       new  9542111   Add missing binary builds of stub lib from jruby master
       new  5de5a16   Bump version to 1.0.5
       new  36b973f   Dual licence everything under Apache-2.0/LGPL-3+ to stop the apache people from squealing like stuck pigs.
       new  ad6ea6a   Bump version to 1.0.6
       new  65a7a11   Change licence to apache in pom.xml
       new  ed3866b   Search both /jni/ and jni/ for the stub lib
       new  2800654   Allow native functions to be called using a CallContext and a function address instead of a Function object
       new  ac621c5   Add .settings to .gitignore
       new  aa4930c   Make the stub lib path searching actually work.
       new  75a405a   Bump version to 1.0.7
       new  a7bd955   Add x86_64 SunOS build from Clayton O'Neill (http://jira.codehaus.org/browse/JRUBY-5545)
       new  fa80863   Fix JRUBY-5482: Using ffi from jruby-maven-plugins fails under 1.6.0.RC2 (works with 1.5.6)
       new  582a05e   Bump version to 1.0.8.
       new  eceae69   Rework the Init resource loaded a bit, so loading the boot properties file also tries via the context class loader as well as the Init class class loader
       new  221509e   Swap parameters on memmove due to a bug in the stub lib, and fixup off-by-one error in copyMemory()
       new  893e964   Bump version to 1.0.9
       new  7f6b692   Store parameter offsets in Function
       new  0fd45ee   On i386 and x86_64, calculate whether a function is fast-int or fast-long capable and store it in the function/call context.
       new  b9cd137   Fix up MacOS powerpc compilation on 10.6
       new  f32c17d   Add Boolean and Char array constants
       new  8d87c8d   Add putArray() for boolean and char arrays
       new  a61b1fc   Add native support for boolean, char arrays, handle pinned arrays properly, and add more exception checking where needed.
       new  941b9e1   Add fast paths for numeric functions with up to three array arguments.
       new  a03809f   First pass at fast-path for numeric invoker with up to two array arguments.
       new  52968fa   Rework stub library loading, to always try and load the stub lib using the system classloader.
       new  c41e2a1   Do not rely on environment variables for cpu detection - call down to the stub lib
       new  7301c5e   Add HeapInvocationBuffer#putJNIObject()
       new  a53692a   Fix compilation on macos with Xcode4 only installed
       new  b459bd7   Re-enable fat (ppc, i386, x86_64) builds when Xcode 3 is installed in /Xcode3
       new  f609f5d   Expose invokeNO3rN fast-path for heap objects.
       new  aa0df58   Re-enable universal builds of the test lib
       new  8ec3fcd   Rebuild native stub for darwin (ppc, i386, x86_64 fat binary).
       new  5874d2a   Bump version to 1.0.10

The 48 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi-next.git



More information about the pkg-java-commits mailing list