summaryrefslogtreecommitdiff
path: root/src/cmd/cgo/doc.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/cgo: readability improvements to generated _cgo_export.hIan Lance Taylor2015-05-061-0/+3
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-1/+4
* cmd/cgo: remove obsolete -cdefs flagMatthew Dempsky2015-01-071-4/+0
* cmd/cgo: update code and docs to reflect post-6c worldMatthew Dempsky2015-01-071-90/+84
* go/build: add variable expansion to cgo linesCarlos Castillo2014-12-231-0/+12
* cmd/cgo: tweak doc to not show example of passing Go pointerIan Lance Taylor2014-11-101-1/+1
* cmd/cgo: document the cgo types also follow Go name space rules.Shenghou Ma2014-05-311-0/+5
* cmd/cgo: explicitly state that #cgo directives across multiple files are conc...Pietro Gagliardi2014-05-211-0/+8
* cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGETElias Naur2014-05-201-0/+12
* cmd/cgo: omit misaligned struct fields, like we omit bitfieldsRuss Cox2014-05-121-0/+3
* cmd/cgo: use __typeof__, -w instead of typeof, -Wno-allRuss Cox2013-10-221-8/+8
* cmd/cgo: stop using compiler error message text to analyze C namesRuss Cox2013-10-181-23/+24
* cmd/cgo: update #cgo docs to reflect realityRuss Cox2013-09-231-3/+5
* cmd/cgo: rearrange and update documentationIan Lance Taylor2013-09-171-29/+49
* cmd/cgo: remove inaccurate commentIan Lance Taylor2013-09-161-2/+0
* cmd/cgo: document command line optionsIan Lance Taylor2013-09-031-2/+39
* cmd/cgo: Add support for C function pointersAlberto García Hierro2013-08-131-0/+27
* cmd/cgo: clarify the underscore prefix rule and C union representation in Go.Shenghou Ma2013-07-121-1/+4
* cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.Shenghou Ma2013-06-091-1/+1
* cmd/cgo, cmd/go, go/build: sort flag listsRuss Cox2013-06-051-2/+2
* cmd/go: Add support for including C++ files in packagesAlberto García Hierro2013-05-311-3/+3
* cmd/cgo: correct pragma name in commentIan Lance Taylor2013-05-011-3/+3
* cmd/cgo: fix the cgo example on multiple assignment context.Miki Tebeka2013-03-211-1/+1
* cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamicRuss Cox2013-03-061-3/+11
* cmd/cgo, cmd/ld: new cgo object file sectionRuss Cox2013-03-011-18/+17
* cgo: fix reference to puts in implementation comment.Robin Eklind2013-02-281-1/+1
* cmd/cgo: extend implementation commentRuss Cox2013-02-281-0/+226
* cmd/cgo: add implementation commentRuss Cox2013-02-271-0/+263