2016-07-06 Murray Cumming 2.9.3 2016-07-05 Murray Cumming signal: Deprecate slots(). Because we don't use it in any tests or examples and probably nobody uses it. It has already been removed from libsigc++-3.0 (which installs in parallel): https://git.gnome.org/browse/libsigcplusplus/commit/?id=fb5d1a55ddd843a1ded635b0ebce4e5b5301fc36 Please tell us if you really need to use this. 2016-07-05 Murray Cumming signal: Deprecate emit_reverse(). Because we don't use it in any tests or examples and probably nobody uses it. It has already been removed from libsigc++-3.0 (which installs in parallel): https://git.gnome.org/browse/libsigcplusplus/commit/?id=1a4eee7e8ded2acea94e27af5c94e37dcd9cbb13 Please tell us if you really need to use this. 2016-06-21 Kjell Ahlstedt Update tests/.gitignore 2016-06-17 Chun-wei Fan Fix build of "Implement slot with variadic template" * sigc++/functors/macros/slot.h.m4: Fix the use of operator() in the variadic templates usage in the base slot_call as the syntax differs between compilers for this call. This fixes the build of the tests and any items that makes use of sigc++/functors/slot.h on non-GCC, specifically Visual Studio 2013 and 2015. https://bugzilla.gnome.org/show_bug.cgi?id=767777 2016-06-17 Chun-wei Fan Visual Studio builds: Update project Remove the sources from the projects that have been removed from the source tree lately. 2016-04-20 Murray Cumming Update tests/.gitignore 2016-04-20 Murray Cumming benchmark: Use boost::timer instead of Glib::Timer. And optionally build it, when --enable-benchmark is passed to configure. 2016-04-20 Murray Cumming benchmark: Use the newer syntax. 2016-04-20 Murray Cumming benchmark: Increase count. 2016-04-20 Murray Cumming benchmark: Make the 1000 a constant, so we can change it. 2016-04-20 Murray Cumming benchmark: Rearrange. 2016-04-20 Murray Cumming benchmark: Add copyright header. 2016-04-20 Murray Cumming benchmark: Update for the newer libsigc++ API. 2016-04-08 Murray Cumming 2.9.2