Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 1 | -2/+1 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -54/+69 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -186/+406 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -14/+31 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+518 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -518/+0 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -2/+21 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -7/+16 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -7/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -261/+133 | |
2010-06-30 | cgo: use slash-free relative paths for .so references | Russ Cox | 1 | -0/+7 | |
The Makefile and cgo now rewrite / to _ when creating the path. The .so for gosqlite.googlecode.com/hg/sqlite is named cgo_gosqlite.googlecode.com_hg_sqlite.so, and then 6l and 8l both include a default rpath of $GOROOT/pkg/$GOOS_$GOARCH. This should make it easier to move binaries from one system to another. Fixes issue 857. R=iant, r CC=golang-dev http://codereview.appspot.com/1700048 | |||||
2010-03-25 | Support #pragma dynexport on OS X. | Ian Lance Taylor | 1 | -20/+108 | |
R=rsc CC=golang-dev http://codereview.appspot.com/733041 | |||||
2010-03-22 | Rename dynld to dynimport throughout. | Ian Lance Taylor | 1 | -5/+5 | |
Cgo users will need to rerun cgo. R=rsc CC=golang-dev http://codereview.appspot.com/692041 | |||||
2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox | 1 | -0/+2 | |
R=r DELTA=3214 (904 added, 2260 deleted, 50 changed) OCL=35425 CL=35427 | |||||
2009-10-03 | 8c, 8l dynamic loading support. | Russ Cox | 1 | -0/+321 | |
better mach binaries. cgo working on darwin+linux amd64+386. eliminated context switches - pi is 30x faster. add libcgo to build. on snow leopard: - non-cgo binaries work; all tests pass. - cgo binaries work on amd64 but not 386. R=r DELTA=2031 (1316 added, 626 deleted, 89 changed) OCL=35264 CL=35304 | |||||
2009-09-30 | step toward darwin ffi: factor out macho code | Russ Cox | 1 | -0/+207 | |
R=r DELTA=771 (374 added, 287 deleted, 110 changed) OCL=35187 CL=35187 |