Releases: ChristopherHX/libjnivm
Releases · ChristopherHX/libjnivm
v1.1.1
v1.1.0
- 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
Fix linker errors of some c++ compilers.
Implicit template instances aren't always exported.
First major release
- More Tests
- Better FakeJni / Baron Compatibility
- Removed duplicated code
Changes from 1.0.0
- Fix multiple JNITypes::ToJNIReturnType in base classes