summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* C++11: deduce_result_type.h: Add and use a deduce_result_t<> alias.Murray Cumming2015-08-133-8/+12
* type_traits.h: Remove the unused type and pointer types.Murray Cumming2015-08-131-10/+0
* type_trait: Define and use type_trait_pass/take_t aliases.Murray Cumming2015-08-136-22/+28
* 2.5.22.5.2Murray Cumming2015-08-132-1/+32
* Remove the sigc++/object.h headerKjell Ahlstedt2015-08-132-25/+0
* Update sigc++/.gitignoreKjell Ahlstedt2015-08-121-6/+0
* Store sigc++/slot.h in git, don't generate it from m4Kjell Ahlstedt2015-08-123-29/+23
* Remove the (generated) sigc++/hide.h header.Murray Cumming2015-08-122-25/+1
* Remove the (generated) sigc++/retype.h header.Murray Cumming2015-08-122-77/+2
* Remove the (generated) sigc++/object_slot.h header.Murray Cumming2015-08-122-24/+2
* Remove the (generated) method_slot.h header.Murray Cumming2015-08-122-25/+2
* Remove the (generated) class_slot.h header.Murray Cumming2015-08-122-29/+2
* Visual Studio Builds: Move 2010 Projects to 2012Chun-wei Fan2015-08-0431-403/+432
* C++11: Replace deprecated std::auto_ptr by std::unique_ptrKjell Ahlstedt2015-08-031-2/+2
* C++11: visit_each_type<>(): Another check for the same typeKjell Ahlstedt2015-07-262-1/+3
* C++11: visit_each<>: Check for the same type as well as the base.Murray Cumming2015-07-251-1/+1
* C++11: Use std::is_base_of<> instead of our sigc::is_base_and_derived<>.Murray Cumming2015-07-257-89/+8
* Update README, remove TODOKjell Ahlstedt2015-07-192-84/+5