Home > Repositories > base > libsigc++2

libsigc++2: The Typesafe Signal Framework for C++

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.
It also contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.
Features:
* Compile time typesafe callbacks (faster than run time checks)
* Typesafety violations report line number correctly with template names (no tracing template failures into headers)
* No compiler extensions or meta compilers required
* Proper handling of dynamic objects and signals (deleted objects will not cause seg faults)
* Extendable API at any level: signal, slot, connection and trackable
* Extensions do not require alteration of basic components
* User definable accumulators
* A variety of adaptors to change the callback signature: bind, hide, retype, compose and lambda call groups
* Various compilers and platforms are supported: gcc, cygwin, mingw32, MS .NET 2003, Sun Forte C++, Compaq C++, Intel C++
Name:libsigc++2
Release: 2.10.6-1mamba
Group:System/Libraries
Maintainer:silvan
License:LGPL
Size:4.58 MB
Upstream URL:http://libsigc.sourceforge.net/
Build time:2021-02-07 20:00:28
Binary packages and requirements
x86_64aarch64i586
Built RPMSlibsigc++2
libsigc++2-devel
libsigc++2
libsigc++2-devel
libsigc++2
libsigc++2-devel
Build requirementsglibc-devel [1]
libgcc [1]
libstdc++6-devel [1]
glibc-devel [1]
libgcc [1]
libstdc++6-devel [1]
glibc-devel [1]
libgcc [1]
libstdc++6-devel [1]
History of changes
DatePackagerReleaseDescription
2021-02-07silvan2.10.6-1mamba- update to 2.10.6
2020-09-09autodist2.10.3-1mamba- automatic update by autodist
2019-08-04autodist2.10.2-1mamba- automatic update by autodist
2016-10-19silvan2.10.0-1mamba- update to 2.10.0
2016-04-30silvan2.8.0-1mamba- update to 2.8.0
2015-12-25silvan2.6.2-2mamba- rebuilt with gcc 5.3.0
2015-11-29silvan2.6.2-1mamba- update to 2.6.2
2015-03-10autodist2.4.1-1mamba- automatic update by autodist
2014-09-16autodist2.4.0-1mamba- automatic version update by autodist
2014-08-02autodist2.3.2-1mamba- automatic update by autodist