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 9 hours
ago. based on code collected
about 9 hours
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 6 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Upon `Pointer.getPointer(Class<P>)` scale `position`, `limit`, and `capacity` with `sizeof()` (pull #476)
Samuel Audet
More...
about 4 years ago
Skip some more potentially `synchronized` code in `Pointer` with "org.bytedeco.javacpp.nopointergc" (issue tensorflow/java#313)
Samuel Audet
More...
about 4 years ago
* Fix `Parser` incorrectly translating non-documentation comments as part of documentation comments (issue #475) * Set `Pointer.maxPhysicalBytes` to `4 * Runtime.maxMemory()` by default as workaround for memory-mapped files, ZGC, etc (issue #468)
Samuel Audet
More...
about 4 years ago
* Ensure `synchronized` code in `Pointer` gets skipped with "org.bytedeco.javacpp.nopointergc" (issue tensorflow/java#313)
Samuel Audet
More...
about 4 years ago
* Add `protected Pointer.offsetAddress()` and use it for `getPointer()` instead of `position()`
Samuel Audet
More...
about 4 years ago
* Fix potential infinite loop in `Parser` when processing `class`, `struct`, or `union` declarations
Samuel Audet
More...
about 4 years ago
* Have `Parser` wrap the `erase()` methods of basic containers with iterators to allow removing from maps * Let `Parser` output the content of `Info.javaText` in the case of basic containers as well
Samuel Audet
More...
over 4 years ago
Upgrade bnd plugin to 5.3.0, fixing build on Java 15+ (pull #473)
HGuillemet
More...
over 4 years ago
Fix constructors of wrapper classes produced by `Parser` for basic containers with single values
Samuel Audet
More...
over 4 years ago
* Fix `Parser` failure on arguments containing multiple array accesses ending with `]]`
Samuel Audet
More...
over 4 years ago
Update Homebrew to enable download from GitHub Packages for Mac on Travis CI
Samuel Audet
More...
over 4 years ago
* Fix `Parser` incorrectly considering some array definitions with expressions as multidimensional
Samuel Audet
More...
over 4 years ago
* Log loading errors of optional `jnijavacpp` as debug messages instead of warnings (issue tensorflow/java#189)
Samuel Audet
More...
over 4 years ago
* Fix memory leak in `Pointer.releaseReference()` with "org.bytedeco.javacpp.nopointergc" (issue awslabs/djl#690)
Samuel Audet
More...
over 4 years ago
* Fix `Parser` not stripping annotations from `Info.pointerTypes` when creating Java peer classes
Samuel Audet
More...
over 4 years ago
* Fix `Parser` not inheriting constructors with existing `Info` or with nested templates
Samuel Audet
More...
over 4 years ago
* Add support for `std::optional` and `std::variant` basic containers and fix various `Parser` failures
Samuel Audet
More...
over 4 years ago
* Add parameter for `Loader.load()` to return path of a specific executable (pull #466)
Mats Larsen
More...
over 4 years ago
* Use `std::uninitialized_copy` in `VectorAdapter` to make sure copy constructors get called (pull #465)
Magnus Zotterman
More...
over 4 years ago
Update version in the `pom.xml` files to 1.5.6-SNAPSHOT
Samuel Audet
More...
over 4 years ago
Release version 1.5.5
Samuel Audet
More...
over 4 years ago
* Ensure `System.gc()` never gets called with "org.bytedeco.javacpp.nopointergc" (issue tensorflow/java#208)
Samuel Audet
More...
over 4 years ago
* Add `Info.immutable` to disable generating setters for public data members (pull #461)
Alexey Rochev
More...
over 4 years ago
* Map `String` to `char*` with `Charset.forName(STRING_BYTES_CHARSET)` when that macro is defined (pull #460)
Alexey Rochev
More...
over 4 years ago
* Fix `Loader.ClassProperties` not always getting overridden correctly when defined multiple times
Samuel Audet
More...
over 4 years ago
* Allow `Loader.load()` to also rename executables on extraction to output filenames specified with the `#` character
Samuel Audet
More...
over 4 years ago
Update links in the README.md file
Samuel Audet
More...
over 4 years ago
* Add `@AsUtf16` annotation to map `java.lang.String` to `unsigned short*` (array of UTF-16 code units) (pull #442)
Alexey Rochev
More...
over 4 years ago
* Add `BasicStringAdapter` and corresponding `@StdBasicString`, `@StdU16String`, and `@StdU32String` annotations (pull #448)
Alexey Rochev
More...
over 4 years ago
* Fix `Parser` failures on `try` blocks as function body, nested class templates, and aliases to namespaces starting with `::`
Samuel Audet
More...
over 4 years ago
←
1
2
3
4
5
6
7
8
9
10
…
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