summaryrefslogtreecommitdiff
path: root/src/cmd/go/build.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-1/+2
* [dev.cc] cmd/go: adjust go, cgo builds & disable ccRuss Cox2014-11-111-32/+22
* cmd/go: disable warnings from cmd/cc when building for SWIGIan Lance Taylor2014-11-071-1/+9
* cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain.Peter Collingbourne2014-10-251-0/+1
* cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl...Chris Manghane2014-10-151-1/+1
* cmd/go: make build -a skip standard packages in Go releasesRuss Cox2014-09-261-0/+1
* cmd/go: handle paths like \x.go on windowsAlex Brainman2014-09-261-2/+7
* cmd/go: display program name when reporting crashRuss Cox2014-09-261-0/+8
* cmd/go: install dependencies for 'go build -i' on a commandRuss Cox2014-09-251-5/+6
* cmd/go: fix bytes and net the right wayRuss Cox2014-09-241-1/+1
* cmd/go: strip -fsanitize= flags when building cgo objectDmitriy Vyukov2014-09-251-0/+8
* cmd/go: use pkg-config include pathes in swig and don't double compile c++ fi...Ahmed Waheed Moanes2014-09-161-32/+61
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-8/+7
* cmd/go: fix a couple of errors found by "go vet"Rob Pike2014-08-151-1/+1
* all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike2014-08-121-1/+3
* cmd/go: don't pass --buildid=none on OpenBSDIan Lance Taylor2014-08-071-1/+1
* cmd/go: don't pass --buildid=none on FreeBSDIan Lance Taylor2014-08-071-1/+1
* cmd/go: pass --build-id=none when generating a cgo .oIan Lance Taylor2014-08-071-1/+17
* cmd/go: use correct link flags if main package contains C++/ObjC filesPeter Collingbourne2014-08-011-3/+3
* cmd/go: introduce support for $GCCGO env varPeter Collingbourne2014-07-141-4/+12
* cmd/go: do not fail if libgcc does not existBenny Siegert2014-07-101-2/+2
* cmd/go: use $CC to build _cgo_defun.cPeter Collingbourne2014-07-091-2/+1
* cmd/go: fix build -o panic when import path pattern matches 0 pkgsDmitri Shuralyov2014-07-091-0/+2
* cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw2014-07-031-2/+3
* runtime/race: support freebsdDmitriy Vyukov2014-06-201-3/+3
* cmd/go: check for SWIG version that is too old to useIan Lance Taylor2014-05-211-1/+40
* cmd/go: link SWIG objects directly rather than using a shared libraryIan Lance Taylor2014-05-121-79/+26
* cmd/go: better error for install of 'test-only' packageRuss Cox2014-05-121-12/+14
* cmd/go: accept build flags in clean and listRuss Cox2014-05-091-2/+4
* cmd/go: add go build -iDavid Crawshaw2014-05-061-2/+11
* cmd/go: test: clean up all temporary directoriesMichael Fraenkel2014-04-301-1/+2
* build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox2014-04-151-4/+4
* cmd/go: Check error from SWIG link step.Albert Strasheim2014-04-071-1/+3
* cmd/go: Use exported CgoLDFlags when compiler=gccgoErik Westrup2014-03-261-0/+1
* cmd/go: ensure external test files are presented to the linker firstDave Cheney2014-03-261-1/+6
* cmd/go: let build -x output describe CGO_LDFLAGS env variableJan Ziak2014-03-181-1/+7
* cmd/go: fix invalid go pack command line in the output of go build -xJan Ziak2014-03-141-2/+2
* cmd/go: use correct libraries during gccgo linkMichael Hudson-Doyle2014-03-121-7/+16
* cmd/go: respect system CGO_CFLAGS and CGO_CXXFLAGSJan Ziak2014-03-121-24/+49
* cmd/go: add support for coverage in CgoFilesAlberto Garc?a Hierro2014-03-051-19/+30
* cmd/go: fix data race on buildLdflagsDmitriy Vyukov2014-03-041-0/+2
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-0/+3
* cmd/go: skip writing dwarf debug info for ephemeral binariesRuss Cox2014-02-191-0/+4
* cmd/go: remove cross compiling restriction on cgoElias Naur2014-02-141-4/+0
* cmd/go: fix cgo error output rewriteShenghou Ma2014-02-131-2/+3
* cmd/go, go/build: support .m filesCarlos Castillo2014-02-131-5/+41
* cmd/go: do not create world-writable files.Shenghou Ma2014-02-061-6/+6
* cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabledElias Naur2014-02-061-38/+45
* cmd/go: When linking with gccgo pass .a files in the order they are discoveredMichael Hudson-Doyle2014-01-281-11/+9
* cmd/go: do not require a valid archChar when using -compiler gccgoDave Cheney2014-01-221-1/+6