summaryrefslogtreecommitdiff
path: root/src/cmd/cgo/main.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] cmd/cgo: add {ppc,power}64{,le} to pointer and int size mapsShenghou Ma2014-08-111-6/+14
* cmd/cgo: replace C.malloc with our own wrapperRuss Cox2013-09-111-1/+1
* cmd/cgo: Add support for C function pointersAlberto Garc?a Hierro2013-08-131-1/+6
* cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins2013-04-101-12/+6
* cmd/cgo: record CGO_LDFLAGS env var in _cgo_flagsAndrew Wilkins2013-04-091-0/+9
* cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamicRuss Cox2013-03-061-2/+2
* cmd/cgo: use explicit flag to emit dynamic linker pathRuss Cox2013-03-041-0/+1
* build: make int 64 bits on amd64Russ Cox2012-09-241-1/+1
* cmd/cgo: prepare for 64-bit intsRuss Cox2012-09-241-1/+13
* race: cmd/cgo changesDmitriy Vyukov2012-09-181-0/+1
* cgo: add -gccgopkgpath option to match gccgo -fgo-pkgpathIan Lance Taylor2012-07-201-1/+2
* cmd/cgo: make Go code order deterministicRuss Cox2012-06-071-4/+12
* cmd/cgo: add support for function export for gccgo.R?my Oudompheng2012-03-151-0/+1
* all: remove some references to Make.inc etc.Rob Pike2012-03-071-1/+1
* cmd/cgo: bug fixesRuss Cox2012-02-191-1/+6
* cmd/cgo: omit //line in -godefs, -cdefs outputRuss Cox2012-02-131-0/+8
* go: build runtime/cgoRuss Cox2011-12-201-1/+1
* go: implement build, install, runRuss Cox2011-12-141-3/+9
* cgo: add basic gccgo support.R?my Oudompheng2011-12-141-0/+2
* Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley2011-12-011-1/+1
* godefs: delete, replaced by cgo -godefsRuss Cox2011-11-101-31/+57
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-2/+2
* cgo: cgo to use GOARCH from the environment, not runtime.GOARCH (otherwise it...Jaroslavas Po?epko2011-09-191-5/+12
* cgo: make file path work for windowsAlex Brainman2011-06-171-1/+2
* cgo: handle versioned ELF symbolsRuss Cox2011-04-271-15/+1
* govet: make name-matching for printf etc. case-insensitive.Rob Pike2011-04-131-3/+3
* os: New Open API.Rob Pike2011-04-041-1/+1
* cgo: fix dwarf type parsingGustavo Niemeyer2011-03-061-1/+7
* cgo: put temporary source files in _obj.Roger Peppe2011-03-021-0/+4
* 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