summaryrefslogtreecommitdiff
path: root/src/cmd/cgo/main.go
Commit message (Expand)AuthorAgeFilesLines
* cgo: define CGO_CFLAGS and CGO_LDFLAGS in Go filesGustavo Niemeyer2011-02-011-4/+17
* cgo: improve error reporting slightly.Roger Peppe2011-01-311-1/+2
* cgo: windows/386 portWei Guangjing2011-01-201-0/+8
* misc/cgo/life: fix, add to buildRuss Cox2010-12-171-12/+0
* cgo: do not reset tag generator between filesRuss Cox2010-12-131-0/+3
* cgo: avoid self-interference of global namesRuss Cox2010-12-101-0/+20
* cgo: new cgoRuss Cox2010-12-081-15/+26
* go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer2010-12-061-4/+6
* cgo: various bug fixesRuss Cox2010-07-141-77/+159
* roll back 1193046 - fix buildRuss Cox2010-05-211-5/+0
* cgo: better error for no C symbolsDevon H. O'Dell2010-05-211-0/+5
* gofmt: experiment: align values in map composites where possibleRobert Griesemer2010-03-021-8/+8
* Steps towards tracking scopes for identifiers.Robert Griesemer2010-01-151-4/+4
* cgo: Make constants #define'd in C available to Go (as consts)Devon H. O'Dell2010-01-111-0/+5
* cgo: interpret $CGOPKGDIR as absolute path if rootedRuss Cox2009-12-211-2/+5
* cgo: include line number information to keep go/printer happyRuss Cox2009-12-171-1/+2
* Allow cgo to accept multiple .go inputs for a packageDevon H. O'Dell2009-12-171-46/+65
* This patch enables cgo utility to correctly convert enums in the C sourceMoriyoshi Koizumi2009-12-151-0/+9
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-30/+30
* cgo: allow .so in subdirectoriesRuss Cox2009-11-201-1/+1
* cgo: arrange for English error messagesRuss Cox2009-11-151-0/+5
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-6/+6
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-061-3/+1
* apply gofmt to the LGTM-marked files from 34501Russ Cox2009-10-061-4/+4
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-11/+27
* cgo working on linux/386Russ Cox2009-09-301-2/+16
* cgo: works on amd64.Russ Cox2009-09-301-1/+1
* cgo checkpoint.Russ Cox2009-09-241-14/+41
* cgo: can look up C identifier kind (type or value) and typeRuss Cox2009-09-181-0/+46