aboutsummaryrefslogtreecommitdiffhomepage
path: root/cgo/cgo_test.go
AgeCommit message (Expand)Author
2024-01-18cgo: add file AST for fake C file locationsAyke van Laethem
2023-10-14builder: refactor clang include headersAyke van Laethem
2023-01-17builder: add support for Go 1.20Ayke van Laethem
2022-09-26cgo: fixes panic when FuncType.Results is nil (#3136)Crypt Keeper
2022-09-16cgo: implement support for static functionsAyke van Laethem
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-07all: update _test.go files for ioutil changesDamian Gryski
2022-02-12loader: only add Clang header path for CGoAyke van Laethem
2021-11-24cgo: add //go: pragmas to generated functions and globalsAyke van Laethem
2021-09-28builder, cgo: support function definitions in CGo headersAyke van Laethem
2021-09-28build: normalize target triples to match ClangAyke van Laethem
2021-09-27all: fix staticcheck warningsAyke van Laethem
2021-09-09cgo: don't normalize CGo tests anymoreAyke van Laethem
2021-04-06cgo: add support for CFLAGS in .c filesAyke van Laethem
2021-03-21builder, compiler: compile and cache packages in parallelAyke van Laethem
2021-03-09all: replace strings.Replace with strings.ReplaceAllAyke van Laethem
2021-02-19Add support for Go 1.16.Elliott Sales de Andrade
2020-05-21cgo: Add LDFlags supportLucas Teske
2020-04-12cgo: normalize test resultsElliott Sales de Andrade
2020-01-03cgo: add support for symbolsAyke van Laethem
2019-12-08cgo: don't run tests in parallelAyke van Laethem
2019-11-25cgo: implement #cgo CFLAGSAyke van Laethem
2019-11-25cgo: add tests for errorsAyke van Laethem
2019-11-08cgo: add -update flag to testsAyke van Laethem
2019-11-06cgo: do type checking in CGo testingAyke van Laethem
2019-11-03cgo: add tests for most C typesAyke van Laethem
2019-11-03cgo: add bare-bones testAyke van Laethem