summaryrefslogtreecommitdiff
path: root/Lib/shared_ptr.i
Commit message (Expand)AuthorAgeFilesLines
* Fix bug with macro invocation with empty first argOlly Betts2017-10-081-3/+1
* Add further documentation/info on the smartptr feature to the shared_ptr libr...William S Fulton2016-09-301-0/+7
* Add std_shared_ptr.i and document shared_ptr libraryWilliam S Fulton2010-06-011-0/+2
* shared_ptr improvements so the proxy class does not need to be specified - SW...William S Fulton2010-05-221-3/+16
* Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton2010-05-221-17/+1
* Add a few comments about the smart pointer implementationWilliam S Fulton2010-01-231-0/+4
* minor formatting fixWilliam S Fulton2008-12-061-1/+1
* Apply patch #2319790 from Johan Hake to fix shared_ptr usage in std::tr1 name...William S Fulton2008-11-231-3/+7
* Complete the Python support for shared_ptr mainly for derived classes. This i...William S Fulton2008-02-091-1/+5
* More SWIG_NO_DELETER macros for Python / UTL languagesWilliam S Fulton2008-01-131-0/+2
* shared_ptr typemaps addedWilliam S Fulton2007-10-071-0/+51