summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* trackable: Add move operations.Murray Cumming2015-09-012-0/+36
* C++11: slot*: Add move operations.Murray Cumming2015-09-011-2/+16
* C++11 slot_base: Add move operations.Murray Cumming2015-09-012-19/+57
* slot_base::operator=(const &): Copy blocked_ too.Murray Cumming2015-09-011-1/+7
* 2.5.3Murray Cumming2015-09-012-1/+7
* MSVC Projects: Overhaul The ProjectsChun-wei Fan2015-08-3198-3210/+3207
* deduce_result_t: Add initial T_return template parameter.Murray Cumming2015-08-141-2/+2
* tests: Use sigc::deduce_result_t<> instead of deduce_result_type<>::type.Murray Cumming2015-08-142-5/+5
* exception_catch.h: Generate deduce_result_type for the void specializations too.Murray Cumming2015-08-141-0/+6