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
Parser
desugar...
varargs to array[]
for return types as well (pull [#682]) - Fix
Parser
failing on somefriend
functions foroperator
overloading (pull [#681]) - Fix
Parser
incorrectly castingconst
pointers to template arguments of pointer types (pull [#677]) - Fix
Parser
withInfo.enumerate
failing to translateenum
values based on otherenum
values - Fix
Parser
prematurely expanding macros defined inclass
,struct
orunion
(issue [#674]) - Add
Info.upcast
to support class hierarchies with virtual inheritance (pull [#671]) - Pick up
@Adapter
,@SharedPtr
, etc annotations onallocate()
as well (pull [#668]) - Provide
@Virtual(subclasses=false)
to preventGenerator
from subclassing subclasses (pull [#660]) - Fix
Loader.getPlatform()
detection forlinux-armhf
with Temurin JDK (issue [bytedeco/javacv#2001](https://github.com/bytedeco/javacv/issues/2001)) - Fix
Parser
ignoringInfo.skip
for enumerators that do not get translated (issue [bytedeco/javacpp-presets#1315](https://github.com/bytedeco/javacpp-presets/issues/1315)) - Fix
Parser
error on C++17 style namespace declarations containing::
separators (issue [#595]) - Fix
Parser
observingInfo.virtualize
for non-virtual functions (pull [#658]) - Use regex in
Parser
to match more robustly templates and namespaces (pull [#657]) - Fix
Builder
default output path for class names with the same length (pull [#654]) - Add
Info.friendly
to haveParser
map somefriend
functions 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
TokenIndexer
from recursively expanding macros - Fix
Generator
passing emptyString
objects on callback for arguments using adapters - Fix
Parser
failure onenum
enumerators generated using the concat##
operator