0
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fix `Generator` for `@Virtual` methods protected in subclasses by casting to superclass (issue #419) More... almost 5 years ago
* Add missing values to `Info.Info(Info)` and fix incorrect `Info.skipDefaults(boolean)` (issue #420) More... almost 5 years ago
* Add `PointerBufferPoolMXBean` to track allocations and deallocations of `Pointer` (pull #413) More... almost 5 years ago
* Change the `@Platform(executable=...` property to an array and allow bundling multiple files per class More... almost 5 years ago
* Prevent `Builder` unnecessarily linking with `-framework JavaVM` to fix GraalVM Native Image on Mac (issue #417) More... almost 5 years ago
* Add `Pointer.getPointer()` methods as shortcuts for `new P(p).position(p.position + i)` (issue #155) More... about 5 years ago
* Fix `Generator` for cases when a `FunctionPointer` returns another `FunctionPointer` More... about 5 years ago
* Fix `Parser` failure with `auto` keyword of C++11 used for trailing return type More... about 5 years ago
* Fix `Parser` failure with `auto` keyword of C++11 used as placeholder type specifier (issue #407) More... about 5 years ago
Fix loading issues with GraalVM Native Image More... about 5 years ago
* Add `Builder.configDirectory` option to let `Generator` output files that GraalVM needs for AOT compilation (issue eclipse/deeplearning4j#7362) More... about 5 years ago
* Fix `Parser` error on `template<>` containing non-type parameters without names (issue bytedeco/javacpp-presets#889) More... about 5 years ago
Make `Loader.Detector.getPlatform()` return "org.bytedeco.javacpp.platform" when set More... about 5 years ago
Upgrade ModiTect plugin version to 1.0.0.RC1 (pull #405) More... about 5 years ago
* Bundle also the `vcruntime140_1.dll` and `msvcp140_1.dll` redist files from Visual Studio More... about 5 years ago
* Fix `Builder` for different "java.home" path returned by latest JDKs from Oracle (pull #400) More... about 5 years ago
Add link to Gradle JavaCPP in the README.md file More... about 5 years ago
* Refactor `Builder` a little to work around issues with Gradle More... about 5 years ago
Add sizes to Index and update in HyperslabIndex to use in Indexer (pull #395) More... about 5 years ago
Fix indexer regression causing StackOverflowException (pull #396) More... about 5 years ago
* Log as warnings `SecurityException` thrown on `Loader.getCacheDir()` instead of swallowing them More... about 5 years ago
Fix build with Visual Studio 2019 More... about 5 years ago
* Fix memory leak that occurs with "org.bytedeco.javacpp.nopointergc" (issue bytedeco/javacpp-presets#878) More... about 5 years ago
* Take into account `platform.library.path` when extracting libraries of executables on `Loader.load()` (issue bytedeco/javacv#1410) More... about 5 years ago
* Add `HyperslabIndex` class with `offsets`, `strides`, `counts`, and `blocks` parameters (pull #392) More... about 5 years ago
* Take into account `platform.library.path` when extracting executables on `Loader.load()` (issue bytedeco/javacv#1410) More... about 5 years ago
* Move init code for `Loader.getPlatform()` to `Detector` to avoid warning messages (issue #393) More... over 5 years ago
* Add `Indexer.Index` nested class to allow overriding how the index is calculated (issue #391) More... over 5 years ago
Update version in the `pom.xml` files to 1.5.4-SNAPSHOT More... over 5 years ago
Add link to jni.hpp in README.md file More... over 5 years ago