aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)Author
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-10-08cmd/cgo: use "!compiler_bootstrap" tag instead of "go1.18"Matthew Dempsky
2021-10-07cmd/cgo: update to handle ast.IndexListExprMatthew Dempsky
2021-09-22cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur
2021-09-16cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor
2021-09-16cmd/cgo: add missing tab in exports for a result of voidLeonard Wang
2021-09-09cmd/cgo, runtime/cgo: avoid GCC/clang conversion warningsIan Lance Taylor
2021-08-16cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-06-28cmd/cgo: fix 'see gmp.go' to 'see doc.go'Koichi Shiraishi
2021-06-01cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-13cmd/cgo: document generated cgo directivesAustin Clements
2021-04-12cmd/cgo: throw if C.malloc returns NULL in C.CString or C.CBytesTobias Klauser
2021-04-12cmd/cgo: use tabs to indent _cgoPREFIX_Cfunc__CMalloc function bodyTobias Klauser
2021-04-06runtime/cgo: add Handle for managing (c)go pointersChangkun Ou
2021-04-05cmd/cgo: pass end position info for C function arguments.wolf1996
2021-03-17cmd/cgo: check whether C compiler existsAndrey Bokhanko
2021-02-24cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float to MIPS GCCYunQiang Su
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-21cmd/cgo: report exec errors a bit more clearlyRuss Cox
2021-01-14cmd/dist, cmd/go: pass -arch for C compilation on DarwinCherry Zhang
2021-01-14cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal
2020-11-20cmd/cgo, cmd/internal/pkgpath: support gofrontend mangler v3Ian Lance Taylor
2020-11-13cmd/cgo: fix initialization of empty argument typesAustin Clements
2020-11-12cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflagIan Lance Taylor
2020-10-31cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputsMichael Matloob
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-22cmd/cgo: avoid exporting all symbols on windows buildmode=c-sharedQuim Muntal
2020-10-08cmd/cgo: add more architectures to size mapsIan Lance Taylor
2020-10-05cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpathIan Lance Taylor
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-16cmd/cgo: use go:notinheap for anonymous structsKeith Randall
2020-09-16cmd/cgo: don't translate bitfields into Go fieldsIan Lance Taylor
2020-09-01cmd/cgo: document #include <> search path behaviourKJ Tsanaktsidis
2020-08-27cmd/cgo: ensure GCC does not use ANSI escape sequences in errorsBenjamin Barenblat
2020-08-18cmd/cgo: close filealex-semenyuk
2020-07-31cmd/cgo: fix mangling of enum and union typesMatthew Dempsky
2020-06-26cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky
2020-06-11cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-05-31cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur
2020-05-01cmd/cgo: "not-type" means "is not a type", not "is a type"Matthew Dempsky
2020-05-01cmd/cgo: use type aliases for #define type macrosMatthew Dempsky
2020-04-14cmd/cgo: use consistent tag for a particular structIan Lance Taylor
2020-04-13cmd/cgo: fix parameter name in godoc comment for badPointerTypedefTobias Klauser
2020-03-30cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent nameTobias Klauser
2020-03-10cmd/cgo: always produce a parameter name for C codeIan Lance Taylor
2020-03-10cmd/cgo: updated exported function parameter namesNathan Fiscaletti
2020-03-07cmd/cgo: avoid extra newline in doc comment of exported functionNathan Fiscaletti