summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* C++14: operator(): Use decltype(auto) instead of deduce_result_type.Murray Cumming2016-03-017-22/+22
* Use C++14.Murray Cumming2016-03-011-1/+1
* deduce_result_type.h: Remove comment about it being generated.Murray Cumming2016-03-011-4/+0
* adaptor_trait.h: Remove comment about it being generated.Murray Cumming2016-03-011-2/+0
* C++11: Replace sigc::ref() with std::ref().Murray Cumming2016-03-0112-108/+54
* Remove (and replace) the _R_ and _P_ m4 macros.Murray Cumming2016-03-015-24/+21
* Remove (previously deprecated) lambda API.Murray Cumming2016-03-016-349/+5
* retype_functor: Make the slot version variadic.Murray Cumming2016-03-011-4/+4
* retype_functor: Make the pointer_functor version variadic.Murray Cumming2016-03-011-16/+15
* exception_catch.h: Use this as a normal .h file.Murray Cumming2016-03-013-25/+6
* exception_catch_functor: Make this variadic.Murray Cumming2016-03-011-22/+34
* track_obj_functor1*(): Make operator() variadic.Murray Cumming2016-03-011-31/+25
* Add test_bind_as_slot.Murray Cumming2016-03-012-0/+73
* retype_return.h: Use this as a normal .h file.Murray Cumming2016-01-073-27/+8
* retype_return_functor: Make this variadic.Murray Cumming2016-01-071-37/+34
* compose.h: Use this as a normal .h file.Murray Cumming2016-01-073-26/+6
* compose1_functor, compose2_functor: Make these variadic.Murray Cumming2016-01-071-27/+18
* deduce_result_type.h: Use this as a regular .h file.Murray Cumming2016-01-073-30/+10
* bind_return.h: Use this as a normal .h file.Murray Cumming2016-01-073-27/+7
* bind_return_functor: operator(): Make this variadic.Murray Cumming2016-01-071-23/+20
* adaptor_trait.h: Use this as a regular .h file.Murray Cumming2016-01-073-49/+32
* adaptor_function: Make the operator() variadic.Murray Cumming2016-01-071-29/+20
* adaptor_functor: Make deduce_result_type variadic.Murray Cumming2016-01-071-2/+2
* mem_fun.h.m4: Remove now-unnecessary LIST() calls.Murray Cumming2016-01-071-18/+18
* filelist.am: Mention ptr_fun.h.Murray Cumming2016-01-071-0/+1
* functor_trait.h: Use this as a normal header, not generated.Murray Cumming2016-01-073-24/+6
* functor_trait.h.m4: Use a variadic template instead of generating many.Murray Cumming2016-01-071-29/+30
* *mem_functor(): Remove the numbered versions, leaving just variadic ones.Murray Cumming2016-01-0711-107/+91
* functor_trait.m4: Correct the mem_functor<> declarations.Murray Cumming2016-01-071-4/+4
* ptr_fun.h: Use this as a normal header instead of generating it.Murray Cumming2016-01-073-25/+5
* test_ptr_fun: Fix the build, at least temporarily.Murray Cumming2016-01-071-4/+7
* C++11: ptr_fun.h: Replace generated ptr_fun1/2/3/etc with ptr_fun<>.Murray Cumming2016-01-076-40/+29
* C++11: ptr_fun.h: Replace generated pointer_functor1/2/3/etc with pointer_fun...Murray Cumming2016-01-074-49/+46
* Don't use SIGC_USING_STD()Kjell Ahlstedt2015-12-177-18/+0
* Temporarily undefine the nil macro, if it's definedKjell Ahlstedt2015-12-168-0/+120
* can_deduce_result_type_with_decltype: Rename the check() methodsKjell Ahlstedt2015-12-151-5/+5
* Fix some typosKjell Ahlstedt2015-12-132-3/+3
* Add a moving signal::connect() overloadKjell Ahlstedt2015-11-163-0/+77
* 2.6.22.6.2libsigc-2-6Murray Cumming2015-11-132-1/+21
* Add warnings for use with --enable-warnings=fatalMurray Cumming2015-11-121-1/+1
* trackable, slot_base, signal_base, connection: Add some noexcept specsKjell Ahlstedt2015-11-108-62/+63
* slot and signal: Add missing move constructors and move assignmentsKjell Ahlstedt2015-11-084-6/+67
* trackable, slot, signal: Remove noexcept specificationsKjell Ahlstedt2015-11-087-14/+23
* slot: Handle auto-disconnection when a slot contains a slotKjell Ahlstedt2015-11-062-7/+126
* signal_impl: =delete copy and move operations.Murray Cumming2015-11-061-0/+6
* typed_slot_rep: =delete unimplemented copy and move operations.Murray Cumming2015-11-061-0/+5
* slot_rep: =delete copy and move operations.Murray Cumming2015-11-061-0/+6
* Small whitespace changes in docs comment.Murray Cumming2015-11-061-1/+3
* trackable: Add a commentKjell Ahlstedt2015-10-311-1/+4
* slot and signal: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-216-29/+118