summaryrefslogtreecommitdiff
path: root/tests/test_trackable_move.cc
Commit message (Expand)AuthorAgeFilesLines
* Reformat code with make formatMurray Cumming2019-10-281-2/+2
* Tests: Add comments by uses after move.Murray Cumming2017-07-211-2/+2
* trackable: Make move operations noexcept.Murray Cumming2017-07-211-1/+4
* tests: Remove unnecessary includes.Murray Cumming2017-04-181-3/+0
* Remove unnecessary -*- c++ - *-* comments.Murray Cumming2016-04-201-1/+0
* Update copyright years.Murray Cumming2016-04-201-1/+1
* Add .clang-format file and reformat tests and examples.Murray Cumming2016-03-301-17/+7
* tests: Use the sigc::slot<R(Args...)> syntax only.Murray Cumming2016-03-161-1/+1
* mem_fun(): Remove the T_obj* overloads.Murray Cumming2016-03-101-2/+2
* *mem_functor(): Remove the numbered versions, leaving just variadic ones.Murray Cumming2016-03-071-2/+2
* sigc::trackable: Don't move the callback list2.6.1Kjell Ahlstedt2015-09-261-1/+0
* Add test_trackable_move.Murray Cumming2015-09-011-10/+25
* trackable: move assignment operator: null the src.Murray Cumming2015-09-011-0/+66