summaryrefslogtreecommitdiff
path: root/Lib/go
Commit message (Expand)AuthorAgeFilesLines
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-1/+1
* [Go] Fix "in" typemap for char *&.Ian Lance Taylor2016-04-171-4/+5
* [Go] Fixes for Go 1.6: avoid returning Go pointers fromIan Lance Taylor2016-04-173-4/+56
* [Go] Ensure structs are properly packed between gc and GCC/clang.Ian Lance Taylor2016-01-271-2/+20
* Revert reference change; update CHANGES.currentRick Luddy2015-09-031-1/+2
* Removed golang stringing for signed/unsigned charRick Luddy2015-08-251-25/+9
* [Go] Make sure that arguments for which use memcpy when calling C areIan Lance Taylor2015-05-041-12/+24
* [Go] Add comments telling users that _swig_goallocate andIan Lance Taylor2015-04-171-0/+4
* [Go] Add -cgo option, required for Go version 1.5 and later.Ian Lance Taylor2015-03-022-4/+63
* [Go] Change SWIG directors to use a handle instead of a Go pointer.Ian Lance Taylor2015-02-221-0/+55
* Warning fixes in Go cdata libraryWilliam S Fulton2015-02-111-4/+10
* [Go] Remove all generated calls to _swig_makegostring, as it will noIan Lance Taylor2015-02-054-16/+189
* [Go] Remove all calls to _swig_goallocate in the Go runtime, exceptIan Lance Taylor2015-02-043-16/+142
* C++11 strongly typed enum fixes for directorsWilliam S Fulton2015-01-151-1/+1
* [Go] Adjust last patch to avoid write-after-write data race on globalIan Lance Taylor2014-10-141-0/+10
* [Go] Adjust generated code to work with upcoming Go 1.4 release.Ian Lance Taylor2014-09-251-5/+18
* [Go] Add goargout typemap.Ian Lance Taylor2014-09-091-3/+3
* Fix go configuration and SWIG_GCC_VERSIONKarl Wette2014-05-021-1/+1
* 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