summaryrefslogtreecommitdiff
path: root/Examples/test-suite/go
Commit message (Expand)AuthorAgeFilesLines
* Fix all Go tests to build with "go build"Ian Lance Taylor2019-08-08152-219/+201
* Fix Go tests to run in module modeIan Lance Taylor2019-04-24156-188/+211
* Fix Python compile errors with overloading and varargsWilliam S Fulton2019-02-251-0/+36
* Add import_fragment test back in to Go test-suiteWilliam S Fulton2017-06-161-3/+0
* Temporarily disable failing testsWilliam S Fulton2017-06-061-0/+3
* Fix handling of typedef'd function pointers for GoWilliam S Fulton2017-03-171-0/+29
* Remove unused cvsignore targetWilliam S Fulton2017-03-101-9/+0
* Fix std::vector of pointers which failed if a pointer to a pointer of the con...William S Fulton2016-07-281-1/+8
* [Go] Fix use of goout typemap when calling base method byIan Lance Taylor2016-04-181-0/+10
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+22
* rename overload_extendc testcaseWilliam S Fulton2016-02-211-2/+2
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+14
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+13
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+14
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+8
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+6
* Fail if nocgo version failsAlec Cooper2016-01-231-2/+2
* Handle weak linking on OSXAlec Cooper2016-01-231-3/+7
* Consistent quoting in MakefileWilliam S Fulton2015-08-211-23/+23
* More remove SWIG_LIB variableWilliam S Fulton2015-08-211-8/+8
* Don't generate constructor wrappers if a base class has a private constructorWilliam S Fulton2015-07-071-3/+0
* [Go] Fix member variables in base classes to handle CWRAP_NATURAL_VARIan Lance Taylor2015-06-201-0/+15
* [Go] Add Makefile testing support for changes in upcoming Go 1.5 release.Ian Lance Taylor2015-06-191-3/+3
* [Go] Fix overloading on an undefined type.Ian Lance Taylor2015-03-061-1/+5
* [Go] Add -cgo option, required for Go version 1.5 and later.Ian Lance Taylor2015-03-021-21/+63
* [Go] Fixes so that the go_subdir_import test will work with gccgo.Ian Lance Taylor2015-02-221-0/+3
* Fixed errors due to last sync.Misha Seltzer2015-02-171-1/+1
* Fixed SWIG go for cases when SWIG %import-s another package which is located ...Misha Seltzer2015-02-172-0/+39
* Change Go test case to compile with current compiler.Ian Lance Taylor2015-02-031-2/+2
* Merge master and C++11 strongly typed enum supportWilliam S Fulton2014-12-071-0/+11
|\
| * del tmp filesAnthony Li2014-10-06655-174274/+0
| * GoLang:fix overload functions with polymorphic issueAnthony Li2014-10-06656-0/+174285
* | Add c++11 strongly typed enum support for GoWilliam S Fulton2014-11-281-0/+171
|/
* [Go] Add goargout typemap.Ian Lance Taylor2014-09-091-0/+8
* Add run test case for argout.i.Ian Lance Taylor2014-09-071-0/+41
* [Go] Add imtype, goin, goout, godirectorin, and godirectoroutIan Lance Taylor2014-09-053-0/+71
* Fully clean Go test-suiteKarl Wette2014-05-291-1/+2
* Slight simplification of test-suite build for new out-of-source changesWilliam S Fulton2014-05-151-6/+0
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-7/+13
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-2/+2
* [Go] Add support for Go 1.3, not yet released.Ian Lance Taylor2014-01-211-3/+4
* Go: Don't require that Go environment variables be set when runningIan Lance Taylor2013-12-181-3/+3
* Remove Go -longsize option.Ian Lance Taylor2013-12-172-3/+3
* Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor2013-12-164-122/+21
* Go examples and test-suite format fixesWilliam S Fulton2013-07-014-4/+1
* Document patch #33 from previous commit and complete run time testsWilliam S Fulton2013-04-181-0/+3
* Add support for go tool used in Go 1.Ian Lance Taylor2012-03-141-9/+12
* Run gofmt on hand written Go code.Ian Lance Taylor2011-08-225-6/+0
* More varargs overload testing for Go.Ian Lance Taylor2011-02-201-0/+12
* Fix new varargs_overload test for Go.Ian Lance Taylor2011-02-201-0/+26