0
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jul 29, 2024 — Jul 29, 2025
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) More... about 4 years ago
Skip some more potentially `synchronized` code in `Pointer` with "org.bytedeco.javacpp.nopointergc" (issue tensorflow/java#313) 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) More... about 4 years ago
* Ensure `synchronized` code in `Pointer` gets skipped with "org.bytedeco.javacpp.nopointergc" (issue tensorflow/java#313) More... about 4 years ago
* Add `protected Pointer.offsetAddress()` and use it for `getPointer()` instead of `position()` More... about 4 years ago
* Fix potential infinite loop in `Parser` when processing `class`, `struct`, or `union` declarations 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 More... over 4 years ago
Upgrade bnd plugin to 5.3.0, fixing build on Java 15+ (pull #473) More... over 4 years ago
Fix constructors of wrapper classes produced by `Parser` for basic containers with single values More... over 4 years ago
* Fix `Parser` failure on arguments containing multiple array accesses ending with `]]` More... over 4 years ago
Update Homebrew to enable download from GitHub Packages for Mac on Travis CI More... over 4 years ago
* Fix `Parser` incorrectly considering some array definitions with expressions as multidimensional More... over 4 years ago
* Log loading errors of optional `jnijavacpp` as debug messages instead of warnings (issue tensorflow/java#189) More... over 4 years ago
* Fix memory leak in `Pointer.releaseReference()` with "org.bytedeco.javacpp.nopointergc" (issue awslabs/djl#690) More... over 4 years ago
* Fix `Parser` not stripping annotations from `Info.pointerTypes` when creating Java peer classes More... over 4 years ago
* Fix `Parser` not inheriting constructors with existing `Info` or with nested templates More... over 4 years ago
* Add support for `std::optional` and `std::variant` basic containers and fix various `Parser` failures More... over 4 years ago
* Add parameter for `Loader.load()` to return path of a specific executable (pull #466) More... over 4 years ago
* Use `std::uninitialized_copy` in `VectorAdapter` to make sure copy constructors get called (pull #465) More... over 4 years ago
Update version in the `pom.xml` files to 1.5.6-SNAPSHOT More... over 4 years ago
Release version 1.5.5 More... over 4 years ago
* Ensure `System.gc()` never gets called with "org.bytedeco.javacpp.nopointergc" (issue tensorflow/java#208) More... over 4 years ago
* Add `Info.immutable` to disable generating setters for public data members (pull #461) More... over 4 years ago
* Map `String` to `char*` with `Charset.forName(STRING_BYTES_CHARSET)` when that macro is defined (pull #460) More... over 4 years ago
* Fix `Loader.ClassProperties` not always getting overridden correctly when defined multiple times More... over 4 years ago
* Allow `Loader.load()` to also rename executables on extraction to output filenames specified with the `#` character More... over 4 years ago
Update links in the README.md file More... over 4 years ago
* Add `@AsUtf16` annotation to map `java.lang.String` to `unsigned short*` (array of UTF-16 code units) (pull #442) More... over 4 years ago
* Add `BasicStringAdapter` and corresponding `@StdBasicString`, `@StdU16String`, and `@StdU32String` annotations (pull #448) More... over 4 years ago
* Fix `Parser` failures on `try` blocks as function body, nested class templates, and aliases to namespaces starting with `::` More... over 4 years ago