gopy/bind
Randall C. O'Reilly 08d1f14ff9 quote the -I and -L CFLAGS, LDFLAGS paths. Fixes #349 2024-04-22 15:31:34 -07: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 handle imports for command pkg the same as build and exe 2023-02-01 13:22:14 +01:00
gen_func.go Release GIL in function generator 2022-06-27 18:32:39 -07:00
gen_map.go Adds guard around pointer reference for basic types 2024-04-22 13:15:08 -05:00
gen_slice.go Implement efficient copies of bytes. 2023-12-13 11:20:35 +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 Generate const documentation. 2023-10-26 13:51:49 +03:00
package.go fix panic when packaged go code relies on structural typing 2024-02-23 03:59: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 chore: use xxx.String() instead of string(xxx.Bytes()) 2023-07-19 09:13:54 +08: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 quote the -I and -L CFLAGS, LDFLAGS paths. Fixes #349 2024-04-22 15:31:34 -07:00
utils_test.go main,bind,_examples: fix tests for go 1.16 2021-03-16 12:51:57 +01:00