The missing bridge between Java and native C++
Stars
4.7k
Forks
596
Watchers
4.7k
Open Issues
111
Overall repository health assessment
No package.json found
This might not be a Node.js project
822
commits
38
commits
7
commits
7
commits
7
commits
7
commits
4
commits
4
commits
4
commits
3
commits
* Compile classes with `parameters` bumping minimum requirements to Java SE 8 and Android 7.0 (issue bytedeco/javacpp-presets#1739)
b073fa0View on GitHubUpdate version in the `pom.xml` files to 1.5.14-SNAPSHOT
e1a2b34View on GitHub* Add support for `freebsd-x86_64` with `freebsd-x86_64.properties` (pull #824)
ec58bf7View on GitHub* Use `-mno-outline-atomics` in `linux-arm64.properties` to work around linker bug (issue bytedeco/javacpp-presets#1671)
170c051View on GitHub* Add `NativeAllocationTracer` to track allocations and deallocations of `Pointer` (pull #816)
5be669eView on GitHub* Fix Android platform properties for NDK r28 (pull #812)
6e3f8b6View on GitHub* Add support for `windows-arm64` with `windows-arm64.properties` (pull #813)
9d52199View on GitHub* Make `Pointer.trimMemory()` public to reclaim manually system memory on Linux (issue bytedeco/javacv#2334)
2b0e4fbView on GitHubUpdate version in the `pom.xml` files to 1.5.13-SNAPSHOT
3f7cd52View on GitHub