summaryrefslogtreecommitdiff
path: root/Examples/go/pointer
Commit message (Collapse)AuthorAgeFilesLines
* Fix all Go tests to build with "go build"Ian Lance Taylor2019-08-081-1/+1
| | | | | | Tested against Go 1.6 through Go 1.13beta1, and gccgo. Fixes #1607
* Fix Go tests to run in module modeIan Lance Taylor2019-04-241-1/+2
| | | | | | Stop using relative imports and add a go.mod file. Tested against Go 1.6 through Go pre-1.13, and gccgo.
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-211-2/+4
| | | | | | | | | | | | | Complete the prototype removal in ca1431. The script prevents SWIGTOOL=gdb from working as gdb can't be used to debug a shell script, it requires a binary. Add support for SWIGTOOL in all the examples. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. See issue #473.
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | - Examples/Makefile.in rules use SRCDIR as the relative source directory - ./config.status replicates Examples/ source directory tree in build directory, and copies each Makefile to build directory, prefixed with a header which sets SRCDIR to source directory - Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir - Examples/test-suite/errors/Makefile.in needs to filter out source directory from SWIG error messages - Lua: embedded interpreters are passed location of run-time test - Python: copy run-time scripts to build directory because of 2to3 conversion; import_packages example copies __init__.py from source directory; test-suite sets SCRIPTDIR to location of run-time tests - Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir can be substituted with SRCDIR; removed './' from require() statements so that NODE_PATH can be used to point Node.js to build directory
* Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor2013-12-162-2/+2
| | | | into executable, rather than using a shared library.
* Go examples and test-suite format fixesWilliam S Fulton2013-07-011-1/+1
| | | | | | Patch has the results of find . -name *.go -exec gofmt -w {} \; SF Patch #339.
* Go examples makefiles clean target fixed and use RUNPIPE and tidyupWilliam S Fulton2013-04-191-7/+5
|
* For Go: Fix handling of INPUT variables when using typemaps.i. ThisIan Lance Taylor2011-02-201-1/+1
| | | | | | | | fixes cases where the gotype typemap is used to produce a simple Go type for a non-simple C/C++ type. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12498 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove generated files from svn for Go examplesWilliam S Fulton2010-11-261-68/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12316 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add support for the Go programming language.Ian Lance Taylor2010-06-106-0/+322
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22