The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| javacpp-platform-1.5.10-src.zip | 2024-01-29 | 478.5 kB | |
| javacpp-platform-1.5.10-bin.zip | 2024-01-29 | 2.2 MB | |
| JavaCPP 1.5.10 source code.tar.gz | 2024-01-29 | 291.3 kB | |
| JavaCPP 1.5.10 source code.zip | 2024-01-29 | 494.7 kB | |
| README.md | 2024-01-29 | 2.4 kB | |
| Totals: 5 Items | 3.5 MB | 1 | |
January 29, 2024 version 1.5.10
- Move native
Loadermethods toHelperclass to avoid deadlocks (issue [#737]) - Fix
Parserfailing to pick upInfofor constructors with template arguments (pull [#739]) - Fix
MoveAdapterandUniquePtrAdaptercausing double free on function calls (pull [#738]) - Fix
Parserhandling oftemplatespecialization and theirfrienddeclarations (pull [#733]) - Improve
Parsercapabilities foroperatorand function templates (pull [#732]) - Fix
Parserfailing on nested initializer lists and on attributes found insideenumdeclarations - Fix
Parserfor basic containers likestd::optional<std::pair<int,int> >(issue [#718]) - Add support for
std::basic_stringbasic container (issue [bytedeco/javacpp-presets#1311](https://github.com/bytedeco/javacpp-presets/issues/1311)) - Enhance
Parserby adding downcast constructors for polymorphic classes (pull [#700]) - Let
Generatorpick up@Nameannotations onallocate()as well (pull [#700]) - Fix
Parserfailing to place annotations on default constructors (pull [#699]) - Let
Parseroutputreset()methods for basic containers likestd::optional(pull [#696]) - Let
Parserdefinefront()andback()for one-dimensional basic containers (pull [#695]) - Let
Parsermap iterators of basic containers systematically (pull [#694]) - Fix
Parserfor function parameters contained in template arguments (pull [#693]) - Fix
Parseron function pointer declarations starting withtypedef struct(pull [bytedeco/javacpp-presets#1361](https://github.com/bytedeco/javacpp-presets/issues/1361))