summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* slot and signal: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-216-29/+118
* More use of nullptr instead of 0Kjell Ahlstedt2015-10-135-15/+12
* slot_rep::disconnect(): Remove a comment, add a testKjell Ahlstedt2015-10-112-11/+13
* Update sigc++/.gitignoreKjell Ahlstedt2015-09-291-0/+3
* 2.6.12.6.1reallyMurray Cumming2015-09-272-1/+9
* sigc::trackable: Don't move the callback list2.6.1Kjell Ahlstedt2015-09-263-34/+10
* Recreate adaptors/lambda files necessary not to break ABIKjell Ahlstedt2015-09-265-5/+345
* 2.6.02.6.0Murray Cumming2015-09-212-1/+11
* C++11: deduce_result_type: Simpifying, removing use of std::is_same().Murray Cumming2015-09-171-5/+12
* C++11: deduce_result_type: build fix, using SFINAE paradigm.Marcin Kolny2015-09-171-6/+7
* C++11: deduce_result_type: Simplify with variadic template and std::condition...Murray Cumming2015-09-171-31/+9
* MSVC Builds: Add "Install" ProjectChun-wei Fan2015-09-114-47/+167
* Update README on Visual Studio BuildsChun-wei Fan2015-09-091-2/+2
* sigc++config.h.in: Allow Build for MSVC 2013Chun-wei Fan2015-09-091-0/+5
* Update source of web pageKjell Ahlstedt2015-09-087-71/+41
* Update .gitignoreKjell Ahlstedt2015-09-071-4/+2
* 2.5.42.5.4Murray Cumming2015-09-032-1/+16
* Update tests/.gitignoreMurray Cumming2015-09-031-0/+3
* MSVC Builds: Use Windows Line Endings for .slnChun-wei Fan2015-09-021-338/+338
* MSVC Builds: Add Forgotten FilesChun-wei Fan2015-09-021-0/+5
* MSVC Builds: Remove MSVC 2005 and 2008 projectsChun-wei Fan2015-09-0250-16721/+0
* MSVC Builds: Rename MSVC_Net2010/ to MSVC_Net2013/Chun-wei Fan2015-09-0268-356/+345
* signal_base, trackable: Make move operations noexcept.Murray Cumming2015-09-014-8/+8
* Added test_signal_move.Murray Cumming2015-09-012-0/+52
* Added test_slot_moveMurray Cumming2015-09-012-0/+68
* Add test_trackable_move.Murray Cumming2015-09-012-10/+27
* trackable: move constructor: null the src.Murray Cumming2015-09-011-0/+1
* trackable: move assignment operator: null the src.Murray Cumming2015-09-012-0/+68
* C++11: signal_base: Add move operations.Murray Cumming2015-09-012-2/+23
* trackable: Add missing operator=(&&) implementation.Murray Cumming2015-09-011-0/+10