gopy/bind
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
..
bind.go bind, gencffi: Remove generating builders and support Vars and Consts. 2017-06-14 09:52:02 +00:00
doc.go cffi: Support named type + Pass 'seq.go' test. 2017-08-02 15:43:33 +00:00
gencffi.go bind/cffi: decode Go strings as utf8 2017-08-08 16:50:54 +02:00
gencffi_cdef.go bind/cffi: support built-in maps 2017-08-10 20:17:03 +02:00
gencffi_func.go bind/cffi: handle strings from error.Error 2017-08-08 16:50:54 +02:00
gencffi_struct.go cffi: Support unnamed types and pass hi.go 2017-08-04 17:14:22 +02:00
gencffi_type.go bind/cffi: support built-in maps 2017-08-10 20:17:03 +02:00
gencpy.go bind/{cpy,cffi}: attached doc of Go vars if available 2017-08-07 14:40:25 +02:00
gencpy_func.go Fixed bug with SIGSEGV if function returns (string, error) 2016-01-24 06:36:17 +00:00
gencpy_struct.go gopy,bind: drop package name out of tp_name 2017-08-04 19:06:13 +02:00
gencpy_type.go bind/py2: raise array/slice index out of range 2017-08-07 15:01:47 +02:00
gengo.go bind/cffi: support built-in maps 2017-08-10 20:17:03 +02:00
package.go all: apply go-vet fixes 2017-08-10 09:11:48 +02:00
printer.go bind/printer: impl io.Reader + test 2015-07-29 08:36:45 +02:00
printer_test.go bind/printer: impl io.Reader + test 2015-07-29 08:36:45 +02:00
symtab.go bind/cffi: support built-in maps 2017-08-10 20:17:03 +02:00
types.go all: use go/types from stdlib-1.5 2015-11-16 12:54:02 +01:00
utils.go all: apply go-vet fixes 2017-08-10 09:11:48 +02:00
utils_test.go bind: make sure GODEBUG=cgocheck=0 for Go>=1.6 2017-05-09 15:31:24 +00:00
vars.go all: use go/types from stdlib-1.5 2015-11-16 12:54:02 +01:00