summaryrefslogtreecommitdiff
path: root/Examples/go
Commit message (Expand)AuthorAgeFilesLines
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-2/+2
* [Go] Add an example for goin and godirectorinCorey Minyard2022-04-186-0/+190
* Fix all Go tests to build with "go build"Ian Lance Taylor2019-08-0813-13/+13
* Fix Go tests to run in module modeIan Lance Taylor2019-04-2413-13/+26
* Misc. typosluz.paz2018-05-171-2/+2
* fix swig/swig#600 and fix swig/swig#955Fabrice Benhamouda2017-06-171-1/+1
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-2113-29/+55
* [Go] Renamed 'FooBarAbs' to 'FooBarAbstract' in the documentation and examples.Michael Schaller2015-08-094-43/+45
* [Go] Updated the 'callback' and 'extend' examples to match the 'director' one.Michael Schaller2015-08-0912-100/+130
* [Go] Revert commit 5e88857 to undelete the 'callback' and 'extend' examples.Michael Schaller2015-08-0914-1/+374
* [Go] update build instructions in Examples/go/index.htmlIan Lance Taylor2015-08-051-17/+25
* [Go] Documentation cleanup of obsolete 'callback' and 'extend' examples.Michael Schaller2015-08-0514-376/+3
* Some minor changes after first code review by ianlancetaylor.Michael Schaller2015-08-041-6/+6
* Fixed Examples/go/director/Makefile as there might be no copy of director.go ...Michael Schaller2015-08-041-1/+1
* Fixed Examples/go/director/Makefile as the copy of director.go wasn't cleaned...Michael Schaller2015-08-041-0/+3
* Fixed Examples/go/director/Makefile as director.go was missing in separate bu...Michael Schaller2015-08-041-0/+3
* Fleshed out Go's documentation about the director feature and added a directo...Michael Schaller2015-08-047-0/+207
* 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