aboutsummaryrefslogtreecommitdiffhomepage
path: root/cgo
AgeCommit message (Expand)Author
2021-02-19Add support for Go 1.16.Elliott Sales de Andrade
2021-02-11cgo: add support for variadic functionsAyke van Laethem
2021-01-19main: use LLVM 11 by default when linking LLVM dynamicallyAyke van Laethem
2020-10-13main: add initial support for (in-development) LLVM 11Ayke van Laethem
2020-06-08cgo: use scanner.Error in libclangAyke van Laethem
2020-05-21cgo: Add LDFlags supportLucas Teske
2020-04-12cgo: normalize test resultsElliott Sales de Andrade
2020-04-09main: switch to LLVM 10Ayke van Laethem
2020-03-22all: include picolibc for bare metal targetsAyke van Laethem
2020-03-17cgo: make -I and -L paths absoluteAyke van Laethem
2020-01-03cgo: fix a bug in number tokenizationAyke van Laethem
2020-01-03cgo: add support for symbolsAyke van Laethem
2019-12-29Add initial FreeBSD supportDmitri Goutnik
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-16all: switch to LLVM 9Ayke van Laethem
2019-11-08cgo: add -update flag to testsAyke 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-05cgo: implement the constant parser as a real parserAyke van Laethem
2019-11-05cgo: refactor constant expressionsAyke van Laethem
2019-11-03macos: use llvm@8 instead of just llvm in pathsAyke van Laethem
2019-11-03cgo: add tests for most C typesAyke van Laethem
2019-11-03cgo: add bare-bones testAyke van Laethem
2019-11-03cgo: create new GenDecl for every symbolAyke van Laethem
2019-11-03cgo: improve diagnosticsAyke 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: print better error messages for unknown typesAyke van Laethem
2019-05-17cgo: add support for enum typesAyke van Laethem
2019-05-13Trivial typo fixesJustin Clift
2019-05-12cgo: refactor; support multiple cgo files in a single packageAyke van Laethem