aboutsummaryrefslogtreecommitdiffhomepage
path: root/cgo/testdata
AgeCommit message (Expand)Author
2024-11-20cgo: add support for `#cgo noescape` linesAyke van Laethem
2024-11-20cgo: support errno value as second return parameterAyke van Laethem
2024-11-18cgo: support function-like macrosAyke van Laethem
2024-11-18cgo: define idents referenced only from macrosAyke van Laethem
2024-09-17Cgo add cbytes implementation (rebased version of #3318) (#4470)leongross
2024-07-13cgo: support preprocessor macros passed on the command lineAyke van Laethem
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-01-17builder: add support for Go 1.20Ayke van Laethem
2022-10-13cgo: add support for C.float and C.doubleAyke van Laethem
2022-09-16cgo: implement support for static functionsAyke van Laethem
2022-05-06cgo: refactorAyke van Laethem
2021-11-24cgo: add support for C.CString and related functionsAyke van Laethem
2021-11-24cgo: add //go: pragmas to generated functions and globalsAyke van Laethem
2021-11-04cgo: run CGo parser for all CGo fragments in a fileAyke van Laethem
2021-09-28cgo: fix line/column reporting in syntax error messagesAyke van Laethem
2021-09-09cgo: don't normalize CGo tests anymoreAyke van Laethem
2021-05-21cgo: parse binary operatorsAyke van Laethem
2021-02-19Add support for Go 1.16.Elliott Sales de Andrade
2021-02-11cgo: add support for variadic functionsAyke van Laethem
2020-05-21cgo: Add LDFlags supportLucas Teske
2020-04-12cgo: normalize test resultsElliott Sales de Andrade
2020-03-17cgo: make -I and -L paths absoluteAyke van Laethem
2020-01-03cgo: add support for symbolsAyke van Laethem
2019-11-25cgo: implement #cgo CFLAGSAyke van Laethem
2019-11-25cgo: add tests for errorsAyke van Laethem
2019-11-08cgo: add support for nested structs and unionsAyke van Laethem
2019-11-07cgo: refactor union supportAyke van Laethem
2019-11-06cgo: include all enums in the CGo Go ASTAyke van Laethem
2019-11-06cgo: do type checking in CGo testingAyke van Laethem
2019-11-06cgo: avoid '"unsafe" imported but not used' errorAyke van Laethem
2019-11-06cgo: rename reserved field names like `type`Ayke van Laethem
2019-11-03cgo: add tests for most C typesAyke van Laethem
2019-11-03cgo: add bare-bones testAyke van Laethem