summaryrefslogtreecommitdiff
path: root/tests/glibmm_refptr
Commit message (Expand)AuthorAgeFilesLines
* RefPtr: Make this an alias for shared_ptr<> instead.Murray Cumming2017-04-071-16/+22
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-1/+1
* Run clang-format on tests.Murray Cumming2016-02-261-80/+62
* tests/glibmm_refptr: Add simpler tests for move constructor/operator=.Murray Cumming2015-07-281-1/+28
* tests/glibmm_refptr: Slight improvement.Murray Cumming2015-07-281-1/+1
* Glib::RefPtr: add missing constructor and assignment operatorMarcin Kolny2015-07-271-0/+33
* tests/glibmm_refptr: Correct the move constructor test.Murray Cumming2015-07-271-2/+2
* Add tests/glibmm_refptr.Murray Cumming2015-07-271-0/+215