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 18 hours
ago. based on code collected
about 19 hours
ago.
Jul 24, 2024 — Jul 24, 2025
Showing page 2 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Fix `Parser` for basic containers like `std::optional<std::pair<int,int> >` (issue #718)
Samuel Audet
More...
almost 2 years ago
* Add support for `std::basic_string` basic container (issue bytedeco/javacpp-presets#1311)
Samuel Audet
More...
almost 2 years ago
* Enhance `Parser` by adding downcast constructors for polymorphic classes (pull #700)
HGuillemet
More...
almost 2 years ago
* Fix `Parser` failing to place annotations on default constructors (pull #699)
HGuillemet
More...
almost 2 years ago
* Let `Parser` output `reset()` methods for basic containers like `std::optional` (pull #696)
HGuillemet
More...
about 2 years ago
* Let `Parser` define `front()` and `back()` for one-dimensional basic containers (pull #695)
HGuillemet
More...
about 2 years ago
* Let `Parser` map iterators of basic containers systematically (pull #694)
HGuillemet
More...
about 2 years ago
* Fix `Parser` for function parameters contained in template arguments (pull #693)
HGuillemet
More...
about 2 years ago
* Fix `Parser` on function pointer declarations starting with `typedef struct` (pull bytedeco/javacpp-presets#1361)
Samuel Audet
More...
about 2 years ago
Update version in the `pom.xml` files to 1.5.10-SNAPSHOT
Samuel Audet
More...
about 2 years ago
Release version 1.5.9
Samuel Audet
More...
about 2 years ago
* Fix `Loader.extractResource()` for nested JAR files from Spring Boot (pull #685)
huazai023
More...
about 2 years ago
* Have `Parser` desugar `...` varargs to array `[]` for return types as well (pull #682)
HGuillemet
More...
about 2 years ago
* Fix `Parser` failing on some `friend` functions for `operator` overloading (pull #681)
HGuillemet
More...
about 2 years ago
* Fix `Parser` incorrectly casting `const` pointers to template arguments of pointer types (pull #677)
HGuillemet
More...
about 2 years ago
* Fix `Parser` with `Info.enumerate` failing to translate `enum` values based on other `enum` values
Samuel Audet
More...
about 2 years ago
* Fix `Parser` prematurely expanding macros defined in `class`, `struct` or `union` (issue #674)
Samuel Audet
More...
over 2 years ago
* Add `Info.upcast` to support class hierarchies with virtual inheritance (pull #671)
HGuillemet
More...
over 2 years ago
* Pick up `@Adapter`, `@SharedPtr`, etc annotations on `allocate()` as well (pull #668)
HGuillemet
More...
over 2 years ago
* Provide `@Virtual(subclasses=false)` to prevent `Generator` from subclassing subclasses (pull #660)
HGuillemet
More...
over 2 years ago
* Fix `Loader.getPlatform()` detection for `linux-armhf` with Temurin JDK (issue bytedeco/javacv#2001) * Fix `Parser` ignoring `Info.skip` for enumerators that do not get translated (issue bytedeco/javacpp-presets#1315) * Fix `Parser` error on C++17 style namespace declarations containing `::` separators (issue #595)
Samuel Audet
More...
over 2 years ago
* Fix `Parser` observing `Info.virtualize` for non-virtual functions (pull #658)
HGuillemet
More...
over 2 years ago
* Use regex in `Parser` to match more robustly templates and namespaces (pull #657)
HGuillemet
More...
over 2 years ago
* Fix `Builder` default output path for class names with the same length (pull #654)
HGuillemet
More...
over 2 years ago
Apply to `Parser` code minor simplifications and fix typos (pull #650)
HGuillemet
More...
over 2 years ago
* Add `Info.friendly` to have `Parser` map some `friend` functions to Java methods (pull #649)
HGuillemet
More...
over 2 years ago
* Add `Loader.loadProperties(boolean forceReload)` to reset platform properties (issue deepjavalibrary/djl#2318)
Samuel Audet
More...
over 2 years ago
* Prevent `TokenIndexer` from recursively expanding macros
Samuel Audet
More...
over 2 years ago
* Fix `Generator` passing empty `String` objects on callback for arguments using adapters
Samuel Audet
More...
over 2 years ago
* Fix `Parser` failure on `enum` enumerators generated using the concat `##` operator
Samuel Audet
More...
over 2 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