libsigc++ 2.7.2
- From: Murray Cumming <install-module master gnome org>
- To: FTP Releases <ftp-release-list gnome org>
- Subject: libsigc++ 2.7.2
- Date: Fri, 11 Mar 2016 13:35:32 +0000 (UTC)
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 also used by glibmm and gtkmm to wrap Glib and GTK+
signals.
News
====
* Deprecate sigc::ref() and sigc::reference_wrapper(),
adding support instead for std::ref(), std::cref(),
and std::reference_wrapper().
(Murray Cumming)
* mem_fun(): Deprecate mem_fun(pointer, func).
Leaving just mem_fun(reference, func).
Please let us know if you disagree strongly with this.
(Murray Cumming) Bug #763215
* Make all operator bool() explicit. (A C++11 feature.)
(Murray Cumming)
* Build: Remove some now-unnecessary configure checks.
But please let us know if this causes problems for you.
(Murray Cumming) Bug #762065 (Kjell Ahlstedt)
* Build: Update MSVC project.
(Chun-wei Fan)
* Documentation: Improve the documentation of mem_fun(), making it clear that
mem_fun() does not return a slot.
(Kjell Ahlstedt)
ChangeLog
=========
https://download.gnome.org/sources/libsigc++/2.7/libsigc++-2.7.2.changes (3.71K)
Download
========
https://download.gnome.org/sources/libsigc++/2.7/libsigc++-2.7.2.tar.xz (3.30M)
sha256sum: 38aa3c1002887cb780eec04461e245b56942adbfddeec1aa7812687f7ac9258a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]