Home > Repositories > base > libsigc++

libsigc++: 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++
Release: 3.6.0-1mamba
Group:System/Libraries
Maintainer:silvan
License:LGPL
Size:0.97 MB
Upstream URL:https://libsigcplusplus.github.io/libsigcplusplus/
Build time:2023-10-08 12:12:23
Binary packages and requirements
x86_64aarch64i586
Built RPMSlibsigc++
libsigc++-debug
libsigc++-devel
libsigc++
libsigc++-debug
libsigc++-devel
libsigc++
libsigc++-debug
libsigc++-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
2023-10-08autodist3.6.0-1mamba- automatic version update by autodist
2022-12-24autodist3.4.0-1mamba- automatic version update by autodist
2022-02-12autodist3.2.0-1mamba- automatic version update by autodist
2021-05-20autodist3.0.7-1mamba- automatic version update by autodist
2021-02-07silvan3.0.6-1mamba- update to 3.0.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