Skip to content

JavaCPP 1.5.10

Latest
Compare
Choose a tag to compare
@saudet saudet released this 29 Jan 02:13
· 6 commits to master since this release
1.5.10
2559658

January 29, 2024 version 1.5.10

  • Move native Loader methods to Helper class to avoid deadlocks (issue #737)
  • Fix Parser failing to pick up Info for constructors with template arguments (pull #739)
  • Fix MoveAdapter and UniquePtrAdapter causing double free on function calls (pull #738)
  • Fix Parser handling of template specialization and their friend declarations (pull #733)
  • Improve Parser capabilities for operator and function templates (pull #732)
  • Fix Parser failing on nested initializer lists and on attributes found inside enum declarations
  • Fix Parser for basic containers like std::optional<std::pair<int,int> > (issue #718)
  • Add support for std::basic_string basic container (issue bytedeco/javacpp-presets#1311)
  • Enhance Parser by adding downcast constructors for polymorphic classes (pull #700)
  • Let Generator pick up @Name annotations on allocate() as well (pull #700)
  • Fix Parser failing to place annotations on default constructors (pull #699)
  • Let Parser output reset() methods for basic containers like std::optional (pull #696)
  • Let Parser define front() and back() for one-dimensional basic containers (pull #695)
  • Let Parser map iterators of basic containers systematically (pull #694)
  • Fix Parser for function parameters contained in template arguments (pull #693)
  • Fix Parser on function pointer declarations starting with typedef struct (pull bytedeco/javacpp-presets#1361)