swig/Lib/mzscheme
Olly Betts c836c81acb When wrapping C++ code, generate code which uses
std::string::assign(PTR, LEN) rather than assigning
std::string(PTR, LEN).  Using assign generates more efficient code
(tested with GCC 4.1.2).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9936 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-09-17 20:10:57 +00:00
..
Makefile Initial revision 2000-04-06 08:26:59 +00:00
mzrun.swg * Bug fix in the dynamic loading code of the mzscheme binding 2006-09-17 20:55:27 +00:00
mzscheme.swg Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_common.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_deque.i Each target language now has its own std_deque.i like the other STL wrappers. 2006-01-08 20:08:44 +00:00
std_map.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_pair.i Fixes for std::pair typemaps 2006-08-01 07:51:45 +00:00
std_string.i When wrapping C++ code, generate code which uses 2007-09-17 20:10:57 +00:00
std_vector.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
stl.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
typemaps.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00