Replies: 3 comments 4 replies
-
|
Because of some legacy decisions in the early stages of development. We are moving to more standard compliant codebase, c++ friendly. PR #647 fixes it but we did not have time to review and integrate it yet. It will happen soon. Version 2.5 will have this. Minor versions before 2.5 (if any) might not. |
Beta Was this translation helpful? Give feedback.
-
|
#647 is in master. Stay tuned for it to appear in 2.5.0 release. |
Beta Was this translation helpful? Give feedback.
-
|
It still doesn't affect plans. But yeah, it's hard with a C interface. Here's what I've been using: https://gist.github.com/iboB/787fd2154ef6f932df43401e087bf9f4 @DiamonDinoia would you be interested in a PR with an extension like this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
All inputs in the interface are pointers to non-const buffers. Why is that? Can the values be touched?
This makes it somewhat unpleasant to integrate in system where the buffers come from the outside world as const.
Beta Was this translation helpful? Give feedback.
All reactions