libsigc++ 2.5.1



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
====

* Use (and require) C++11
  (Kjell Ahlstedt) 
* Using C++11 lambda functions to create sigc::slots:
  Avoid the need for SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
  (Kjell Ahlstedt)
* Remove the already-deprecated sigc::lambda (and sigc::group) API.
  This is an API change but should not be an ABI change, so it should
  only affect you when rebuilding applications, if you use this API.
  (Murray Cumming, Kjell Ahlstedt)



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

Download
========
https://download.gnome.org/sources/libsigc++/2.5/libsigc++-2.5.1.tar.xz (3.29M)
  sha256sum: 969c37be81714e49c8cd35dbfb48f40f849961ca5468f883169db95bb5b7a36e



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