-
wsfulton committed revision 11801 to the SWIG SVN repository, changing 2 files.
2009-12-24 17:00:35 UTC by wsfulton
-
wsfulton committed revision 11800 to the SWIG SVN repository, changing 2 files.
2009-12-24 16:51:45 UTC by wsfulton
-
wsfulton committed revision 11799 to the SWIG SVN repository, changing 1 files.
2009-12-24 15:53:01 UTC by wsfulton
-
wsfulton committed revision 11798 to the SWIG SVN repository, changing 2 files.
2009-12-24 15:50:03 UTC by wsfulton
-
wsfulton committed revision 11797 to the SWIG SVN repository, changing 4 files.
2009-12-23 01:05:17 UTC by wsfulton
-
wsfulton committed revision 11796 to the SWIG SVN repository, changing 1 files.
2009-12-23 00:02:52 UTC by wsfulton
-
wsfulton committed revision 11795 to the SWIG SVN repository, changing 2 files.
2009-12-22 23:08:28 UTC by wsfulton
-
wsfulton committed revision 11794 to the SWIG SVN repository, changing 2 files.
2009-12-22 19:21:55 UTC by wsfulton
-
Oops, hit the submit button by mistake. This is with SWIG 1.3.40.
I've taken the liberty to extend the existing typemap file to use a specialisation for std::vector so that the use of the proxy type is avoided, I think. I really know very little about this so I feel only confident enough to submit it as a potential solution and hope that someone more expert than I can give it some...
2009-12-22 10:27:49 UTC by gbrchill
-
See bug ID 1386582, previously logged against the Perl wrappers. When the user creates a wrapper for a std::vector the underlying wrapper generation code presents this to the TCL world as a regular TCL list of T* objects. So, member functions of T can be called via dispatch through the pointers in the list. However, when the vector is a vector or T* the wrapper produces a list of pointers...
2009-12-22 10:14:14 UTC by gbrchill