summaryrefslogtreecommitdiff
path: root/Examples/go
Commit message (Expand)AuthorAgeFilesLines
* Remove unused std_string.i from callback examplesWilliam S Fulton2015-05-101-2/+0
* [Go] Fix Go multimap example to use Swig_AllocateString and swigCopyString.Ian Lance Taylor2015-05-041-2/+7
* Eliminate trivial differences between the reference examplesOlly Betts2014-11-072-5/+1
* Remove bogus ; after } in examplesOlly Betts2014-11-071-2/+2
* Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ...William S Fulton2014-05-242-2/+2
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-1112-36/+36
* More cleaning up of the class examplesOlly Betts2014-05-052-9/+9
* Whitespace cleanup of Example MakefilesKarl Wette2014-04-162-2/+2
* Further cleaning up of class examplesOlly Betts2014-02-242-16/+10
* Fix assorted comment and documentation typosOlly Betts2014-02-231-1/+1
* In Examples/Makefile.in, compile and link the program in go andIan Lance Taylor2013-12-206-6/+6
* Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor2013-12-1622-22/+22
* Fix gcc -Waddress warning in variables examplesWilliam S Fulton2013-10-181-1/+1
* Fix typosOlly Betts2013-09-251-1/+1
* Go examples and test-suite format fixesWilliam S Fulton2013-07-0112-12/+12
* Go examples makefiles clean target fixed and use RUNPIPE and tidyupWilliam S Fulton2013-04-1912-81/+63
* Run gofmt on hand written Go code.Ian Lance Taylor2011-08-221-1/+0
* For Go: Fix handling of INPUT variables when using typemaps.i. ThisIan Lance Taylor2011-02-201-1/+1
* Remove generated files from svn for Go examplesWilliam S Fulton2010-11-2612-1705/+0
* Update the instructions to say that you also need to compile the codeIan Lance Taylor2010-06-161-2/+4
* Rename "go" typemap to "gotype".Ian Lance Taylor2010-06-151-3/+3
* Add support for the Go programming language.Ian Lance Taylor2010-06-1079-0/+4525