aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/doc.go
AgeCommit message (Expand)Author
2021-04-06runtime/cgo: add Handle for managing (c)go pointersChangkun Ou
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-09-01cmd/cgo: document #include <> search path behaviourKJ Tsanaktsidis
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
2019-10-20go/build: recognize '.sx' as equivalent of '.S'Umang Parmar
2019-10-20cmd/go: allow passing -U flag in cgo CFLAGSUmang Parmar
2019-06-05cmd/cgo: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor
2019-03-18cmd/cgo: use C exact-width integer types to represent Go typesPhilipp Stephani
2019-03-08cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani
2018-12-19cmd/cgo,doc/go1.12.html: document breaking EGLDisplay changeElias Naur
2018-11-06cmd/compile/internal/gc: update cgo_import_dynamic for AIXClément Chigot
2018-07-28cmd/cgo: document that #including source files in subdirectories is a bad ideaRuss Cox
2018-07-16cmd/cgo: add note about bug writing C pointers to uninitialized C memoryIan Lance Taylor
2018-06-26cmd/cgo: mention character restrictions on #cgo linesIan Lance Taylor
2018-06-13cgo: update documentation on calling C variadic functionsSabin Mihai Rapan
2018-02-26cmd/cgo: clarify implicit "cgo" build constraintRens Rikkerink
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox
2018-01-17cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptrKeith Randall
2017-12-08doc: add doc about C types that we map to uintptr instead of ptrKeith Randall
2017-11-17cmd/cgo: special case C ptr types to use uintptrKeith Randall
2017-11-15cmd/cgo: permit passing string values directly between Go and CIan Lance Taylor
2017-11-06cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CCRuss Cox
2017-10-06cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V outputRuss Cox
2017-09-01cmd/cgo: support large unsigned macro againHiroshi Ioka
2017-08-29cmd/cgo: update documentation on implementation detailsHiroshi Ioka
2017-08-08cmd/cgo: document that structs and arrays don't work with //exportIan Lance Taylor
2017-06-09all: single space after periodBrad Fitzpatrick
2016-10-30cmd/cgo: add -srcdir optionIan Lance Taylor
2016-10-24cmd/cgo: document C.malloc behaviorRuss Cox
2016-10-03cmd/dist, cmd/go: add environment variable override for pkg-configBoris Nagaev
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-03-16cmd/cgo: add C.CBytesJames Bardin
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24cmd/go, go/build: add support for Fortrankortschak
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-02-18cmd/cgo: support multiple-value special form in VarDeclMatthew Dempsky
2016-01-12cmd/cgo: document C.sizeof_T and zero-sized field restrictionIan Lance Taylor
2015-11-25cmd/cgo: fix C.complexfloat and C.complexdoubleMatthew Dempsky
2015-11-20cmd/cgo: final docs for pointer passingIan Lance Taylor
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-10-23cmd/cgo: clarify C.GoStringN and C.GoBytes docsShenghou Ma
2015-10-19cmd/cgo: give __uint128_t type [16]uint8David Crawshaw
2015-10-06cmd/cgo: update docs refering to 6g and 6lShenghou Ma
2015-07-26cmd/cgo: document how CGO_ENABLED works todayIan Lance Taylor
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-19cmd/cgo: static variables in the preamble may not be referencedIan Lance Taylor
2015-06-19doc: clarify duplicate symbol condition in cgoAndrey Petrov
2015-05-07cmd/cgo: add -exportheader optionIan Lance Taylor