JavaCPP v1.2.3 Release Notes

Release Date: 2016-08-01 // over 7 years ago
    • Add support for data member pointers as pseudo-FunctionPointer (issue #114)
    • Change the packaging type to jar since maven-plugin causes issues with sbt and Ivy (issue #113)
    • Include new platform.compiler.debug options inside the default properties file (pull #90)
    • Always use the platform.compiler.default options unless @Platform(compiler="!default", ...) is specified
    • Move optimization options from platform.compiler.output to platform.compiler.default, allowing users to override
    • Create all missing directories in the path to the target file of Parser
    • Parse properly custom enum types, found after the ':' token in C++11
    • Output compiled libraries to user specified class path by default for input classes inside JAR files, etc
    • Add HalfIndexer to access short arrays as half-precision floating point numbers