summaryrefslogtreecommitdiff
path: root/tests/test_bind.cc
Commit message (Expand)AuthorAgeFilesLines
* C++11: Replace sigc::ref() with std::ref().Murray Cumming2016-03-071-3/+4
* tests: Use = delete instead of private constructors.Murray Cumming2016-01-141-4/+9
* C++11: Use auto.Murray Cumming2015-07-181-1/+1
* Test cases: Report pass/fail with exit status.Kjell Ahlstedt2012-10-181-39/+90
* Use the explicit template specialization, needed for Tru64 and AIXMurray Cumming2005-04-261-2/+6
* Updated NEWSMurray Cumming2005-01-251-3/+5
* Disabled the test_accumulator, test_bind, and test_compose tests, and partMurray Cumming2005-01-211-2/+2
* Added cxx_std.m4, with a test copied from glibmm/scripts/cxx_std.m4 toMurray Cumming2005-01-191-0/+4
* Bug #159597 - patch from e97_far at e.kth.se to replace C-style casts withMurray Cumming2005-01-181-1/+1
* Change to zero-based argument index in numbered bind() and hide() overloadMartin Schulze2003-11-111-16/+12
* Add unnumbered bind() and hide() overloads to make specifying the argumentMartin Schulze2003-11-101-0/+2
* Change functor type in typed_slot_rep toMartin Schulze2003-11-091-1/+12
* Use LIBSIGC_TEMPLATE_PREFIX in explicit function template instantiations.Martin Schulze2003-11-011-12/+0
* Add SigC::Signal#<>::slot(). Comment out make_slot() work-around. RemoveMartin Schulze2003-10-301-2/+1
* Remove disturbing limit_derived_target<>::operator() overloads. AddMartin Schulze2003-10-241-5/+7
* Add announces of versions 1.9.6 and 1.9.7. New file. Defines namespaceMartin Schulze2003-10-191-20/+17
* - Remove unnecessary void specializations. In fact, only the one forMartin Schulze2003-08-231-14/+25
* Change "closure" to "slot" throughout sigc++2 (file names, class names,Martin Schulze2003-03-261-2/+2
* Make the adaptor's data member public so that visit_each() can access it.Martin Schulze2003-03-241-5/+32
* Move detection of function and member method pointers' return types fromMartin Schulze2003-03-241-7/+3
* Test and show how to use functor_trait for user defined or 3rd-partyMartin Schulze2003-03-221-1/+20
* Add explanations. Comment in / create templates callof_safe[#].Martin Schulze2003-03-201-11/+24
* Added missing files.Murray Cumming2003-01-151-0/+39