gopy/bind
Randall C. O'Reilly 5fb68318e0 generate longlong for gen_slice on windows 2024-05-03 15:27:38 -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 if renaming case, use lower-case string() method instead of String() -- fixes #337 2024-04-22 16:04:17 -07:00
gen_func.go Release GIL in function generator 2022-06-27 18:32:39 -07:00
gen_map.go if renaming case, use lower-case string() method instead of String() -- fixes #337 2024-04-22 16:04:17 -07:00
gen_slice.go generate longlong for gen_slice on windows 2024-05-03 15:27:38 -07:00
gen_struct.go if renaming case, use lower-case string() method instead of String() -- fixes #337 2024-04-22 16:04:17 -07: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