Ian Lance Taylor
|
01ebdc0995
|
In Examples/Makefile.in, compile and link the program in go and
go_cpp, rather than in go_run. This permits eliminating go_run_cpp.
|
2013-12-20 08:14:45 -08:00 |
|
Ian Lance Taylor
|
1dca0af024
|
Update for Go 1.2 release. Add support for linking SWIG code directly
into executable, rather than using a shared library.
|
2013-12-16 19:50:17 -08:00 |
|
William S Fulton
|
152905e193
|
Fix gcc -Waddress warning in variables examples
|
2013-10-18 06:53:02 +01:00 |
|
Olly Betts
|
12708c9241
|
Fix typos
|
2013-09-25 17:29:33 +12:00 |
|
William S Fulton
|
112d7aa6d0
|
Go examples and test-suite format fixes
Patch has the results of find . -name *.go -exec gofmt -w {} \;
SF Patch #339.
|
2013-07-01 20:13:36 +01:00 |
|
William S Fulton
|
6acfda55d1
|
Go examples makefiles clean target fixed and use RUNPIPE and tidyup
|
2013-04-19 22:47:25 +01:00 |
|
Ian Lance Taylor
|
e82f320510
|
Run gofmt on hand written Go code.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12781 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2011-08-22 20:04:06 +00:00 |
|
Ian Lance Taylor
|
7ac265ff3d
|
For Go: Fix handling of INPUT variables when using typemaps.i. This
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
|
2011-02-20 05:48:25 +00:00 |
|
William S Fulton
|
b89248404d
|
Remove generated files from svn for Go examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12316 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-11-26 20:32:23 +00:00 |
|
Ian Lance Taylor
|
683dafb6d3
|
Update the instructions to say that you also need to compile the code
itself.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12133 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-06-16 15:47:15 +00:00 |
|
Ian Lance Taylor
|
da5e02f81c
|
Rename "go" typemap to "gotype".
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12129 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-06-15 19:40:34 +00:00 |
|
Ian Lance Taylor
|
5af2978f77
|
Add support for the Go programming language.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12108 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-06-10 01:13:31 +00:00 |
|