| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime/cgo: add Handle for managing (c)go pointers | Changkun Ou | 2021-04-06 | 1 | -0/+3 |
* | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements | 2020-10-26 | 1 | -1/+1 |
* | cmd/cgo: document #include <> search path behaviour | KJ Tsanaktsidis | 2020-09-01 | 1 | -0/+7 |
* | all: replace usages of whitelist/blacklist and master/slave | Filippo Valsorda | 2020-06-08 | 1 | -1/+1 |
* | cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go | Elias Naur | 2020-05-31 | 1 | -2/+7 |
* | go/build: recognize '.sx' as equivalent of '.S' | Umang Parmar | 2019-10-20 | 1 | -1/+1 |
* | cmd/go: allow passing -U flag in cgo CFLAGS | Umang Parmar | 2019-10-20 | 1 | -1/+1 |
* | cmd/cgo: roll back "use C exact-width integer types to represent Go types" | Ian Lance Taylor | 2019-06-05 | 1 | -3/+1 |
* | cmd/cgo: use C exact-width integer types to represent Go types | Philipp Stephani | 2019-03-18 | 1 | -1/+3 |
* | cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done | Philipp Stephani | 2019-03-08 | 1 | -1/+1 |
* | cmd/cgo,doc/go1.12.html: document breaking EGLDisplay change | Elias Naur | 2018-12-19 | 1 | -0/+7 |
* | cmd/compile/internal/gc: update cgo_import_dynamic for AIX | Clément Chigot | 2018-11-06 | 1 | -0/+4 |
* | cmd/cgo: document that #including source files in subdirectories is a bad idea | Russ Cox | 2018-07-28 | 1 | -4/+7 |
* | cmd/cgo: add note about bug writing C pointers to uninitialized C memory | Ian Lance Taylor | 2018-07-16 | 1 | -0/+8 |
* | cmd/cgo: mention character restrictions on #cgo lines | Ian Lance Taylor | 2018-06-26 | 1 | -0/+5 |
* | cgo: update documentation on calling C variadic functions | Sabin Mihai Rapan | 2018-06-13 | 1 | -0/+20 |
* | cmd/cgo: clarify implicit "cgo" build constraint | Rens Rikkerink | 2018-02-26 | 1 | -1/+5 |
* | cmd/go: accept only limited compiler and linker flags in #cgo directives | Russ Cox | 2018-02-07 | 1 | -3/+13 |
* | cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptr | Keith Randall | 2018-01-17 | 1 | -63/+5 |
* | doc: add doc about C types that we map to uintptr instead of ptr | Keith Randall | 2017-12-08 | 1 | -2/+21 |
* | cmd/cgo: special case C ptr types to use uintptr | Keith Randall | 2017-11-17 | 1 | -0/+82 |
* | cmd/cgo: permit passing string values directly between Go and C | Ian Lance Taylor | 2017-11-15 | 1 | -8/+38 |
* | cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CC | Russ Cox | 2017-11-06 | 1 | -5/+7 |
* | cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V output | Russ Cox | 2017-10-06 | 1 | -24/+24 |
* | cmd/cgo: support large unsigned macro again | Hiroshi Ioka | 2017-09-01 | 1 | -5/+0 |
* | cmd/cgo: update documentation on implementation details | Hiroshi Ioka | 2017-08-29 | 1 | -33/+66 |
* | cmd/cgo: document that structs and arrays don't work with //export | Ian Lance Taylor | 2017-08-08 | 1 | -0/+3 |
* | all: single space after period | Brad Fitzpatrick | 2017-06-09 | 1 | -40/+40 |
* | cmd/cgo: add -srcdir option | Ian Lance Taylor | 2016-10-30 | 1 | -0/+3 |
* | cmd/cgo: document C.malloc behavior | Russ Cox | 2016-10-24 | 1 | -0/+7 |
* | cmd/dist, cmd/go: add environment variable override for pkg-config | Boris Nagaev | 2016-10-03 | 1 | -0/+2 |
* | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor | 2016-04-29 | 1 | -5/+3 |
* | cmd/cgo: add C.CBytes | James Bardin | 2016-03-16 | 1 | -0/+7 |
* | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
* | cmd/go, go/build: add support for Fortran | kortschak | 2016-02-24 | 1 | -9/+11 |
* | all: use cannot instead of can not | Josh Bleecher Snyder | 2016-02-21 | 1 | -1/+1 |
* | cmd/cgo: support multiple-value special form in VarDecl | Matthew Dempsky | 2016-02-18 | 1 | -1/+2 |
* | cmd/cgo: document C.sizeof_T and zero-sized field restriction | Ian Lance Taylor | 2016-01-12 | 1 | -0/+8 |
* | cmd/cgo: fix C.complexfloat and C.complexdouble | Matthew Dempsky | 2015-11-25 | 1 | -1/+2 |
* | cmd/cgo: final docs for pointer passing | Ian Lance Taylor | 2015-11-20 | 1 | -13/+17 |
* | cmd/cgo, runtime: add checks for passing pointers from Go to C | Ian Lance Taylor | 2015-11-10 | 1 | -0/+45 |
* | cmd/cgo: clarify C.GoStringN and C.GoBytes docs | Shenghou Ma | 2015-10-23 | 1 | -2/+2 |
* | cmd/cgo: give __uint128_t type [16]uint8 | David Crawshaw | 2015-10-19 | 1 | -0/+1 |
* | cmd/cgo: update docs refering to 6g and 6l | Shenghou Ma | 2015-10-06 | 1 | -44/+40 |
* | cmd/cgo: document how CGO_ENABLED works today | Ian Lance Taylor | 2015-07-26 | 1 | -11/+13 |
* | all: link to https instead of http | Brad Fitzpatrick | 2015-07-11 | 1 | -2/+2 |
* | runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall | Alex Brainman | 2015-06-19 | 1 | -2/+2 |
* | cmd/cgo: static variables in the preamble may not be referenced | Ian Lance Taylor | 2015-06-19 | 1 | -0/+7 |
* | doc: clarify duplicate symbol condition in cgo | Andrey Petrov | 2015-06-19 | 1 | -2/+4 |
* | cmd/cgo: add -exportheader option | Ian Lance Taylor | 2015-05-07 | 1 | -0/+4 |