Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Go] Renamed 'FooBarAbs' to 'FooBarAbstract' in the documentation and examples. | Michael Schaller | 2015-08-09 | 4 | -43/+45 |
| | |||||
* | [Go] Updated the 'callback' and 'extend' examples to match the 'director' one. | Michael Schaller | 2015-08-09 | 12 | -100/+130 |
| | | | | | After the documentation update on how to utilize the director feature with commit @17b1c1c the 'callback' and 'extend' examples needed an update as well. | ||||
* | [Go] Revert commit 5e88857 to undelete the 'callback' and 'extend' examples. | Michael Schaller | 2015-08-09 | 14 | -1/+374 |
| | | | | | | | The 'callback' and 'extend' examples were presumed to be obsoleted by the new 'director' example. The examples are helpful though to have similar examples across target languages and hence the commit @5e88857 which removed these examples got reverted. | ||||
* | [Go] update build instructions in Examples/go/index.html | Ian Lance Taylor | 2015-08-05 | 1 | -17/+25 |
| | |||||
* | [Go] Documentation cleanup of obsolete 'callback' and 'extend' examples. | Michael Schaller | 2015-08-05 | 14 | -376/+3 |
| | | | | | After commit 17b1c1c (pull request 447; issue 418) the 'callback' and 'extend' examples have been removed in favor of the 'director' example. | ||||
* | Some minor changes after first code review by ianlancetaylor. | Michael Schaller | 2015-08-04 | 1 | -6/+6 |
| | | | | | Renamed overwritenMethodsOnFooBarAbs to overwrittenMethodsOnFooBarAbs. Changed some line breaks. | ||||
* | Fixed Examples/go/director/Makefile as there might be no copy of director.go ↵ | Michael Schaller | 2015-08-04 | 1 | -1/+1 |
| | | | | during clean if a separate build directory is in use. | ||||
* | Fixed Examples/go/director/Makefile as the copy of director.go wasn't ↵ | Michael Schaller | 2015-08-04 | 1 | -0/+3 |
| | | | | cleaned up in separate build directories. | ||||
* | Fixed Examples/go/director/Makefile as director.go was missing in separate ↵ | Michael Schaller | 2015-08-04 | 1 | -0/+3 |
| | | | | build directories. | ||||
* | Fleshed out Go's documentation about the director feature and added a ↵ | Michael Schaller | 2015-08-04 | 7 | -0/+207 |
| | | | | | | director example. Fixes issues #418. | ||||
* | Remove unused std_string.i from callback examples | William S Fulton | 2015-05-10 | 1 | -2/+0 |
| | |||||
* | [Go] Fix Go multimap example to use Swig_AllocateString and swigCopyString. | Ian Lance Taylor | 2015-05-04 | 1 | -2/+7 |
| | |||||
* | Eliminate trivial differences between the reference examples | Olly Betts | 2014-11-07 | 2 | -5/+1 |
| | |||||
* | Remove bogus ; after } in examples | Olly Betts | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ↵ | William S Fulton | 2014-05-24 | 2 | -2/+2 |
| | | | | -Wreturn-type | ||||
* | Allow examples and test-suite to be built out of source tree | Karl Wette | 2014-05-11 | 12 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | More cleaning up of the class examples | Olly Betts | 2014-05-05 | 2 | -9/+9 |
| | |||||
* | Whitespace cleanup of Example Makefiles | Karl Wette | 2014-04-16 | 2 | -2/+2 |
| | |||||
* | Further cleaning up of class examples | Olly Betts | 2014-02-24 | 2 | -16/+10 |
| | |||||
* | Fix assorted comment and documentation typos | Olly Betts | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | In Examples/Makefile.in, compile and link the program in go and | Ian Lance Taylor | 2013-12-20 | 6 | -6/+6 |
| | | | | 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 directly | Ian Lance Taylor | 2013-12-16 | 22 | -22/+22 |
| | | | | into executable, rather than using a shared library. | ||||
* | Fix gcc -Waddress warning in variables examples | William S Fulton | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Fix typos | Olly Betts | 2013-09-25 | 1 | -1/+1 |
| | |||||
* | Go examples and test-suite format fixes | William S Fulton | 2013-07-01 | 12 | -12/+12 |
| | | | | | | Patch has the results of find . -name *.go -exec gofmt -w {} \; SF Patch #339. | ||||
* | Go examples makefiles clean target fixed and use RUNPIPE and tidyup | William S Fulton | 2013-04-19 | 12 | -81/+63 |
| | |||||
* | Run gofmt on hand written Go code. | Ian Lance Taylor | 2011-08-22 | 1 | -1/+0 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12781 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | For Go: Fix handling of INPUT variables when using typemaps.i. This | Ian Lance Taylor | 2011-02-20 | 1 | -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 examples | William S Fulton | 2010-11-26 | 12 | -1705/+0 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12316 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | Update the instructions to say that you also need to compile the code | Ian Lance Taylor | 2010-06-16 | 1 | -2/+4 |
| | | | | | | | itself. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12133 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | Rename "go" typemap to "gotype". | Ian Lance Taylor | 2010-06-15 | 1 | -3/+3 |
| | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12129 626c5289-ae23-0410-ae9c-e8d60b6d4f22 | ||||
* | Add support for the Go programming language. | Ian Lance Taylor | 2010-06-10 | 79 | -0/+4525 |
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22 |