summaryrefslogtreecommitdiff
path: root/Lib/go/goruntime.swg
Commit message (Collapse)AuthorAgeFilesLines
* Import unsafe in generated Go code, so that pointers stored as typeIan Lance Taylor2012-06-051-0/+6
| | | | | | | uintptr do not get garbage collected. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13153 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix typo in name of SwigDoCgocallDone for GCC < 4.7.Ian Lance Taylor2012-06-051-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13151 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix Go support to use appropriate interface for entering and leavingIan Lance Taylor2012-06-041-0/+51
| | | | | | | C/C++ code, depending on GCC version. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13146 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add support for new features available in gccgo 4.7, notably callingIan Lance Taylor2012-03-201-0/+10
| | | | | | | Entersyscall and Exitsyscall around calls to wrapped C/C++ code. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12940 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update to support current Go releases.Ian Lance Taylor2011-01-111-110/+40
| | | | | | | | The Go foreign function interface changed. This changes SWIG accordingly, and also fixes a couple of bugs. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12389 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update for recent runtime name changes (a better mechanism is clearlyIan Lance Taylor2010-11-121-6/+6
| | | | | | | needed here). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Rename size checking macros to avoid leading double underscore. AlsoIan Lance Taylor2010-06-151-10/+10
| | | | | | | change goswig to swiggo. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12127 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove Go director hack just to please the SWIG test-suiteWilliam S Fulton2010-06-111-10/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12120 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add support for the Go programming language.Ian Lance Taylor2010-06-101-0/+208
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22