swig/Source/CParse
William S Fulton 54e2317b24 Fix shared_ptr of classes with private constructors and destructors.
Usually these use a custom deleter passed to the shared_ptr.
This also fixes the "unref" feature when used on classes with private destructors.
2015-05-14 19:03:06 +01:00
..
cparse.h Improve error message when an unknown SWIG directive is used 2015-01-08 12:07:54 +13:00
cscanner.c Cosmetic rename COPERATOR to CONVERSIONOPERATOR 2015-05-01 19:26:09 +01:00
parser.y Fix shared_ptr of classes with private constructors and destructors. 2015-05-14 19:03:06 +01:00
templ.c Add support for friend templates, including operator overloading. 2015-05-05 06:48:25 +01:00
util.c Create separate extetnd.c file for handling extensions / %extend 2014-05-21 19:16:15 +01:00