openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
javacpp
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 14 hours
ago. based on code collected
about 14 hours
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 18 of 32
Search / Filter on:
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)
louxiu
More...
over 7 years ago
* Create more symbolic links to libraries preloaded by `Loader` to satisfy libraries like MKL
Samuel Audet
More...
over 7 years ago
* Work around in `Builder` the inability to pass empty arguments on Windows
Samuel Audet
More...
over 7 years ago
* Catch more exceptions that can occur in `Loader` when caching resources (pull #226)
Alex Black
More...
over 7 years ago
* Add `.a` as an allowed library extension for iOS so they can get bundled
Samuel Audet
More...
over 7 years ago
* Fix `Parser` failing on variables with direct list initialization `{ ... }` (issue #223)
Samuel Audet
More...
over 7 years ago
Update links in the README.md file
Samuel Audet
More...
over 7 years ago
* Allow `Parser` to map and cast function pointers to `Pointer`
Samuel Audet
More...
over 7 years ago
Update version in the `pom.xml` file to 1.4.1-SNAPSHOT
Samuel Audet
More...
over 7 years ago
Release version 1.4
Samuel Audet
More...
over 7 years ago
* Output to log all commands executed for `Builder.buildCommand` via `ProcessBuilder`
Samuel Audet
More...
over 7 years ago
* Switch architecture in `android-arm.properties` to ARMv7-A
Samuel Audet
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
Samuel Audet
More...
over 7 years ago
* Fix `Parser` issue with multiple container types (`std::vector`, etc) getting mixed up when mapped to adapters (`@StdVector`, etc)
Samuel Audet
More...
over 7 years ago
* Fix "Negative Buffer Capacity" errors happening in subclasses on `Pointer.asBuffer()` (issue deeplearning4j/deeplearning4j#4061)
Samuel Audet
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
Samuel Audet
More...
over 7 years ago
* Create symbolic links to libraries preloaded by `Loader` as needed on Mac for renamed libraries
Samuel Audet
More...
over 7 years ago
* Make `Parser` honor `Info.skip()` for function pointers as well
Samuel Audet
More...
over 7 years ago
* Define `clear()` and `empty()` for resizable basic containers in `Parser`
Samuel Audet
More...
over 7 years ago
* Update platform properties to support recent versions of the Android NDK
Samuel Audet
More...
over 7 years ago
* Fix `Generator` issues with `@ByPtrPtr` return of `String` or `Pointer` types (issue bytedeco/javacpp-presets#499)
Samuel Audet
More...
over 7 years ago
* Produce `pop_back()` and `push_back()` for relevant basic containers in `Parser` (issue bytedeco/javacv#659)
Samuel Audet
More...
over 7 years ago
* Add "nowarnings" option for the `@Platform(compiler=...)` value to suppress all warnings
Samuel Audet
More...
over 7 years ago
Refine support for `platform.extension` by moving it to platform properties
Samuel Audet
More...
over 7 years ago
* Have `Builder` generate base JNI functions into `jnijavacpp.cpp` for better iOS support (issue #213)
Samuel Audet
More...
over 7 years ago
* Output single value setters for containers in `Parser` to avoid surprises (issue #217)
Samuel Audet
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`
Samuel Audet
More...
over 7 years ago
Restore version in the `pom.xml` file to 1.3.4-SNAPSHOT
Samuel Audet
More...
over 7 years ago
Release version 1.3.4_skil-1.0.0
Samuel Audet
More...
over 7 years ago
* Make `Parser` take `Info.skip()` into account for enumerators as well
Samuel Audet
More...
over 7 years ago
←
1
2
…
14
15
16
17
18
19
20
21
22
…
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree