summaryrefslogtreecommitdiff
path: root/glib/glibmm/refptr.h
Commit message (Expand)AuthorAgeFilesLines
* Glib::RefPtr: Put the documentation in a Doxygen groupKjell Ahlstedt2022-10-101-0/+11
* Glib::RefPtr: Improve the documentationKjell Ahlstedt2022-06-061-0/+15
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* RefPtr: Minor documentation fixKjell Ahlstedt2017-04-181-2/+2
* RefPtr: Improve the reference docs now that this is a std::shared_ptr.Murray Cumming2017-04-181-10/+13
* RefPtr: Make this an alias for shared_ptr<> instead.Murray Cumming2017-04-071-439/+25
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-0/+7
* Glib: Remove some deprecated APIKjell Ahlstedt2016-12-271-15/+0
* RefPtr: Make operator bool() explicit.Murray Cumming2016-04-101-5/+1
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* Run clang-format on glib .h files.Murray Cumming2016-02-261-102/+103
* Glib: More nullptr instead of 0Kjell Ahlstedt2015-11-231-2/+1
* RefPtr: Use nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* Glib::RefPtr: Enable disallowance with certain classesKjell Ahlstedt2015-09-161-0/+35
* RefPtr: Make everything else noexcept too.Murray Cumming2015-08-311-41/+42
* RefPtr: Make destructor, move operations and swap() noexcept.Murray Cumming2015-08-311-13/+13
* 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