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