Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.01 KB

changelog.md

File metadata and controls

41 lines (28 loc) · 2.01 KB

#HawtJNI

HawtJNI 1.6, released 2012-08-09

  • Updating hawtjni generate projects so that they work on OS X Lion.
  • Fixes issue #2 : Support passing the JNIEnv pointer to native methods.

HawtJNI 1.5, released 2011-09-21

  • Only include config.h if it's available.

HawtJNI 1.4, released 2011-08-18

  • Add more options to the maven hawtjni plugin so that you can build jars containing native libs in a different module from the one which generates the native package for the jar.

HawtJNI 1.3, released 2011-08-08

  • Add hawtjni_attach_thread and hawtjni_dettach_thread helper methods
  • Fully support binding against C++ source code / classes.
  • Support using private fields in struct bound classes.
  • Avoid "jump to label from here crosses initialization" compiler error message.
  • Provide better error messages when a user does not properly setup a C++ method binding.
  • Support mapping a class to a differently named structure name.
  • Support picking the OS X SDK version via a configure option.
  • Added pointer math support class to be able to do pointer math in java land without going into a JNI layer.

HawtJNI 1.2, released 2011-06-11

  • Adding bit model to the name of the extracted library to support hosts running both 32 and 64 bits JVM.
  • Converted website to a scalate based static website

HawtJNI 1.1, released 2010-11-04


  • Generate a .vcxproj for for compatibility with the new Windows 7.1 SDK
  • Fixed callback failures on 32 bit platforms

HawtJNI 1.0, released 2010-02-24

  • Initial release