summaryrefslogtreecommitdiff
path: root/src/vy_adapter.cpp
AgeCommit message (Collapse)Author
2024-10-23T6717: memory management of alloced return valuesJohn Estabrook
The ctypes binding makes a copy of the string return value; the originating C memory allocation needs to be explicitly managed.
2024-10-23T6717: split validate and set functionsJohn Estabrook
Separate the application of validators from the cstore update.
2024-10-23T6717: add redirect_stdoutJohn Estabrook
Legacy set/delete methods write errors to stdout; capture for redirection in return value.
2024-10-23T5528: add adapter interfaceJohn Estabrook
Expose legacy set/delete functions in a form suitable for external calls.