summaryrefslogtreecommitdiff
path: root/Lib/go
Commit message (Expand)AuthorAgeFilesLines
...
* Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg2014-02-041-1/+1
* [Go] Fix handling of C type "long" on 32-bit systems. It was brokenIan Lance Taylor2014-01-271-2/+5
* [Go] Add %go_import directive.Ian Lance Taylor2014-01-212-12/+11
* Remove Go -longsize option.Ian Lance Taylor2013-12-171-27/+0
* [Go] Add -go-pkgpath option.Ian Lance Taylor2013-12-171-7/+14
* Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor2013-12-161-2/+4
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-1/+1
|\
| * Fix typosOlly Betts2013-09-251-1/+1
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-286-263/+236
|\ \ | |/
| * Define uintgo for the benefit of Go .swig files.Ian Lance Taylor2012-10-311-0/+3
| * Fix Go support for enums to work correctly when Go int type is 64 bits.Ian Lance Taylor2012-10-301-1/+13
| * Adjust for change in the size of the Go type int. Until some time inIan Lance Taylor2012-10-051-2/+22
| * Adjust typemaps.i for change in handling of reference to slice.Ian Lance Taylor2012-10-021-28/+4
| * Import unsafe in generated Go code, so that pointers stored as typeIan Lance Taylor2012-06-051-0/+6
| * Fix typo in name of SwigDoCgocallDone for GCC < 4.7.Ian Lance Taylor2012-06-051-1/+1
| * Fix Go support to use appropriate interface for entering and leavingIan Lance Taylor2012-06-041-0/+51
| * std::string typemap modifications so they can be used with %apply for other s...William S Fulton2012-05-261-2/+2
| * Add support for new features available in gccgo 4.7, notably callingIan Lance Taylor2012-03-201-0/+10
| * Fix problems in Go support revealed by recent test cases.Ian Lance Taylor2012-03-141-0/+40
| * The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-212-14/+14
| * Remove incomplete directorin typemaps as users incorrectly assumed they were ...William S Fulton2011-05-031-17/+0
| * Remove directorout INPUT/INOUT/OUTPUT typemaps - they will never be used as t...William S Fulton2011-05-031-12/+0
| * 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
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-1/+17
|/
* 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