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
1 day
ago. based on code collected
1 day
ago.
Jul 24, 2024 — Jul 24, 2025
Showing page 5 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Add resources missing from config files required by GraalVM Native Image
Samuel Audet
More...
about 4 years ago
* Add missing export to `module-info.java` file for presets package (pull #508)
HGuillemet
More...
about 4 years ago
* Add `@NoException(true)` value to support overriding `virtual noexcept` functions
Samuel Audet
More...
about 4 years ago
* Bundle more DLLs from UCRT to fix the systems presets on Windows
Samuel Audet
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
Samuel Audet
More...
about 4 years ago
* Let `Parser` check `Info.skipDefaults` also for types to ignore default constructors (issue #493)
Samuel Audet
More...
about 4 years ago
* Fix `Parser` failure on `enum` declarations without enumerators
Samuel Audet
More...
about 4 years ago
* Let `Generator` use the third element of `@Cast(value)` on return values passed to adapters (issue tensorflow/java#345)
Samuel Audet
More...
about 4 years ago
* Prevent `Generator` from swallowing exceptions caught on `Buffer.array()` (pull #504)
egolearner
More...
about 4 years ago
Fix `Parser` producing incorrect casts for `&&` arguments
Samuel Audet
More...
about 4 years ago
* Add `enum` classes missing from config files required by GraalVM Native Image
Samuel Audet
More...
about 4 years ago
* Let `Parser` annotate `&&` parameters with new `@ByRef(true)` value used by `Generator` to call `std::move()`
Samuel Audet
More...
about 4 years ago
* Fix `Parser` overlooking anonymous `class`, `struct` or `union` with comments after `{` (issue #501)
Samuel Audet
More...
about 4 years ago
Initial commit for GitHub Actions
Samuel Audet
More...
about 4 years ago
* Add `Info.beanify` to have `Parser` generate JavaBeans-style getters and setters (pull #495)
Alexey Rochev
More...
about 4 years ago
Fix `Parser` not picking up `Info.javaNames` with function parameters containing '::' (issue #491)
Samuel Audet
More...
about 4 years ago
* Allow `Parser` to use `Info.javaNames` for function templates with parameters as well (issue #491)
Samuel Audet
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)
Samuel Audet
More...
about 4 years ago
* Add missing `presets/package-info.java` required for OSGi and add profile for M2Eclipse (pull #490)
Richard Eckart de Castilho
More...
about 4 years ago
* Remove unnecessary mutex lock for pthreads on callbacks in `Generator` (pull #489)
egolearner
More...
about 4 years ago
* Fix `@AsUtf16` handling for setter methods paired with getters in `Generator` (pull #488)
Alexey Rochev
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)
Samuel Audet
More...
about 4 years ago
* Add support for `Deleter` of pointer types to `UniquePtrAdapter`
Samuel Audet
More...
about 4 years ago
* Add `Parser` support for `std::tuple` and similar basic containers
Samuel Audet
More...
about 4 years ago
* Add `@Platform(pattern=...)` annotation value to allow matching with regular expressions
Samuel Audet
More...
about 4 years ago
* Allow `Parser` to consider function pointers declared with `using` but without indirections
Samuel Audet
More...
about 4 years ago
* Let `Parser` map to annotations whole expressions starting with the `__attribute__` keyword
Samuel Audet
More...
about 4 years ago
* Fix `Parser` sometimes failing to create template instances with default arguments (issue #478)
Samuel Audet
More...
about 4 years ago
* Enhance `Parser` to handle `typedef` correctly in the case of `enum` as well (issue #477)
Samuel Audet
More...
about 4 years ago
* Upon `Pointer.getPointer(Class<P>)` scale `position`, `limit`, and `capacity` with `sizeof()` (pull #476)
Samuel Audet
More...
about 4 years ago
←
1
2
3
4
5
6
7
8
9
…
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