summaryrefslogtreecommitdiff
path: root/src/Make.pkg
Commit message (Expand)AuthorAgeFilesLines
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-244/+0
* go: move compilers into the go-tool directoryRob Pike2012-01-301-9/+4
* gopack: rename pack, move to go-tool directoryRob Pike2012-01-301-2/+2
* fix buildRuss Cox2012-01-121-2/+2
* testing: use flag.Duration for -timeout flag.David Symonds2011-12-251-1/+1
* runtime: separate out auto-generated files, take 2Russ Cox2011-12-191-1/+1
* runtime: hg revert -r 6ec0a5c12d75Russ Cox2011-12-161-1/+1
* runtime: separate out auto-generated filesRuss Cox2011-12-161-1/+1
* runtime: fix buildRuss Cox2011-12-161-1/+1
* cgo: add support for callbacks from dynamic librariesDmitriy Vyukov2011-11-221-1/+1
* build: pass $GCFLAGS to compilerRuss Cox2011-10-181-2/+2
* gc: add -p flag to catch import cycles earlierRuss Cox2011-09-071-2/+2
* build: remove rm dregRuss Cox2011-07-261-1/+1
* src: Make.pkg don't create $(TARGDIR) with goinstall.Yasuhiro Matsumoto2011-05-301-2/+2
* goinstall: support GOPATH; building and installing outside the Go treeAndrew Gerrand2011-04-271-10/+14
* src/pkg/Makefile: trim per-directory make output except on failureRuss Cox2011-04-061-1/+1
* Make.pkg: increase test timeout to 120 seconds.Ian Lance Taylor2011-04-021-1/+1
* testing: add -test.timeout option.Ian Lance Taylor2011-03-311-1/+1
* testing: set up structure for faster testing using the new -test.short flag.Rob Pike2011-03-251-0/+3
* Make.pkg: Always define _CGO_CFLAGS and friends.Ian Lance Taylor2011-03-221-10/+8
* Make.pkg: add support for SWIG, and add two SWIG examplesIan Lance Taylor2011-03-221-8/+66
* build: remove old cgo filesRuss Cox2011-03-061-1/+1
* fix build (observed in wild, not on dashboard)Russ Cox2011-03-031-0/+1
* fix buildRuss Cox2011-03-021-1/+2
* cgo: put temporary source files in _obj.Roger Peppe2011-03-021-24/+24
* runtime: fix signal stack bugRuss Cox2011-02-241-3/+1
* build: remove _gcc_main.c during make cleanRuss Cox2011-02-231-1/+1
* Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.b...Kyle Consalus2011-02-221-1/+1
* cgo: don't run cgo when not compilingGustavo Niemeyer2011-02-081-2/+2
* build: fix spaces in GOROOTChristopher Nielsen2011-02-031-1/+1
* cgo: fix _cgo_run timestamp file orderGustavo Niemeyer2011-02-021-1/+1
* cgo: define CGO_CFLAGS and CGO_LDFLAGS in Go filesGustavo Niemeyer2011-02-011-6/+16
* Make.pkg: use installed runtime.h for cgoRuss Cox2011-01-061-1/+1
* fix cgo buildRuss Cox2010-12-171-1/+1
* cgo: handle references to symbols in shared librariesRuss Cox2010-12-171-6/+2
* misc/cgo/life: fix, add to buildRuss Cox2010-12-171-9/+12
* cgo: new cgoRuss Cox2010-12-081-23/+27
* Makefiles: Don't define _64BIT now that 6c does it by default.Ian Lance Taylor2010-11-181-2/+1
* debug/pe, cgo: add windows supportWei Guangjing2010-11-011-0/+1
* Make.pkg: remove .so before installing new oneRuss Cox2010-10-011-0/+1
* build: generate, clean .exe files on WindowsJoe Poirier2010-09-091-1/+1
* build: work with GNU Make 3.82Jukka-Pekka Kekkonen2010-09-071-1/+4
* Make.pkg: never use quietgccRuss Cox2010-08-261-0/+10
* build: fix cgo with -j2Russ Cox2010-08-261-5/+2
* gotest: allow make test of cgo packages (without make install)Russ Cox2010-08-251-4/+8
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-21/+15
* cgo: use new command line syntax: -- separates cgo flags from gcc flagsRuss Cox2010-07-151-1/+1
* cgo: use slash-free relative paths for .so referencesRuss Cox2010-06-301-2/+3
* Add _cgo_export.[ch] targets so that make knows how they areIan Lance Taylor2010-05-031-1/+1
* Add //export to cgo.Ian Lance Taylor2010-04-091-5/+9