JavaCpp v1.2.2 Release Notes

Release Date: 2016-07-08 // almost 8 years ago
    • Prevent creating unnecessary garbage when using Indexer on simple arrays with a stride of 1 (issue deeplearning4j/nd4j#1063)
    • Add "org.bytedeco.javacpp.maxretries" system property, the number times to call System.gc() before giving up (defaults to 10)
    • Deallocate native memory in a dedicated thread to reduce lock contention (issue #103)
    • Fix Javadoc links for externally referenced classes
    • Prevent Android system libraries from getting copied or extracted
    • Insert in Indexer an indexable field optionally set by the user for convenience
    • Fix potential ParserException on comments found after annotations before function declarations
    • Fix IndexerTest potentially failing with OutOfMemoryError (issue bytedeco/javacpp-presets#234)
    • Preload libraries to work around some cases when they refuse to load once renamed (issue deeplearning4j/libnd4j#235)
    • Fix compilation error on some linux-ppc64le platforms (issue deeplearning4j/libnd4j#232)
    • Make sure Generator defines JavaCPP_getStringBytes() to handle exception messages when using callbacks