summaryrefslogtreecommitdiff
path: root/src/cmd/cgo
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: silence two gcc warnings for *.cgo2.cShenghou Ma2013-07-121-3/+2
* cmd/cgo: clarify the underscore prefix rule and C union representation in Go.Shenghou Ma2013-07-121-1/+4
* cmd/cgo: avoid leaking fdsDave Cheney2013-06-181-0/+3
* cmd/cgo: makes clang happy by not using __gcc_struct__ attribute.Shenghou Ma2013-06-111-1/+1
* cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.Shenghou Ma2013-06-092-2/+8
* cmd/cgo, cmd/go, go/build: sort flag listsRuss Cox2013-06-051-2/+2
* cmd/cgo: using __typeof__(a->r) instead of putting invalid TYPE in "a->r = (c...Shenghou Ma2013-06-021-1/+1
* cmd/go: Add support for including C++ files in packagesAlberto Garc?a Hierro2013-05-311-3/+3
* cmd/cgo: do not output empty struct for -cdefsAlex Brainman2013-05-251-0/+5
* cmd/cgo: change GoStringN and GoBytes from intgo to int32Ian Lance Taylor2013-05-231-6/+6
* cmd/cgo: use intgo, not int, for string and slice structuresIan Lance Taylor2013-05-231-11/+20
* cmd/cgo: pass -Wsystem-headers when looking for errorsIan Lance Taylor2013-05-081-0/+9
* cmd/cgo: correct pragma name in commentIan Lance Taylor2013-05-011-3/+3
* cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins2013-04-102-101/+10
* cmd/cgo: record CGO_LDFLAGS env var in _cgo_flagsAndrew Wilkins2013-04-091-0/+9
* 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-064-12/+23
* cmd/cgo: use explicit flag to emit dynamic linker pathRuss Cox2013-03-042-2/+3
* cmd/cgo: don't reimplement os/exec in util.go.R?my Oudompheng2013-03-011-43/+10
* cmd/cgo, cmd/ld: new cgo object file sectionRuss Cox2013-03-012-28/+31
* 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/cgo, cmd/dist, cmd/go: cgo with clang fixesShenghou Ma2013-02-231-0/+12
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* build: clang supportRuss Cox2013-02-151-9/+25
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-012-3/+3
* cmd/cgo: fix line number annotations in generated C codeRuss Cox2013-02-011-1/+25
* cmd/cgo: document //export preamble restrictionRuss Cox2013-02-011-0/+5
* cmd/cgo: allow for stdcall decorated dynimport namesJames Gray2013-01-301-2/+3
* cmd/cgo: doc updatesShenghou Ma2013-01-221-4/+7
* cmd/cgo: for gccgo: use intgo, don't use slice as void return typeIan Lance Taylor2013-01-091-8/+13
* cmd/cgo: access errno from void C functionShenghou Ma2012-12-181-5/+7
* cmd/cgo: fix alignment of bool.Vladimir Nikishenko2012-11-211-1/+1
* cmd/cgo: improve gccgo supportIan Lance Taylor2012-11-012-67/+197
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-2/+2
* gofmt: apply gofmt -w -s src miscRobert Griesemer2012-10-091-2/+2
* build: make int 64 bits on amd64Russ Cox2012-09-241-1/+1
* cmd/cgo: prepare for 64-bit intsRuss Cox2012-09-243-11/+38
* cmd/cgo: use debug data for enums on windowsJoel Sing2012-09-221-4/+14
* cgo: set alignment to 1 for unions and classes; avoids crash from divide-by-zeroRob Pike2012-09-221-1/+2
* cgo: process DWARF info even when debug data is used for valueJoel Sing2012-09-201-4/+5
* race: cmd/cgo changesDmitriy Vyukov2012-09-182-2/+7
* cgo: use debug data section for ELFJoel Sing2012-09-071-7/+26
* cmd/cgo: use 1 as last entry for __cgodebug_dataShenghou Ma2012-07-301-1/+6
* cgo: fix declarations in _cgo_export.cIan Lance Taylor2012-07-251-1/+3
* cgo: add -gccgopkgpath option to match gccgo -fgo-pkgpathIan Lance Taylor2012-07-202-3/+18
* cmd/cgo: make typedef map traversal order consistentShenghou Ma2012-07-051-1/+8
* cmd/cgo: generate definitions for GoSliceShenghou Ma2012-06-301-0/+1
* cmd/cgo: make Go code order deterministicRuss Cox2012-06-072-8/+20