0
I Use This!
Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Add third element to `@Const` annotation to support `virtual const` functions (pull #224) More... over 7 years ago
* Create more symbolic links to libraries preloaded by `Loader` to satisfy libraries like MKL More... over 7 years ago
* Work around in `Builder` the inability to pass empty arguments on Windows More... over 7 years ago
* Catch more exceptions that can occur in `Loader` when caching resources (pull #226) More... over 7 years ago
* Add `.a` as an allowed library extension for iOS so they can get bundled More... over 7 years ago
* Fix `Parser` failing on variables with direct list initialization `{ ... }` (issue #223) More... over 7 years ago
Update links in the README.md file More... over 7 years ago
* Allow `Parser` to map and cast function pointers to `Pointer` More... over 7 years ago
Update version in the `pom.xml` file to 1.4.1-SNAPSHOT More... over 7 years ago
Release version 1.4 More... over 7 years ago
* Output to log all commands executed for `Builder.buildCommand` via `ProcessBuilder` More... over 7 years ago
* Switch architecture in `android-arm.properties` to ARMv7-A More... over 7 years ago
* Fix `Parser` not producing `@Cast` annotations for types with `Info.cast()` on `operator()`, as well as failing on `using operator` statements More... over 7 years ago
* Fix `Parser` issue with multiple container types (`std::vector`, etc) getting mixed up when mapped to adapters (`@StdVector`, etc) More... over 7 years ago
* Fix "Negative Buffer Capacity" errors happening in subclasses on `Pointer.asBuffer()` (issue deeplearning4j/deeplearning4j#4061) More... over 7 years ago
* Prevent `JNI_OnLoad()` from failing when `Loader.putMemberOffset()` cannot find a class * Throw clear error message when `Loader.load()` gets called on a class not supporting current platform More... over 7 years ago
* Create symbolic links to libraries preloaded by `Loader` as needed on Mac for renamed libraries More... over 7 years ago
* Make `Parser` honor `Info.skip()` for function pointers as well More... over 7 years ago
* Define `clear()` and `empty()` for resizable basic containers in `Parser` More... over 7 years ago
* Update platform properties to support recent versions of the Android NDK More... over 7 years ago
* Fix `Generator` issues with `@ByPtrPtr` return of `String` or `Pointer` types (issue bytedeco/javacpp-presets#499) More... over 7 years ago
* Produce `pop_back()` and `push_back()` for relevant basic containers in `Parser` (issue bytedeco/javacv#659) More... over 7 years ago
* Add "nowarnings" option for the `@Platform(compiler=...)` value to suppress all warnings More... over 7 years ago
Refine support for `platform.extension` by moving it to platform properties More... over 7 years ago
* Have `Builder` generate base JNI functions into `jnijavacpp.cpp` for better iOS support (issue #213) More... over 7 years ago
* Output single value setters for containers in `Parser` to avoid surprises (issue #217) More... over 7 years ago
* Add `Parser` support for C++11 `using` declarations inheriting constructors (issue bytedeco/javacpp-presets#491) * Fix compiler error when defining `std::set` or `std::unordered_set` with `Parser` More... over 7 years ago
Restore version in the `pom.xml` file to 1.3.4-SNAPSHOT More... over 7 years ago
Release version 1.3.4_skil-1.0.0 More... over 7 years ago
* Make `Parser` take `Info.skip()` into account for enumerators as well More... over 7 years ago