aboutsummaryrefslogtreecommitdiff
path: root/Lib/go
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2019-02-14Consistent parameter names for std::pairWilliam S Fulton
2019-02-14Add STL container copy constructors where missingWilliam S Fulton
2019-02-14Add missing typedefs to std::list + typedef correctionsWilliam S Fulton
2019-02-13Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton
2019-02-13Add missing typedefs to std::pairWilliam S Fulton
2019-02-13Add missing typedefs to std::mapWilliam S Fulton
2019-02-13Add missing parameter names in STL container wrappersWilliam S Fulton
2019-02-12Create a consistent stl.i library fileWilliam S Fulton
2018-10-09Add support for non-default compare template argument in std::map wrappersWilliam S Fulton
2018-05-06Go - use director.swg like other languagesWilliam S Fulton
2017-12-14Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton
2017-11-29Changes to use common DirectorException classWilliam S Fulton
2017-03-16Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton
2016-09-17Add <typeinfo> header for std::bad_castDaniel Vollmer
2016-09-17Add std::bad_cast to std_except.iDaniel Vollmer
2016-05-14Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton
2016-04-17[Go] Fix "in" typemap for char *&.Ian Lance Taylor
2016-04-17[Go] Fixes for Go 1.6: avoid returning Go pointers fromIan Lance Taylor
2016-01-27[Go] Ensure structs are properly packed between gc and GCC/clang.Ian Lance Taylor
2015-09-03Revert reference change; update CHANGES.currentRick Luddy
2015-08-25Removed golang stringing for signed/unsigned charRick Luddy
2015-05-04[Go] Make sure that arguments for which use memcpy when calling C areIan Lance Taylor
2015-04-17[Go] Add comments telling users that _swig_goallocate andIan Lance Taylor
2015-03-02[Go] Add -cgo option, required for Go version 1.5 and later.Ian Lance Taylor
2015-02-22[Go] Change SWIG directors to use a handle instead of a Go pointer.Ian Lance Taylor
2015-02-11Warning fixes in Go cdata libraryWilliam S Fulton
2015-02-05[Go] Remove all generated calls to _swig_makegostring, as it will noIan Lance Taylor
2015-02-04[Go] Remove all calls to _swig_goallocate in the Go runtime, exceptIan Lance Taylor
2015-01-15C++11 strongly typed enum fixes for directorsWilliam S Fulton
2014-10-14[Go] Adjust last patch to avoid write-after-write data race on globalIan Lance Taylor
2014-09-25[Go] Adjust generated code to work with upcoming Go 1.4 release.Ian Lance Taylor
2014-09-09[Go] Add goargout typemap.Ian Lance Taylor
2014-05-02Fix go configuration and SWIG_GCC_VERSIONKarl Wette
2014-02-04Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg
2014-01-27[Go] Fix handling of C type "long" on 32-bit systems. It was brokenIan Lance Taylor
2014-01-21[Go] Add %go_import directive.Ian Lance Taylor
2013-12-17Remove Go -longsize option.Ian Lance Taylor
2013-12-17[Go] Add -go-pkgpath option.Ian Lance Taylor
2013-12-16Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-09-25Fix typosOlly Betts
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-24Add rvalue reference typemapsWilliam S Fulton
2012-10-31Define uintgo for the benefit of Go .swig files.Ian Lance Taylor
2012-10-30Fix Go support for enums to work correctly when Go int type is 64 bits.Ian Lance Taylor
2012-10-05Adjust for change in the size of the Go type int. Until some time inIan Lance Taylor
2012-10-02Adjust typemaps.i for change in handling of reference to slice.Ian Lance Taylor
2012-06-05Import unsafe in generated Go code, so that pointers stored as typeIan Lance Taylor
2012-06-05Fix typo in name of SwigDoCgocallDone for GCC < 4.7.Ian Lance Taylor