libsigc++ 2.5.4



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_base::operator=(const &): Copy the blocked too,
  so the destionation is blocked if the source is blocked,
  regardless of whether the destionation was previously
  blocked, because this seems to be what we should expect.
  (Murray Cumming)
* C++11: slot_base, slot*, signal_base, signal*, trackable:
  Add move operations.
  (Murray Cumming)
* Update MSVC Projects, requiring at least MSVC++ .Net 2013
  for C++11 support.
  (Chun-wei Fan)



ChangeLog
=========
https://download.gnome.org/sources/libsigc++/2.5/libsigc++-2.5.4.changes  (3.72K)

Download
========
https://download.gnome.org/sources/libsigc++/2.5/libsigc++-2.5.4.tar.xz (3.28M)
  sha256sum: ecf55f53d6058ba6e41985b862f2e95fb5c2b31c008caa16984e790547337ea7



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]