aboutsummaryrefslogtreecommitdiffhomepage
path: root/cgo/cgo.go
AgeCommit message (Expand)Author
2021-09-27all: fix staticcheck warningsAyke 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-02-11cgo: add support for variadic functionsAyke van Laethem
2020-05-21cgo: Add LDFlags supportLucas Teske
2020-03-22all: include picolibc for bare metal targetsAyke van Laethem
2020-03-17cgo: make -I and -L paths absoluteAyke van Laethem
2019-11-25cgo: implement #cgo CFLAGSAyke van Laethem
2019-11-07cgo: refactor union supportAyke 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-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: 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