summaryrefslogtreecommitdiff
path: root/src/cmd/cgo/doc.go
Commit message (Expand)AuthorAgeFilesLines
* runtime/cgo: add Handle for managing (c)go pointersChangkun Ou2021-04-061-0/+3
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-261-1/+1
* cmd/cgo: document #include <> search path behaviourKJ Tsanaktsidis2020-09-011-0/+7
* 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-311-2/+7
* 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: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor2019-06-051-3/+1
* cmd/cgo: use C exact-width integer types to represent Go typesPhilipp Stephani2019-03-181-1/+3
* cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani2019-03-081-1/+1
* cmd/cgo,doc/go1.12.html: document breaking EGLDisplay changeElias Naur2018-12-191-0/+7
* cmd/compile/internal/gc: update cgo_import_dynamic for AIXClément Chigot2018-11-061-0/+4
* cmd/cgo: document that #including source files in subdirectories is a bad ideaRuss Cox2018-07-281-4/+7
* cmd/cgo: add note about bug writing C pointers to uninitialized C memoryIan Lance Taylor2018-07-161-0/+8
* cmd/cgo: mention character restrictions on #cgo linesIan Lance Taylor2018-06-261-0/+5
* cgo: update documentation on calling C variadic functionsSabin Mihai Rapan2018-06-131-0/+20
* cmd/cgo: clarify implicit "cgo" build constraintRens Rikkerink2018-02-261-1/+5
* cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox2018-02-071-3/+13
* cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptrKeith Randall2018-01-171-63/+5
* doc: add doc about C types that we map to uintptr instead of ptrKeith Randall2017-12-081-2/+21
* cmd/cgo: special case C ptr types to use uintptrKeith Randall2017-11-171-0/+82
* cmd/cgo: permit passing string values directly between Go and CIan Lance Taylor2017-11-151-8/+38
* cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CCRuss Cox2017-11-061-5/+7
* cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V outputRuss Cox2017-10-061-24/+24
* cmd/cgo: support large unsigned macro againHiroshi Ioka2017-09-011-5/+0
* cmd/cgo: update documentation on implementation detailsHiroshi Ioka2017-08-291-33/+66
* cmd/cgo: document that structs and arrays don't work with //exportIan Lance Taylor2017-08-081-0/+3
* all: single space after periodBrad Fitzpatrick2017-06-091-40/+40
* cmd/cgo: add -srcdir optionIan Lance Taylor2016-10-301-0/+3
* cmd/cgo: document C.malloc behaviorRuss Cox2016-10-241-0/+7
* cmd/dist, cmd/go: add environment variable override for pkg-configBoris Nagaev2016-10-031-0/+2
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-291-5/+3
* cmd/cgo: add C.CBytesJames Bardin2016-03-161-0/+7
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/go, go/build: add support for Fortrankortschak2016-02-241-9/+11
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-1/+1
* cmd/cgo: support multiple-value special form in VarDeclMatthew Dempsky2016-02-181-1/+2
* cmd/cgo: document C.sizeof_T and zero-sized field restrictionIan Lance Taylor2016-01-121-0/+8
* cmd/cgo: fix C.complexfloat and C.complexdoubleMatthew Dempsky2015-11-251-1/+2
* cmd/cgo: final docs for pointer passingIan Lance Taylor2015-11-201-13/+17
* cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor2015-11-101-0/+45
* cmd/cgo: clarify C.GoStringN and C.GoBytes docsShenghou Ma2015-10-231-2/+2
* cmd/cgo: give __uint128_t type [16]uint8David Crawshaw2015-10-191-0/+1
* cmd/cgo: update docs refering to 6g and 6lShenghou Ma2015-10-061-44/+40
* cmd/cgo: document how CGO_ENABLED works todayIan Lance Taylor2015-07-261-11/+13
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-2/+2
* runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman2015-06-191-2/+2
* cmd/cgo: static variables in the preamble may not be referencedIan Lance Taylor2015-06-191-0/+7
* doc: clarify duplicate symbol condition in cgoAndrey Petrov2015-06-191-2/+4
* cmd/cgo: add -exportheader optionIan Lance Taylor2015-05-071-0/+4