summaryrefslogtreecommitdiff
path: root/Examples/go/callback
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused std_string.i from callback examplesWilliam S Fulton2015-05-101-2/+0
|
* 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
* In Examples/Makefile.in, compile and link the program in go andIan Lance Taylor2013-12-201-1/+1
| | | | go_cpp, rather than in go_run. This permits eliminating go_run_cpp.
* 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
|
* Remove generated files from svn for Go examplesWilliam S Fulton2010-11-261-188/+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-107-0/+368
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22