| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| javacpp-platform-1.5.13-src.zip | 2026-02-22 | 498.2 kB | |
| javacpp-platform-1.5.13-bin.zip | 2026-02-22 | 5.6 MB | |
| JavaCPP 1.5.13 source code.tar.gz | 2026-02-22 | 300.6 kB | |
| JavaCPP 1.5.13 source code.zip | 2026-02-22 | 515.5 kB | |
| README.md | 2026-02-22 | 1.0 kB | |
| Totals: 5 Items | 6.9 MB | 1 | |
February 22, 2026 version 1.5.13
- Add support for
freebsd-x86_64withfreebsd-x86_64.properties(pull [#824]) - Use
-mno-outline-atomicsinlinux-arm64.propertiesto work around linker bug (issue [bytedeco/javacpp-presets#1671](https://github.com/bytedeco/javacpp-presets/issues/1671)) - Add
NativeAllocationTracerto track allocations and deallocations ofPointer(pull [#816]) - Fix Android platform properties for NDK r28 (pull [#812])
- Add support for
windows-arm64withwindows-arm64.properties(pull [#813]) - Make
Pointer.trimMemory()public to reclaim manually system memory on Linux (issue [bytedeco/javacv#2334](https://github.com/bytedeco/javacv/issues/2334))