About libsigc++
===============

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.

News
====

* slot: Handle auto-disconnection when a slot contains a slot
  (Kjell Ahlstedt) Bug #755003 (Ryan Beasley)
* slot and signal: Correct move constructors and move assignments.
  (Kjell Ahlstedt) Bug #756484.
* trackable, slot_base, signal_base, connection: Add some noexcept specs
  (Kjell Ahlstedt) Bug #756484.
* trackable, slot, signal: Remove noexcept from move operations.
  (Kjell Ahlstedt) Bug #756484.
* slot and signal: Add missing move constructors and move assignments
  (Kjell Ahlstedt) Bug #756484.
* signal_impl: =delete copy and move operations.
  (Murray Cumming, Kjell Ahlstedt) Bug #756484
* typed_slot_rep: =delete unimplemented copy and move operations.
  (Murray Cumming, Kjell Ahlstedt) Bug #756484
* slot_rep: =delete copy and move operations.
 (Murray Cumming, Kjell Ahlstedt) Bug #756484



ChangeLog
=========
https://download.gnome.org/sources/libsigc++/2.6/libsigc++-2.6.2.changes  
(3.40K)

Download
========
https://download.gnome.org/sources/libsigc++/2.6/libsigc++-2.6.2.tar.xz (3.29M)
  sha256sum: fdace7134c31de792c17570f9049ca0657909b28c4c70ec4882f91a03de54437

_______________________________________________
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list

Reply via email to