0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Add resources missing from config files required by GraalVM Native Image More... about 4 years ago
* Add missing export to `module-info.java` file for presets package (pull #508) More... about 4 years ago
* Add `@NoException(true)` value to support overriding `virtual noexcept` functions More... about 4 years ago
* Bundle more DLLs from UCRT to fix the systems presets on Windows More... about 4 years ago
* Fix `Pointer.sizeof()` method for subclasses of subclasses for primitive types (issue bytedeco/javacpp-presets#1064) * Throw more accurate `UnsatisfiedLinkError` when `Loader.load()` fails to find JNI libraries More... about 4 years ago
* Let `Parser` check `Info.skipDefaults` also for types to ignore default constructors (issue #493) More... about 4 years ago
* Fix `Parser` failure on `enum` declarations without enumerators More... about 4 years ago
* Let `Generator` use the third element of `@Cast(value)` on return values passed to adapters (issue tensorflow/java#345) More... about 4 years ago
* Prevent `Generator` from swallowing exceptions caught on `Buffer.array()` (pull #504) More... about 4 years ago
Fix `Parser` producing incorrect casts for `&&` arguments More... about 4 years ago
* Add `enum` classes missing from config files required by GraalVM Native Image More... about 4 years ago
* Let `Parser` annotate `&&` parameters with new `@ByRef(true)` value used by `Generator` to call `std::move()` More... about 4 years ago
* Fix `Parser` overlooking anonymous `class`, `struct` or `union` with comments after `{` (issue #501) More... about 4 years ago
Initial commit for GitHub Actions More... about 4 years ago
* Add `Info.beanify` to have `Parser` generate JavaBeans-style getters and setters (pull #495) More... about 4 years ago
Fix `Parser` not picking up `Info.javaNames` with function parameters containing '::' (issue #491) More... about 4 years ago
* Allow `Parser` to use `Info.javaNames` for function templates with parameters as well (issue #491) More... about 4 years ago
* Allow `Parser` to use `Info.javaNames` for function names containing parameters as well (issue #492) * Fix `Parser` producing incorrect calls to function templates with non-type parameters (issue #491) More... about 4 years ago
* Add missing `presets/package-info.java` required for OSGi and add profile for M2Eclipse (pull #490) More... about 4 years ago
* Remove unnecessary mutex lock for pthreads on callbacks in `Generator` (pull #489) More... about 4 years ago
* Fix `@AsUtf16` handling for setter methods paired with getters in `Generator` (pull #488) More... about 4 years ago
* Allow defining `NO_JNI_DETACH_THREAD` to avoid overhead from pthreads on callbacks (issue #486) * Pick up `@Allocator`, `@CriticalRegion`, `@NoException` in `Generator` from `@Properties(inherit=classes)` as well (issue #484) More... about 4 years ago
* Add support for `Deleter` of pointer types to `UniquePtrAdapter` More... about 4 years ago
* Add `Parser` support for `std::tuple` and similar basic containers More... about 4 years ago
* Add `@Platform(pattern=...)` annotation value to allow matching with regular expressions More... about 4 years ago
* Allow `Parser` to consider function pointers declared with `using` but without indirections More... about 4 years ago
* Let `Parser` map to annotations whole expressions starting with the `__attribute__` keyword More... about 4 years ago
* Fix `Parser` sometimes failing to create template instances with default arguments (issue #478) More... about 4 years ago
* Enhance `Parser` to handle `typedef` correctly in the case of `enum` as well (issue #477) More... about 4 years ago
* Upon `Pointer.getPointer(Class<P>)` scale `position`, `limit`, and `capacity` with `sizeof()` (pull #476) More... about 4 years ago