master
Add minimal shared_ptr support
Add support for const references to pointers
Fix cdata-related typemaps for C and add runme for cdata test
Fix SWIGEXPORTC definition and use under Windows
Make SWIGIMPORT definition more consistent with SWIGEXPORT
Revert "Use std/std_vector.i instead of a poor copy in c/std_vector.i"
Remove commented out code from c/std_except.i
Make std::{set,map} has() and has_key() methods const
Add trivial but working std::pair typemaps implementation
Define "equivalent" typecheck typemap attribute for shared_ptr<>
Add cxx{in,out}type typemaps and use them for std::string
Allow using vector with classes without default ctor in C too
Many major improvements. Almost all testsuite compiles now.