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 21, 2024 — Jul 21, 2025
Showing page 4 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Add compiler options for C++14 and C++17 to platform properties files for Visual Studio
Samuel Audet
More...
over 3 years ago
* Fix `Parser` incorrectly shortening type names for nested class template instances * Make `Parser` output `boolean has_value()` methods for basic containers like `std::optional` * Add `OptionalAdapter` and corresponding `@Optional` annotation for containers like `std::optional`
Samuel Audet
More...
over 3 years ago
* Switch to `AttachCurrentThreadAsDaemon()` when attaching native threads on callback (pull #561)
Dan Avila
More...
over 3 years ago
Improve the documentation of `Pointer.asByteBuffer()` (pull #558)
Dan Avila
More...
over 3 years ago
* Add to `InfoMap` default pointer and value types for integer types in `std::` namespace
Samuel Audet
More...
over 3 years ago
* Fix Android build properties for NDK r23b
Samuel Audet
More...
over 3 years ago
Update version in the `pom.xml` files to 1.5.8-SNAPSHOT
Samuel Audet
More...
over 3 years ago
Release version 1.5.7
Samuel Audet
More...
over 3 years ago
* Add `Loader.clearCacheDir()` along with new `ClearMojo` and `-clear` command line option
Samuel Audet
More...
over 3 years ago
* Speed up `Loader` on Windows when there are no symbolic links or library versions (pull #512)
Samuel Audet
More...
over 3 years ago
* Enhance `Pointer.physicalBytes()` by excluding shared pages from memory-mapped files, etc (issue #468)
Samuel Audet
More...
over 3 years ago
Upgrade all Maven dependencies and plugins to latest versions
Samuel Audet
More...
over 3 years ago
* Fix `Parser` not correctly encoding files of top-level classes produced with `@Properties(target=..., global=...)`
Samuel Audet
More...
over 3 years ago
* Add `Pointer.interruptDeallocatorThread()` method to make JavaCPP classes eligible for GC (discussion bytedeco/javacpp-presets#1115)
Samuel Audet
More...
over 3 years ago
* Let `Parser` output the content of `Info.javaText` in the case of `FunctionPointer` as well
Samuel Audet
More...
over 3 years ago
* Fix `TokenIndexer` failure on macros using the concat `##` operator with empty arguments (issue #525)
Samuel Audet
More...
over 3 years ago
* Let `Parser` support arrays of anonymous `struct` or `union` containing another one (discussion #528)
Samuel Audet
More...
over 3 years ago
* Prevent `Parser` from outputting duplicate `Pointer` constructors for basic containers * Fix `Generator` compiler errors on callback functions returning objects without default constructors
Samuel Audet
More...
over 3 years ago
* Ensure `Builder` copies resources only from the first directories found in the paths
Samuel Audet
More...
almost 4 years ago
* Add `Loader.getCanonicalPath()` to work around bugs in `File.getCanonicalPath()` on Windows (pull #519)
Park Jeonghwan
More...
almost 4 years ago
Fix `Parser` regression with default arguments containing '<' or '>' tokens
Samuel Audet
More...
almost 4 years ago
* Add `FunctionPointer` and `@Virtual` methods missing from config files required by GraalVM Native Image
Samuel Audet
More...
almost 4 years ago
* Let `Tokenizer` convert characters using ASCII escape sequences `'\x...'` to normal hexadecimal values `0x...` * Fix `Parser` incorrectly mapping default function arguments containing multiple template arguments
Samuel Audet
More...
almost 4 years ago
* Fix `Parser` failures on variadic templates calling `sizeof...()` and on variables initialized from template values
Samuel Audet
More...
almost 4 years ago
Upgrade GitHub Actions workflow to CentOS 7 and Ubuntu 18.04 LTS (Bionic)
Samuel Audet
More...
almost 4 years ago
* Prevent `Parser` from failing on nonexistent header files contained in `@Platform(exclude=...)`
Samuel Audet
More...
almost 4 years ago
* Add `classOrPackageNames` parameter to `CacheMojo` (pull #510)
HGuillemet
More...
almost 4 years ago
Update version in the `pom.xml` files to 1.5.7-SNAPSHOT
Samuel Audet
More...
almost 4 years ago
Release version 1.5.6
Samuel Audet
More...
almost 4 years ago
* Add resources missing from config files required by GraalVM Native Image
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