summaryrefslogtreecommitdiff
path: root/tests/test_signal_move.cc
Commit message (Expand)AuthorAgeFilesLines
* Tests: Add comments by uses after move.Murray Cumming2017-07-211-2/+2
* tests: Remove unnecessary includes.Murray Cumming2017-04-181-4/+0
* Update copyright years.Murray Cumming2016-04-201-1/+1
* Add .clang-format file and reformat tests and examples.Murray Cumming2016-03-301-4/+6
* tests: Use sigc::signal<R(Args...)> syntax only.Murray Cumming2016-03-161-3/+3
* slot and signal: Add missing move constructors and move assignmentsKjell Ahlstedt2015-11-081-2/+2
* slot and signal: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-211-2/+4
* Added test_signal_move.Murray Cumming2015-09-011-0/+50