Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-06 | Don't generate bindings that require copying a logStream. | Martin DeMello | |
swig has a problem with non-copyable objects being moved in and out of containers; we can bypass the problem with SimmedMoveMessage by simply not generating bindings for the relevant methods. | |||
2016-01-24 | bindings: Fix DataManager ownership problems using DISOWN. | Gökçen Eraslan | |
2016-01-07 | Tidy up Python test file and add extra vector typemaps to swig file. | Gökçen Eraslan | |
2016-01-06 | Add a SWIG interface file, a Bash script to generate Go, Python and Lua ↵ | Gökçen Eraslan | |
bindings and add Python test file. |