summaryrefslogtreecommitdiff
path: root/src/cmd/cgo/doc.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* cmd/cgo: document //export preamble restrictionRuss Cox2013-02-011-0/+5
* cmd/cgo: doc updatesShenghou Ma2013-01-221-4/+7
* doc: add C? Go? Cgo! articleFrancisco Souza2012-03-131-1/+1
* cmd/cgo: document CGO_LDFLAGS and CGO_CFLAGSRuss Cox2012-03-071-0/+5
* all: remove some references to Make.inc etc.Rob Pike2012-03-071-3/+3
* cmd: update formatting of usage messagesAndrew Gerrand2012-03-051-1/+2
* cmd/cgo: bug fixesRuss Cox2012-02-191-3/+6
* tools: update references to "x" to be "go tool x"Rob Pike2012-02-041-1/+1
* cgo: fix typo in the documentationMaxim Pimenov2011-12-061-1/+1
* cgo: document export of Go functions to C.R?my Oudompheng2011-11-181-0/+17
* cgo, gotest: use error instead of os.Error in generated codeRuss Cox2011-11-011-1/+1
* doc: link to notable blog postsAndrew Gerrand2011-09-101-0/+3
* cgo: explain how to free somethingRuss Cox2011-08-311-1/+4
* cgo: note that CString result must be freedGustavo Niemeyer2011-08-311-1/+1
* cgo: add GoBytes, fix gmp exampleRuss Cox2011-07-281-0/+16
* cgo: support pkg-config for flags and libsGustavo Niemeyer2011-05-261-3/+11
* cgo: os/arch dependent #cgo directivesGustavo Niemeyer2011-02-031-1/+4
* cgo: define CGO_CFLAGS and CGO_LDFLAGS in Go filesGustavo Niemeyer2011-02-011-0/+9
* cgo: bug fixesRuss Cox2010-09-211-0/+12
* cgo: various bug fixesRuss Cox2010-07-141-0/+13
* doc doc docRuss Cox2009-11-041-0/+35