aboutsummaryrefslogtreecommitdiff
path: root/tclpd.i
AgeCommit message (Collapse)Author
2011-11-28Fix pd_bind crash in [bitmap] (bug #3429577).mescalinum
This commit causes [bitmap] to break further, because there are now two string representations of a t_pd*: 1. the one provided by SWIG, unaccessible by tclpd; 2. the tclpd synthetic one In order to be fixed, hashtable must become a bidirectional hashmap, so that a reverse lookup in the object_table is possible (needed in order to make a %typemap(out) t_pd *). svn path=/trunk/externals/loaders/tclpd/; revision=15801
2011-11-16correctly determine the mangled SWIGTYPEmescalinum
svn path=/trunk/externals/loaders/tclpd/; revision=15756
2011-11-15fixed binbuf supportmescalinum
svn path=/trunk/externals/loaders/tclpd/; revision=15751
2011-11-15oopsmescalinum
svn path=/trunk/externals/loaders/tclpd/; revision=15750
2011-11-15use more handy SWIG macrosmescalinum
svn path=/trunk/externals/loaders/tclpd/; revision=15749
2011-11-130.3.0 - typemaps support completemescalinum
svn path=/trunk/externals/loaders/tclpd/; revision=15738