summaryrefslogtreecommitdiff
path: root/src/cmd/cgo
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans2021-08-161-4/+4
* cmd: support space and quotes in CC and CXXJay Conrod2021-08-162-17/+37
* cmd/cgo: fix 'see gmp.go' to 'see doc.go'Koichi Shiraishi2021-06-281-1/+1
* cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor2021-06-012-3/+15
* internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox2021-04-161-2/+4
* cmd/cgo: document generated cgo directivesAustin Clements2021-04-131-2/+16
* cmd/cgo: throw if C.malloc returns NULL in C.CString or C.CBytesTobias Klauser2021-04-121-1/+6
* cmd/cgo: use tabs to indent _cgoPREFIX_Cfunc__CMalloc function bodyTobias Klauser2021-04-121-6/+6
* runtime/cgo: add Handle for managing (c)go pointersChangkun Ou2021-04-061-0/+3
* cmd/cgo: pass end position info for C function arguments.wolf19962021-04-051-9/+25
* cmd/cgo: check whether C compiler existsAndrey Bokhanko2021-03-171-0/+9
* cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float to MIPS GCCYunQiang Su2021-02-242-3/+13
* all: introduce and use internal/execabsRoland Shoemaker2021-01-212-2/+2
* cmd/cgo: report exec errors a bit more clearlyRuss Cox2021-01-211-2/+2
* cmd/dist, cmd/go: pass -arch for C compilation on DarwinCherry Zhang2021-01-141-0/+7
* cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal2021-01-141-2/+2
* cmd/cgo, cmd/internal/pkgpath: support gofrontend mangler v3Ian Lance Taylor2020-11-201-10/+13
* cmd/cgo: fix initialization of empty argument typesAustin Clements2020-11-131-1/+9
* cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflagIan Lance Taylor2020-11-121-0/+23
* cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputsMichael Matloob2020-10-313-14/+19
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-262-109/+55
* cmd/cgo: avoid exporting all symbols on windows buildmode=c-sharedQuim Muntal2020-10-221-1/+5
* cmd/cgo: add more architectures to size mapsIan Lance Taylor2020-10-081-0/+16
* cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpathIan Lance Taylor2020-10-052-105/+16
* all: add GOOS=iosCherry Zhang2020-09-231-2/+2
* cmd/cgo: use go:notinheap for anonymous structsKeith Randall2020-09-163-1/+20
* cmd/cgo: don't translate bitfields into Go fieldsIan Lance Taylor2020-09-161-15/+5
* cmd/cgo: document #include <> search path behaviourKJ Tsanaktsidis2020-09-011-0/+7
* cmd/cgo: ensure GCC does not use ANSI escape sequences in errorsBenjamin Barenblat2020-08-271-7/+21
* cmd/cgo: close filealex-semenyuk2020-08-181-0/+1
* cmd/cgo: fix mangling of enum and union typesMatthew Dempsky2020-07-311-1/+3
* cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky2020-06-261-0/+5
* cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor2020-06-111-1/+1
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-081-1/+1
* cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur2020-05-312-6/+11
* cmd/cgo: "not-type" means "is not a type", not "is a type"Matthew Dempsky2020-05-011-1/+1
* cmd/cgo: use type aliases for #define type macrosMatthew Dempsky2020-05-011-6/+9
* cmd/cgo: use consistent tag for a particular structIan Lance Taylor2020-04-141-2/+10
* cmd/cgo: fix parameter name in godoc comment for badPointerTypedefTobias Klauser2020-04-131-2/+3
* cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent nameTobias Klauser2020-03-301-3/+16
* cmd/cgo: always produce a parameter name for C codeIan Lance Taylor2020-03-101-0/+4
* cmd/cgo: updated exported function parameter namesNathan Fiscaletti2020-03-101-7/+26
* cmd/cgo: avoid extra newline in doc comment of exported functionNathan Fiscaletti2020-03-071-1/+4
* cmd/cgo: better handling for '.' in pkgpath for gccgoThan McIntosh2019-11-191-1/+3
* go/build: recognize '.sx' as equivalent of '.S'Umang Parmar2019-10-201-1/+1
* cmd/go: allow passing -U flag in cgo CFLAGSUmang Parmar2019-10-201-1/+1
* cmd/cgo: build unique C type cache keys from parent namesTai2019-10-051-4/+11
* cmd/cgo: optimize cgoCheckPointer callEgon Elbre2019-10-022-9/+9
* cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor2019-07-121-3/+3
* cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr2019-07-091-0/+2