Commit Graph

4 Commits

Author SHA1 Message Date
Sebastien Binet 9240dfc24a all: first stab at no-cgo-ptr 2018-01-06 20:35:52 +01: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
Dong-hee Na 4442f0a7cd cffi: Support struct types.
* Generate Struct types from a CFFI engine.
* Passing a Struct type as an argument is supported.
* Passing 'structs.go' test.
2017-07-14 10:38:41 +02:00