Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc/cgo: prepare for 64-bit ints | Russ Cox | 2012-09-24 | 2 | -3/+3 |
* | misc/cgo/life: remove -lmsvcrt to fix windows/amd64 build | Shenghou Ma | 2012-08-17 | 1 | -1/+0 |
* | misc/cgo/life: explicitly specify library for assert function (fixes windows/... | Alex Brainman | 2012-08-09 | 1 | -0/+1 |
* | misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo tests | Shenghou Ma | 2012-08-07 | 4 | -15/+4 |
* | misc/cgo: re-enable some tests | Russ Cox | 2012-03-06 | 3 | -38/+8 |
* | various: use $GCFLAGS and $GCIMPORTS like Make does | Maxim Pimenov | 2011-12-16 | 1 | -2/+2 |
* | cgo: fixes callback for windows amd64 | Wei Guangjing | 2011-08-26 | 1 | -0/+14 |
* | cgo: handle references to symbols in shared libraries | Russ Cox | 2010-12-17 | 3 | -1/+4 |
* | misc/cgo/life: fix, add to build | Russ Cox | 2010-12-17 | 3 | -14/+32 |
* | life: fix for new slice rules | Graham Miller | 2010-10-07 | 1 | -1/+1 |
* | build: no required environment variables | Russ Cox | 2010-08-18 | 1 | -1/+1 |
* | A test case for cgo //export. | Ian Lance Taylor | 2010-04-09 | 5 | -0/+174 |