gopy/bind
Sebastien Binet 44026ff053 bind: fix funcs with params with pointers
This CL introduces skBuiltin to differentiate between named types pointing at a
basic type and builtin types.
It also provides some limited heuristics to detect when a parameters is passed
by reference.

Updates #45

Change-Id: I0863303772514f819131d4bcf586358d0cc707db
2015-09-02 17:47:04 +02:00
..
bind.go bind: discover pkgconfig package name 2015-08-31 10:23:57 +02:00
gencpy.go bind: fix funcs with params with pointers 2015-09-02 17:47:04 +02:00
gencpy_func.go bind: refactor genFunc 2015-08-11 17:28:38 +02:00
gencpy_struct.go bind: handling of private fields in struct.tp_init 2015-08-31 18:40:47 +02:00
gencpy_type.go bind: fix funcs with params with pointers 2015-09-02 17:47:04 +02:00
gengo.go bind: fix funcs with params with pointers 2015-09-02 17:47:04 +02:00
package.go bind: first stab at wrapping interfaces 2015-08-14 13:26:09 +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: fix funcs with params with pointers 2015-09-02 17:47:04 +02:00
types.go Starting to add the ability recognize maps in GO. (Updates #22) 2015-08-31 15:25:37 -07:00
utils.go bind: discover pkgconfig package name 2015-08-31 10:23:57 +02:00
vars.go all: cleanups + consolidation 2015-08-05 09:22:56 +02:00