summaryrefslogtreecommitdiff
path: root/Lib/go
Commit message (Expand)AuthorAgeFilesLines
* Add argc and argv multi-argument to go.Erez Geva2023-04-191-0/+64
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-2/+0
* Sort out predefined SWIG-specific macrosOlly Betts2022-10-051-0/+2
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+6
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+15
* SWIGTYPE && input typemaps now assume object has been moved - Go and OCamlWilliam S Fulton2022-08-311-2/+3
* [Go] #2245 Handle NULL pointers for string* conversions.Ian Lance Taylor2022-07-051-7/+22
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* [Go] Make -intgosize optionalOlly Betts2022-03-161-0/+1
* [Go] add typemaps for std::string*Ian Lance Taylor2022-03-151-0/+50
* swig -go: treat a nil argument as NULLIan Lance Taylor2022-03-081-0/+11
* swig -go: free correct variable in char *& typemapIan Lance Taylor2022-03-061-1/+1
* swig -go: treat non-const references as pointersIan Lance Taylor2022-03-051-5/+43
* Renames performed by `%namewarn` with `rename=` are printed in warning messageSeth R Johnson2022-02-061-1/+1
* Support std::array in Golang (#2045)ERROR2022-01-041-0/+43
* 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
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
* Add STL container copy constructors where missingWilliam S Fulton2019-02-143-1/+7
* Add missing typedefs to std::list + typedef correctionsWilliam S Fulton2019-02-141-3/+2
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+10
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-0/+1
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Go - use director.swg like other languagesWilliam S Fulton2018-05-062-69/+65
* Fix directorout typemaps which were causing undefined behaviour when returnin...William S Fulton2017-12-141-0/+5
* Changes to use common DirectorException classWilliam S Fulton2017-11-291-0/+15
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-2/+4
* Add <typeinfo> header for std::bad_castDaniel Vollmer2016-09-171-0/+1
* Add std::bad_cast to std_except.iDaniel Vollmer2016-09-171-0/+1
* 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