0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
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 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` More... over 3 years ago
* Switch to `AttachCurrentThreadAsDaemon()` when attaching native threads on callback (pull #561) More... over 3 years ago
Improve the documentation of `Pointer.asByteBuffer()` (pull #558) More... over 3 years ago
* Add to `InfoMap` default pointer and value types for integer types in `std::` namespace More... over 3 years ago
* Fix Android build properties for NDK r23b More... over 3 years ago
Update version in the `pom.xml` files to 1.5.8-SNAPSHOT More... over 3 years ago
Release version 1.5.7 More... over 3 years ago
* Add `Loader.clearCacheDir()` along with new `ClearMojo` and `-clear` command line option More... over 3 years ago
* Speed up `Loader` on Windows when there are no symbolic links or library versions (pull #512) More... over 3 years ago
* Enhance `Pointer.physicalBytes()` by excluding shared pages from memory-mapped files, etc (issue #468) More... over 3 years ago
Upgrade all Maven dependencies and plugins to latest versions More... over 3 years ago
* Fix `Parser` not correctly encoding files of top-level classes produced with `@Properties(target=..., global=...)` More... over 3 years ago
* Add `Pointer.interruptDeallocatorThread()` method to make JavaCPP classes eligible for GC (discussion bytedeco/javacpp-presets#1115) More... over 3 years ago
* Let `Parser` output the content of `Info.javaText` in the case of `FunctionPointer` as well More... over 3 years ago
* Fix `TokenIndexer` failure on macros using the concat `##` operator with empty arguments (issue #525) More... over 3 years ago
* Let `Parser` support arrays of anonymous `struct` or `union` containing another one (discussion #528) 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 More... over 3 years ago
* Ensure `Builder` copies resources only from the first directories found in the paths More... almost 4 years ago
* Add `Loader.getCanonicalPath()` to work around bugs in `File.getCanonicalPath()` on Windows (pull #519) More... almost 4 years ago
Fix `Parser` regression with default arguments containing '<' or '>' tokens More... almost 4 years ago
* Add `FunctionPointer` and `@Virtual` methods missing from config files required by GraalVM Native Image 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 More... almost 4 years ago
* Fix `Parser` failures on variadic templates calling `sizeof...()` and on variables initialized from template values More... almost 4 years ago
Upgrade GitHub Actions workflow to CentOS 7 and Ubuntu 18.04 LTS (Bionic) More... almost 4 years ago
* Prevent `Parser` from failing on nonexistent header files contained in `@Platform(exclude=...)` More... almost 4 years ago
* Add `classOrPackageNames` parameter to `CacheMojo` (pull #510) More... almost 4 years ago
Update version in the `pom.xml` files to 1.5.7-SNAPSHOT More... almost 4 years ago
Release version 1.5.6 More... almost 4 years ago
* Add resources missing from config files required by GraalVM Native Image More... about 4 years ago