Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
javacpp-platform-1.5.11-bin.zip | 2024-11-17 | 3.0 MB | |
javacpp-platform-1.5.11-src.zip | 2024-11-17 | 490.8 kB | |
JavaCPP 1.5.11 source code.tar.gz | 2024-11-12 | 295.0 kB | |
JavaCPP 1.5.11 source code.zip | 2024-11-12 | 507.3 kB | |
README.md | 2024-11-12 | 1.1 kB | |
Totals: 5 Items | 4.3 MB | 0 |
November 16, 2024 version 1.5.11
- Fix
Generator
flakiness caused by calls toClass.getDeclaredMethods()
(pull [#784]) - Add minimal mappings for
std::chrono
from C++11 (pull [#766]) - Let
Parser
annotate Java constructors with@Deprecated
when appropriate (pull [#757]) - Add to
InfoMap.defaults
more names that are reserved in Java, but not in C++ (pull [#757]) - Bundle
libomp
from Visual Studio to fix presets using OpenMP on Windows (pull [#755]) - Fix inconsistencies when using
@Platform(inherit=..., library=...)
together (pull [#747]) - Let
Parser
support templates with unnamed type parameters (pull [#742]) - Prevent
Parser
from producing duplicate declarations for basic containers (pull [#741])