summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build: Fix silent buildslibsigc++-2-8Kjell Ahlstedt2016-07-182-6/+13
* 2.8.02.8.0Murray Cumming2016-03-162-1/+6
* test_retype: Break into smaller tests.Murray Cumming2016-03-161-11/+49
* Reference docs: Main page: Mention CMake.Murray Cumming2016-03-151-4/+22
* 2.7.2Murray Cumming2016-03-112-1/+22
* test_accumulated(): Restructure this.Murray Cumming2016-03-111-14/+34
* test_signal: Add test_simple().Murray Cumming2016-03-111-0/+10
* test_signal(): Restructure this.Murray Cumming2016-03-111-14/+40
* test_slot(): Restructure this.Murray Cumming2016-03-111-9/+34
* signal: make_slot(): Use non-deprecated constructor.Murray Cumming2016-03-101-1/+1
* tests: Prefer the non-deprecated mem_fun(reference, func) form.Murray Cumming2016-03-108-20/+20
* tests: Use std::ref() instead of deprecated sigc::ref().Murray Cumming2016-03-109-34/+34
* examples: Don't use deprecated mem_fun(pointer, func).Murray Cumming2016-03-101-1/+1
* examples build: Disable deprecated API.Murray Cumming2016-03-101-1/+1
* mem_fun(): Deprecate mem_fun(pointer, func).Murray Cumming2016-03-101-0/+17
* MSVC builds: Update sigc++ projectChun-wei Fan2016-03-103-37/+45
* Also ifdef out bound_argument<sigc::reference_wrapper>.Murray Cumming2016-03-081-0/+40
* reference_wrapper: Include <functional>.Murray Cumming2016-03-081-0/+2
* Deprecate sigc::ref() in favor of std::ref().Murray Cumming2016-03-082-3/+35
* .doap: Correct the web site URL.Murray Cumming2016-03-071-2/+2
* Rename our .doap file.Murray Cumming2016-03-071-0/+0
* Fix tiny typo in a comment.Murray Cumming2016-03-071-1/+1
* docs: Refer to it as libsigc++, not libsigc++2.Murray Cumming2016-03-061-1/+1
* website/README: Mention the new git repository.Murray Cumming2016-03-063-3/+3
* SIGC_CXX_HAS_SUN_REVERSE_ITERATOR: Add std:: now that I removed the using std.Murray Cumming2016-03-031-1/+1
* C++11: Make all operator bool() explicit.Murray Cumming2016-03-033-8/+4
* Remove now-unnecessary SIGC_CXX_HAS_NAMESPACE_STD() configure check.Murray Cumming2016-03-034-58/+1
* Remove unused SIGC_CXX_SELF_REFERENCE_IN_MEMBER_INITIALIZATION() configure ch...Murray Cumming2016-03-035-33/+1
* Improve the documentation of mem_fun()Kjell Ahlstedt2016-03-022-9/+18
* Add test_bind_as_slot.Murray Cumming2016-03-012-0/+73
* 2.7.12.7.1Kjell Ahlstedt2016-03-012-1/+15
* m4: Remove unused UPPER and LOWER functions.Murray Cumming2016-01-141-2/+0
* tests: Use = delete instead of private constructors.Murray Cumming2016-01-143-12/+28
* functor_trait.m4: Correct the mem_functor<> declarations.Murray Cumming2016-01-071-4/+4
* 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