summaryrefslogtreecommitdiff
path: root/Lib/csharp/boost_shared_ptr.i
Commit message (Expand)AuthorAgeFilesLines
* Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser2013-10-171-36/+36
* Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton2011-11-251-5/+11
* nspace fixes for smart pointersWilliam S Fulton2010-05-231-1/+1
* shared_ptr improvements so the proxy class does not need to be specified - SW...William S Fulton2010-05-221-14/+13
* Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton2010-05-221-4/+1
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-4/+4
* Add a few comments about the smart pointer implementationWilliam S Fulton2010-01-231-0/+3
* don't unnecessarily set swigCPtr to zero again if Dispose/delete called multi...William S Fulton2009-03-311-9/+13
* Remove some unnecessary castsWilliam S Fulton2008-02-131-3/+3
* Fix compilation problem for const methods and memory leak for plain member va...William S Fulton2007-10-091-2/+13
* shared_ptr typemaps addedWilliam S Fulton2007-10-071-0/+218