William S Fulton
|
1e19e4bd45
|
li_boost_shared_ptr_bits testcase fix for languages without shared_ptr support
|
2015-05-14 21:09:08 +01:00 |
|
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 |
|
David Nadlinger
|
a355d2d46a
|
Added special cases to the test-suite as required for D.
This is a part of the pending merge of the D module.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12298 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-11-18 00:17:37 +00:00 |
|
William S Fulton
|
53ad9822f5
|
Fix for languages that don't have %shared_ptr macro
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12158 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-07-17 14:48:13 +00:00 |
|
William S Fulton
|
cca92f4188
|
Fix #3024875 - shared_ptr of classes with non-public destructors. This also fixes the 'unref' feature when used on classes with non-public destructors.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12155 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-07-07 18:19:01 +00:00 |
|
William S Fulton
|
e2ce97f397
|
Add the ability for special variable macros to call other special variable macros. Also added additional diagnostics when using -debug-tmsearch. Add tests for std::vector of shared_ptr.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12059 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-05-26 23:22:49 +00:00 |
|
William S Fulton
|
3dfac02269
|
shared_ptr improvements so the proxy class does not need to be specified - SWIG_SHARED_PTR macro deprecated and replaced by %shared_ptr
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12037 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2010-05-22 23:57:19 +00:00 |
|
William S Fulton
|
d51a2f9322
|
fixes for languages without shared_ptr support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10350 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-04-05 20:27:42 +00:00 |
|
William S Fulton
|
69d6ce4f33
|
Fix shared_ptr typemaps for use with %pythonnondynamic
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10344 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2008-04-04 23:29:59 +00:00 |
|