The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| javacpp-platform-1.5.9-src.zip | 2023-06-05 | 472.9 kB | |
| javacpp-platform-1.5.9-bin.zip | 2023-06-05 | 3.7 MB | |
| JavaCPP 1.5.9 source code.tar.gz | 2023-06-02 | 286.3 kB | |
| JavaCPP 1.5.9 source code.zip | 2023-06-02 | 489.5 kB | |
| README.md | 2023-06-02 | 2.9 kB | |
| Totals: 5 Items | 5.0 MB | 0 | |
June 6, 2023 version 1.5.9
- Fix
Loader.extractResource()for nested JAR files from Spring Boot (pull [#685]) - Have
Parserdesugar...varargs to array[]for return types as well (pull [#682]) - Fix
Parserfailing on somefriendfunctions foroperatoroverloading (pull [#681]) - Fix
Parserincorrectly castingconstpointers to template arguments of pointer types (pull [#677]) - Fix
ParserwithInfo.enumeratefailing to translateenumvalues based on otherenumvalues - Fix
Parserprematurely expanding macros defined inclass,structorunion(issue [#674]) - Add
Info.upcastto support class hierarchies with virtual inheritance (pull [#671]) - Pick up
@Adapter,@SharedPtr, etc annotations onallocate()as well (pull [#668]) - Provide
@Virtual(subclasses=false)to preventGeneratorfrom subclassing subclasses (pull [#660]) - Fix
Loader.getPlatform()detection forlinux-armhfwith Temurin JDK (issue [bytedeco/javacv#2001](https://github.com/bytedeco/javacv/issues/2001)) - Fix
ParserignoringInfo.skipfor enumerators that do not get translated (issue [bytedeco/javacpp-presets#1315](https://github.com/bytedeco/javacpp-presets/issues/1315)) - Fix
Parsererror on C++17 style namespace declarations containing::separators (issue [#595]) - Fix
ParserobservingInfo.virtualizefor non-virtual functions (pull [#658]) - Use regex in
Parserto match more robustly templates and namespaces (pull [#657]) - Fix
Builderdefault output path for class names with the same length (pull [#654]) - Add
Info.friendlyto haveParsermap somefriendfunctions to Java methods (pull [#649]) - Add
Loader.loadProperties(boolean forceReload)to reset platform properties (issue [deepjavalibrary/djl#2318](https://github.com/deepjavalibrary/djl/issues/2318)) - Prevent
TokenIndexerfrom recursively expanding macros - Fix
Generatorpassing emptyStringobjects on callback for arguments using adapters - Fix
Parserfailure onenumenumerators generated using the concat##operator