Skip to content

JavaCPP 1.5.11

Latest
Compare
Choose a tag to compare
@saudet saudet released this 17 Nov 03:15
· 2 commits to master since this release
1.5.11
35adb21

November 16, 2024 version 1.5.11

  • Fix Generator flakiness caused by calls to Class.getDeclaredMethods() (pull #784)
  • Add minimal mappings for std::chrono from C++11 (pull #766)
  • Let Parser annotate Java constructors with @Deprecated when appropriate (pull #757)
  • Add to InfoMap.defaults more names that are reserved in Java, but not in C++ (pull #757)
  • Bundle libomp from Visual Studio to fix presets using OpenMP on Windows (pull #755)
  • Fix inconsistencies when using @Platform(inherit=..., library=...) together (pull #747)
  • Let Parser support templates with unnamed type parameters (pull #742)
  • Prevent Parser from producing duplicate declarations for basic containers (pull #741)