JavaCPP v1.2.1 Release Notes

Release Date: 2016-05-26 // almost 8 years ago
    • Fix Loader crashing on Android (issue bytedeco/javacv#412)
    • Fix NullPointerException on "generic" platforms
    • Throw OutOfMemoryError on allocateArray() for Pointer of primitive types with size > 0 && address == 0 (issue deeplearning4j/nd4j#960)
    • Add the ability the specify, after a # character, the output filename of libraries extracted by Loader.load()
    • Consider FunctionPointer annotated with empty @Namespace as non-member function pointers (issue #99)