summaryrefslogtreecommitdiff
path: root/tests/test_cpp11_lambda.cc
Commit message (Expand)AuthorAgeFilesLines
* Reformat code with make formatMurray Cumming2019-10-281-11/+13
* tests: Remove unnecessary includes.Murray Cumming2017-04-181-3/+0
* Update copyright years.Murray Cumming2016-04-201-1/+1
* Add .clang-format file and reformat tests and examples.Murray Cumming2016-03-301-118/+135
* tests: Use the sigc::slot<R(Args...)> syntax only.Murray Cumming2016-03-161-2/+2
* tests: Use sigc::signal<R(Args...)> syntax only.Murray Cumming2016-03-161-5/+5
* C++11: Replace sigc::ref() with std::ref().Murray Cumming2016-03-071-15/+14
* C++11: Use auto.Murray Cumming2015-07-181-2/+2
* Use -Wshadow with --enable-warnings=fatal.Murray Cumming2015-07-181-20/+20
* C++11: Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPEKjell Ahlstedt2015-07-141-18/+2
* 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-4/+6
* Fix test_cpp11_lambda for gcc 4.8Kjell Ahlstedt2013-10-261-1/+30
* Add track_obj() and test_track_obj.Kjell Ahlstedt2013-02-261-16/+14
* Test cases: Report pass/fail with exit status.Kjell Ahlstedt2012-10-181-74/+66
* Fix comma operator in lambda expressions.Andris Pavenis2012-09-201-1/+12
* Add SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.Kjell Ahlstedt2012-09-191-2/+2
* Fix 'make check' with gcc 4.7.Kjell Ahlstedt2012-09-071-14/+14
* Add SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH for C++11 lambda expressions.Kjell Ahlstedt2012-08-281-0/+483