swig/Lib/go
Karl Wette 66555ad2a7 Fix go configuration and SWIG_GCC_VERSION
- in configure.ac: modify sed expression to only look at first line of
  gccgo --version, extract the last numeric token, and remove periods;
  this parses e.g. "gccgo (Debian 4.7.2-5) 4.7.2"
- in goruntime.swg: fix typo in __GNUC_PATCHLEVEL__ (SF Bug #1298)
2014-05-02 21:44:52 +02:00
..
cdata.i Update for Go 1.2 release. Add support for linking SWIG code directly 2013-12-16 19:50:17 -08:00
exception.i Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
go.swg [Go] Fix handling of C type "long" on 32-bit systems. It was broken 2014-01-27 17:49:35 -08:00
gokw.swg Fix std::map warning keyword hack in Go 2010-06-11 22:36:58 +00:00
goruntime.swg Fix go configuration and SWIG_GCC_VERSION 2014-05-02 21:44:52 +02:00
std_common.i Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
std_deque.i Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
std_except.i Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
std_list.i Fix problems in Go support revealed by recent test cases. 2012-03-14 19:27:23 +00:00
std_map.i Fix std::map warning keyword hack in Go 2010-06-11 22:36:58 +00:00
std_pair.i Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
std_string.i std::string typemap modifications so they can be used with %apply for other string classes 2012-05-26 06:33:49 +00:00
std_vector.i Work around differences in clang libc++ std::vector<bool>::const_reference 2014-02-04 16:00:12 -05:00
stl.i Add support for the Go programming language. 2010-06-10 01:13:31 +00:00
typemaps.i Adjust typemaps.i for change in handling of reference to slice. 2012-10-02 14:53:13 +00:00