Skip to content

Releases: ChristopherHX/libjnivm

v1.1.1

24 Mar 23:06
046a754
Compare
Choose a tag to compare
  • Add missing includes
    • libstdc++-12 has an improved header file seperation and has removed implicit includes
    • These implicit includes are now explicit
  • update gtest

v1.1.0

07 May 19:42
Compare
Choose a tag to compare
  • Improve traceing
    • fake-jni wrapper no longer trace method not found, but found a native method
    • InternalClassFind only traces if called via jni
    • Remove tracing of implicit getmethodid and getfieldid calls in class hierachy
  • Remove unsafe type casts
    • Tests no longer trace class name ???
  • Fix a compiler warning, about unneeded template instantiation

Clang 8 and gcc/g++ 10.2.0 fix

25 May 22:01
64e2d3d
Compare
Choose a tag to compare

Fix linker errors of some c++ compilers.
Implicit template instances aren't always exported.

First major release

08 Apr 18:44
Compare
Choose a tag to compare
  • More Tests
  • Better FakeJni / Baron Compatibility
  • Removed duplicated code

Changes from 1.0.0

  • Fix multiple JNITypes::ToJNIReturnType in base classes