aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-cgo.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-192/+0
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-2/+1
2016-10-20runtime: rewrite interface code into GoIan Lance Taylor1-4/+5
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-2/+3
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-7/+7
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-13/+11
2016-02-24runtime: lock M during cgo callIan Lance Taylor1-0/+4
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor1-0/+74
2014-07-12runtime: Merge master revision 19185.Ian Lance Taylor1-16/+0
2013-07-23runtime: Support cgo callbacks from threads started by C.Ian Lance Taylor1-0/+28
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-6/+6
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor1-15/+5
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-5/+4
2012-06-04runtime: Better SWIG interface for allocating Go memory from C/C++.Ian Lance Taylor1-3/+139
2011-01-11Add file missed in previous commit.Ian Lance Taylor1-0/+42