gopy/bind
Randall O'Reilly f14c4faf36
Merge pull request #296 from darren/clean_symbol
gen symbol name use index to avoid illegal symobl name
2022-11-15 00:24:40 -08:00
..
bind.go main,bind: extended gopy:name control, auto PEP8 naming, and property docstring support 2021-03-26 09:16:11 +01:00
doc.go cffi: Support named type + Pass 'seq.go' test. 2017-08-02 15:43:33 +00:00
gen.go support error slices 2022-07-04 11:01:11 -04:00
gen_func.go Release GIL in function generator 2022-06-27 18:32:39 -07:00
gen_map.go major fix: create an import alias for package name conflicts -- e.g., adding goplot font package conflicts with image/font.. added pkgconflict test case 2021-08-29 02:55:02 -07:00
gen_slice.go Add relevant parameters for pybindgen when a PyObject* is part of the function signature. 2022-11-13 15:59:40 +02:00
gen_struct.go main,bind: extended gopy:name control, auto PEP8 naming, and property docstring support 2021-03-26 09:16:11 +01:00
gen_type.go major fix: create an import alias for package name conflicts -- e.g., adding goplot font package conflicts with image/font.. added pkgconflict test case 2021-08-29 02:55:02 -07:00
gen_varconst.go main,bind: extended gopy:name control, auto PEP8 naming, and property docstring support 2021-03-26 09:16:11 +01:00
package.go main,bind: extended gopy:name control, auto PEP8 naming, and property docstring support 2021-03-26 09:16:11 +01:00
printer.go all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
printer_test.go bind/printer: impl io.Reader + test 2015-07-29 08:36:45 +02:00
stdtypes.go support error slices 2022-07-04 11:01:11 -04:00
symbols.go gen symbol name use index to avoid illegal symobl name(control character) 2022-09-16 12:29:09 +08:00
types.go One test case of variadic functions now passing. More to clear. 2022-06-06 11:20:23 +05:30
utils.go Fixes #289 2022-07-09 23:11:27 +03:00
utils_test.go main,bind,_examples: fix tests for go 1.16 2021-03-16 12:51:57 +01:00