summaryrefslogtreecommitdiff
path: root/tests/test_track_obj.cc
Commit message (Expand)AuthorAgeFilesLines
* C++11: Change all typedefs to using.Murray Cumming2016-03-071-2/+2
* C++11: Replace sigc::ref() with std::ref().Murray Cumming2016-03-071-2/+2
* C++11: Use auto.Murray Cumming2015-07-181-2/+2
* C++11: Use of nullptr instead of 0.Murray Cumming2015-07-181-3/+3
* C++11: Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPEKjell Ahlstedt2015-07-141-15/+3
* Tests: Enable C++11 lambda expressions with MS Visual Studio 2012 and laterRyan Beasley2014-07-291-1/+1
* Fix 'make check' with clang++ and --enable-warnings=fatalKjell Ahlstedt2014-07-141-12/+15
* Add track_obj() and test_track_obj.Kjell Ahlstedt2013-02-261-0/+230