libsigc++ (a.k.a.
libsigcplusplus) 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: https://libsigcplusplus.github.io/libsigcplusplus/
Download: https://download.gnome.org/sources/libsigc++/
Documentation: https://developer.gnome.org/libsigc++/3.0/
*** Changes
3.0.0 (stable)
This is the first stable release of sigc++-3.0, installable in
parallel with sigc++-2.0. sigc++-3.0 requires C++17.
Changes compared to the latest unstable release:
* Fix tuple_transform_each() for libc++
(Kjell Ahlstedt) Issue #25 (Jeff Trull)
Documentation:
* Remove some obsolete documentation
(Kjell Ahlstedt)
Tests:
* Make test_track_obj.cc compile with clang++
(Kjell Ahlstedt)
* Don't call static method via instance
(Murray Cumming)
Kjell
Ahlstedt
kjellahlstedt gmail com