summaryrefslogtreecommitdiff
path: root/glib/glibmm/refptr.h
Commit message (Expand)AuthorAgeFilesLines
* Glib::RefPtr: minor release() improvements.Marcin Kolny2015-08-071-1/+6
* RefPtr: move assignment operator: Use swap().Murray Cumming2015-08-011-9/+3
* Glib::RefPtr: add missing constructor and assignment operatorMarcin Kolny2015-07-271-0/+30
* Glib::RefPtr: add "release()" methodMarcin Kolny2015-07-271-0/+15
* Glib::RefPtr: Move assignment operator: Unref the previous object.Murray Cumming2015-07-191-0/+9
* RefPtr: Add move constructor and move assignment operator.Murray Cumming2015-07-181-0/+23
* RefPtr<>: Don't mention RefPtr<T_CppObject> when just RefPtr is allowed.Murray Cumming2015-07-181-22/+22
* C++11: Use nullptr.Murray Cumming2015-07-161-1/+1
* Fix some doxygen warningsKjell Ahlstedt2014-01-311-1/+1
* Strip trailing whitespace.Mark Vender2012-10-291-4/+4
* Update a TODOMurray Cumming2011-04-041-1/+2
* Added a TODOMurray Cumming2010-12-221-0/+3
* RefPtr: Make it work with sorted containers (e.g. std::set<RefPtr<T> >).David Kozub2010-12-221-0/+44
* Rename @since back to @newinDaniel Elstner2009-08-201-1/+1
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-1/+1
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-2/+1
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Merged to trunk from glibmm-2-14. This should not have been applied to glibmm...Murray Cumming2007-12-281-1/+15
* output_wrap_property(): Do not add the const read-only method override ifMurray Cumming2005-04-071-0/+23
* Removed RefPtr<>::is_null() to encourate use of more pointer-like operatorMurray Cumming2003-01-271-11/+2
* Removed the operator=(CppObject*), as suggested in the TODO comment.Murray Cumming2003-01-081-22/+0
* Initial revisionMurray Cumming2003-01-071-0/+349