aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/cgo/main.h
AgeCommit message (Expand)Author
2024-11-20cgo: support errno value as second return parameterAyke van Laethem
2024-08-10cgo: add support for printfAyke van Laethem
2024-05-29cgo: do a basic test that math functions workAyke van Laethem
2021-11-24cgo: add support for C.CString and related functionsAyke van Laethem
2021-09-29cgo: implement rudimentary C array decayingAyke van Laethem
2021-04-06cgo: add support for CFLAGS in .c filesAyke van Laethem
2021-02-11cgo: add support for variadic functionsAyke van Laethem
2020-04-07builder: make sure -fshort-enums is used consistentlyAyke van Laethem
2019-11-08cgo: add support for nested structs and unionsAyke van Laethem
2019-06-03cgo: add support for anonymous structsAyke van Laethem
2019-06-03cgo: add support for bitfields using generated getters and settersAyke van Laethem
2019-05-17cgo: add support for enum typesAyke van Laethem
2019-05-12cgo: add support for #define constantsAyke van Laethem
2019-05-01cgo: only include the symbols that are necessary (recursively)Ayke van Laethem
2019-05-01cgo: improve typedef/struct/enum supportAyke van Laethem
2019-04-25cgo: support builtin #include headersAyke van Laethem
2019-04-25cgo: implement void* pointer typeAyke van Laethem
2019-04-25cgo: implement char typeAyke van Laethem
2019-04-20cgo: implement C.struct_ typesAyke van Laethem
2019-04-17cgo: implement C unionsAyke van Laethem
2019-04-17cgo: implement Go arrays (constant arrays in C)Ayke van Laethem
2019-04-17cgo: implement struct typesAyke van Laethem
2019-02-18cgo: implement bool/float/complex typesAyke van Laethem
2019-02-08loader/cgo: add support for function pointersAyke van Laethem
2019-02-08loader/cgo: add support for pointer typesAyke van Laethem
2019-02-08loader: support global variables in CGo (#173)Ayke
2018-12-10cgo: add package directory to header include pathsAyke van Laethem