aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/doc.go
AgeCommit message (Expand)Author
2025-12-08cmd/cgo: use doc link for cgo.HandleAriel Otilibili
2025-11-03all: remove extra space in the commentscuishuang
2024-12-11cmd/cgo: use full prototype for main in C codeIan Lance Taylor
2024-10-01cmd/cgo: add srcdir & trimpath docs, sort optionsIan Lance Taylor
2024-10-01cmd/cgo: document errno value semanticsBrian Palmer
2024-08-16cmd/cgo: enable #cgo noescape/nocallbackdoujiang24
2024-08-12cmd/cgo: clarify that strings and slices may contain C pointersIan Lance Taylor
2024-07-31cmd/cgo: document workaround for C struct_stat functionIan Lance Taylor
2024-05-13cmd/cgo, cmd/go: add cgo -ldflags option, use it in cmd/goIan Lance Taylor
2024-03-31cmd/cgo: update outdated docs about cgocheck2Kévin Dunglas
2023-11-02cmd/cgo: disable #cgo noescape/nocallback until Go 1.23Russ Cox
2023-08-30cmd/cgo: only write _cgo_flags for gccgoIan Lance Taylor
2023-08-25cmd/cgo: add #cgo noescape/nocallback annotationsdoujiang24
2023-05-30cmd/cgo: rewrite pointer passing rules in terms of pinningMichael Anthony Knyszek
2023-05-12misc/cgo: move easy tests to cmd/cgo/internalAustin Clements
2022-11-16cmd/go: automatically disable cgo on systems with no C compilerRuss Cox
2022-10-29cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.IncompleteIan Lance Taylor
2022-09-20cmd/cgo: mention //go:build line in godocTobias Klauser
2022-06-22cmd/go, cmd/link: support failure to create _cgo_import.goIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
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