libsigc++ implements a typesafe callback system for
standard C++. It allows you to define signals and to connect those
signals to any callback function, either global or a member
function, regardless of whether it is static or virtual. libsigc++ is used by glibmm and gtkmm to wrap Glib and GTK+ signals. It does not depend on Glib, GTK+, glibmm or gtkmm. Home page: http://libsigc.sourceforge.net/ Download: https://download.gnome.org/sources/libsigc++/ Documentation: https://developer.gnome.org/libsigc++/unstable/ *** Changes 2.7.1 (unstable): * signal: Add a moving connect() method, taking an rvalue reference to a slot. (Kjell Ahlstedt) Bug #756484 * can_deduce_result_type_with_decltype: Rename the check() methods to checksize(). check() is a preprocessor macro in Mac OS X. (Kjell Ahlstedt) Bug #759315 (David Otto) * Temporarily undefine the nil macro, if it's defined. nil is a preprocessor macro in Objective-C++ and Mac OS X. (Kjell Ahlstedt) Bug #695235 * Correct the mem_functor<> declarations. Murray Cumming Kjell Ahlstedt kjell ahlstedt bredband net |