laarmen / libsigcplusplus

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.

Home Page:https://libsigcplusplus.github.io/libsigcplusplus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libsigc++ -- The Typesafe Callback Framework for C++


General information:

   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 gtkmm to wrap the GTK+ signal system. It does not
   depend on GTK+ or gtkmm.

   Further information is available on the libsigc++ project home page:
   http://libsigc.sourceforge.net/


License information:

   Distribution of library and components is under the LGPL as listed in the
   file COPYING. Examples and tests are Public Domain.


Contact information:
   Maintainer: mailto: murrayc@murrayc.com
   Maillist: mailto: libsigc-list@gnome.org
   Homepage: http://libsigc.sourceforge.net
   Online reference documentation: https://developer.gnome.org/libsigc++/unstable/
   Download: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/
             https://download.gnome.org/sources/libsigc++/
   Git: https://git.gnome.org/browse/libsigcplusplus/


Overview of the distribution:

   docs/                             documentation on the signal system
      docs/reference/                reference documentation
   
   examples/                         examples of various signal functions
   
   sigc++/                           source for library
      sigc++/functors/               source for library (various functors)
      sigc++/adaptors/               source for library (various adaptors)
   
   build/                            auxiliary files for building
   
   tests/                            programs testing and verifying proper behaviour
   
   MSVC_Net2017/                     project files for building the library with MSVC++ 2017


Compatibility:

   Compatible compilers must support C++14, such as the decltype(auto) specifier.

About

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.

https://libsigcplusplus.github.io/libsigcplusplus/

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 87.2%Language:M4 5.8%Language:CMake 2.5%Language:Makefile 2.3%Language:C 1.9%Language:Shell 0.3%