Commit Graph

4 Commits

Author SHA1 Message Date
Dong-hee Na b237d1d6c6 bind/cffi: support built-in maps
* Support built-in maps.
* Support maps as arguments of a function.
* Support python dictionary as function parameters.
* Add 'maps' test
2017-08-10 20:17:03 +02:00
Dong-hee Na 31d6377e11 cffi: Implement wrapping of functions with slices/arrays of builtin arguments 2017-08-05 19:00:21 +02:00
Dong-hee Na 4eac7b0d9f cffi: Support unnamed types and pass hi.go
* Pass hi.go
* Support unnamed types.
2017-08-04 17:14:22 +02:00
Dong-hee Na c2676d7f14 cffi: Support named type + Pass 'seq.go' test.
* Pass 'named.go' test.
* Support to generate named type includes slice and array types.
* Add doc.go for bind package.
* Add comments.
* Support __iadd__ for Go slice types.
* Add a 'seq.go' test for the CFFI engine.
2017-08-02 15:43:33 +00:00