aboutsummaryrefslogtreecommitdiff
path: root/Examples/go
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2019-08-08Fix all Go tests to build with "go build"Ian Lance Taylor
2019-04-24Fix Go tests to run in module modeIan Lance Taylor
2018-05-17Misc. typosluz.paz
2017-06-17fix swig/swig#600 and fix swig/swig#955Fabrice Benhamouda
2015-08-21Remove use of preinst-swig scriptWilliam S Fulton
2015-08-09[Go] Renamed 'FooBarAbs' to 'FooBarAbstract' in the documentation and examples.Michael Schaller
2015-08-09[Go] Updated the 'callback' and 'extend' examples to match the 'director' one.Michael Schaller
2015-08-09[Go] Revert commit 5e88857 to undelete the 'callback' and 'extend' examples.Michael Schaller
2015-08-05[Go] update build instructions in Examples/go/index.htmlIan Lance Taylor
2015-08-05[Go] Documentation cleanup of obsolete 'callback' and 'extend' examples.Michael Schaller
2015-08-04Some minor changes after first code review by ianlancetaylor.Michael Schaller
2015-08-04Fixed Examples/go/director/Makefile as there might be no copy of director.go ...Michael Schaller
2015-08-04Fixed Examples/go/director/Makefile as the copy of director.go wasn't cleaned...Michael Schaller
2015-08-04Fixed Examples/go/director/Makefile as director.go was missing in separate bu...Michael Schaller
2015-08-04Fleshed out Go's documentation about the director feature and added a directo...Michael Schaller
2015-05-10Remove unused std_string.i from callback examplesWilliam S Fulton
2015-05-04[Go] Fix Go multimap example to use Swig_AllocateString and swigCopyString.Ian Lance Taylor
2014-11-07Eliminate trivial differences between the reference examplesOlly Betts
2014-11-07Remove bogus ; after } in examplesOlly Betts
2014-05-24Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ...William S Fulton
2014-05-11Allow examples and test-suite to be built out of source treeKarl Wette
2014-05-05More cleaning up of the class examplesOlly Betts
2014-04-16Whitespace cleanup of Example MakefilesKarl Wette
2014-02-24Further cleaning up of class examplesOlly Betts
2014-02-23Fix assorted comment and documentation typosOlly Betts
2013-12-20In Examples/Makefile.in, compile and link the program in go andIan Lance Taylor
2013-12-16Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor
2013-10-18Fix gcc -Waddress warning in variables examplesWilliam S Fulton
2013-09-25Fix typosOlly Betts
2013-07-01Go examples and test-suite format fixesWilliam S Fulton
2013-04-19Go examples makefiles clean target fixed and use RUNPIPE and tidyupWilliam S Fulton
2011-08-22Run gofmt on hand written Go code.Ian Lance Taylor
2011-02-20For Go: Fix handling of INPUT variables when using typemaps.i. ThisIan Lance Taylor
2010-11-26Remove generated files from svn for Go examplesWilliam S Fulton
2010-06-16Update the instructions to say that you also need to compile the codeIan Lance Taylor
2010-06-15Rename "go" typemap to "gotype".Ian Lance Taylor
2010-06-10Add support for the Go programming language.Ian Lance Taylor