libsigc++ 2.99.12 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.12: (unstable)

* Avoid compiler warnings from function pointer conversions
  (Kjell Ahlstedt) Issue #1 (sharkcz)
  (Kjell Ahlstedt) Issue #8 (db0451)

Build:
* Replace the Visual Studio project files with MSVC NMake project files
  Add MSVC_NMake/README.txt for Visual Studio builds
  (Chun-wei Fan) Pull request #7
* cmake: Require C++17 support
  (Kjell Ahlstedt) Issue #9 (telkamp)

Documentation:
* Update links in README, configure.ac, libsigcplusplus.doap
  (Seirra) Pull request #4
  (Kjell Ahlstedt)
* README: Update compiler requirement
  (Kjell Ahlstedt) Issue #6 (Petr Ohlidal)

Kjell Ahlstedt
kjellahlstedt gmail com



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