summaryrefslogtreecommitdiff
path: root/Lib/go/goruntime.swg
Commit message (Expand)AuthorAgeFilesLines
* [Go] Make -intgosize optionalOlly Betts2022-03-161-0/+1
* swig -go: treat a nil argument as NULLIan Lance Taylor2022-03-081-0/+11
* swig -go: don't use crosscall2 for panickingIan Lance Taylor2021-09-151-52/+1
* remove Go -no-cgo optionIan Lance Taylor2021-09-141-146/+0
* Go - use director.swg like other languagesWilliam S Fulton2018-05-061-69/+0
* [Go] Fixes for Go 1.6: avoid returning Go pointers fromIan Lance Taylor2016-04-171-0/+4
* [Go] Ensure structs are properly packed between gc and GCC/clang.Ian Lance Taylor2016-01-271-2/+20
* [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-021-3/+62
* [Go] Change SWIG directors to use a handle instead of a Go pointer.Ian Lance Taylor2015-02-221-0/+55
* [Go] Remove all calls to _swig_goallocate in the Go runtime, exceptIan Lance Taylor2015-02-041-0/+75
* [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
* Fix go configuration and SWIG_GCC_VERSIONKarl Wette2014-05-021-1/+1
* [Go] Add %go_import directive.Ian Lance Taylor2014-01-211-12/+8
* [Go] Add -go-pkgpath option.Ian Lance Taylor2013-12-171-7/+14
* Define uintgo for the benefit of Go .swig files.Ian Lance Taylor2012-10-311-0/+3
* Adjust for change in the size of the Go type int. Until some time inIan Lance Taylor2012-10-051-2/+22
* 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
* Add support for new features available in gccgo 4.7, notably callingIan Lance Taylor2012-03-201-0/+10
* Update to support current Go releases.Ian Lance Taylor2011-01-111-110/+40
* Update for recent runtime name changes (a better mechanism is clearlyIan Lance Taylor2010-11-121-6/+6
* Rename size checking macros to avoid leading double underscore. AlsoIan Lance Taylor2010-06-151-10/+10
* 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-101-0/+208