summaryrefslogtreecommitdiff
path: root/Lib/go
Commit message (Expand)AuthorAgeFilesLines
* Fix li_typemaps_apply test for Go.Ian Lance Taylor2011-02-201-0/+10
* Adjust for the elimination of the "float" and "complex" types.Ian Lance Taylor2011-02-191-3/+3
* Add string & length typemap for Go.Ian Lance Taylor2011-01-141-0/+23
* Update to support current Go releases.Ian Lance Taylor2011-01-113-198/+49
* Update for recent runtime name changes (a better mechanism is clearlyIan Lance Taylor2010-11-122-8/+8
* Rename "go" typemap to "gotype".Ian Lance Taylor2010-06-154-35/+35
* Rename size checking macros to avoid leading double underscore. AlsoIan Lance Taylor2010-06-151-10/+10
* Fix std::map warning keyword hack in GoWilliam S Fulton2010-06-112-5/+3
* Remove Go director hack just to please the SWIG test-suiteWilliam S Fulton2010-06-111-10/+0
* Add support for the Go programming language.Ian Lance Taylor2010-06-1014-0/+1504