summaryrefslogtreecommitdiff
path: root/bindings/quackle.i
AgeCommit message (Collapse)Author
2019-08-06Don'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-24bindings: Fix DataManager ownership problems using DISOWN.Gökçen Eraslan
2016-01-07Tidy up Python test file and add extra vector typemaps to swig file.Gökçen Eraslan
2016-01-06Add a SWIG interface file, a Bash script to generate Go, Python and Lua ↵Gökçen Eraslan
bindings and add Python test file.