summaryrefslogtreecommitdiff
path: root/Lib/java/boost_intrusive_ptr.i
Commit message (Expand)AuthorAgeFilesLines
* More move semantics improvementsWilliam S Fulton2022-07-041-2/+2
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-0/+11
* Consistent whitespace amongst all the shared_ptr and intrusive_ptr typemapsWilliam S Fulton2017-04-201-40/+40
* Missing transient keywords in Java proxy classWilliam S Fulton2016-11-131-4/+4
* Fix potential security exploit in generated Java classesWilliam S Fulton2015-08-021-4/+4
* Convert to unix fileformatWilliam S Fulton2013-01-121-473/+473
* Fix inconsistencies in Java and C# getCPtr() and pointer constructor visibili...William S Fulton2011-11-251-10/+20
* nspace fixes for smart pointersWilliam S Fulton2010-05-231-6/+6
* shared_ptr improvements so the proxy class does not need to be specified - SW...William S Fulton2010-05-221-20/+20
* Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton2010-05-221-2/+2
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-8/+8
* Add a few comments about the smart pointer implementationWilliam S Fulton2010-01-231-1/+4
* don't unnecessarily set swigCPtr to zero again if Dispose/delete called multi...William S Fulton2009-03-311-9/+13
* fix up namespaces so that boost, std or std::tr1 can be used for shared_ptr/i...William S Fulton2009-01-051-65/+65
* Add boost::intrusive_ptr wrappers from Mike RowbothamWilliam S Fulton2008-12-281-0/+456