libsigc++ 2.99.13 released



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++/unstable/

*** Changes

2.99.13: (unstable)

* Replace the deprecated std::result_of with std::invoke_result
  (Kjell Ahlstedt) Issue #19

Build:
* CMake: Supply SIGC_BUILD and use CMAKE_CXX_STANDARD
  (Jeff Trull) Issue #23, pull request #24

Documentation:
* Remove some obsolete documentation
  (Murray Cumming) Issue #12 (Jeremy Bicha)
* Rename README to README.md and update it
  (Murray Cumming) Issue #18 (Traumschule)
  (Jürg Billeter) Pull request #20
* Reference docs generated by Doxygen 1.8.11.
  Shown at https://developer.gnome.org/libsigc++/unstable/
  (contrary to 2.99.12's documentation)

Tests:
* Add some necessary #include directives
  (Lennard Berger) Pull Request #15

Kjell Ahlstedt
kjellahlstedt gmail com



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