Typesafe Signal Framework for C++
http://libsigc.sourceforge.net/
This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. It is the most
complete library of its kind with the ability to connect an abstract
callback to a class method, function, or function object. It contains
adaptor classes for connection of dissimilar callbacks and has an ease
of use unmatched by other C++ callback libraries.
- Links to GNOME:Factory / libsigc++2
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout GNOME:Next/libsigc++2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000121 121 Bytes | |
baselibs.conf | 0000000113 113 Bytes | |
libsigc++-2.10.1.tar.xz | 0004062388 3.87 MB | |
libsigc++-std-c11.patch | 0000000560 560 Bytes | |
libsigc++2.changes | 0000018759 18.3 KB | |
libsigc++2.spec | 0000003978 3.88 KB |
Revision 32 (latest revision is 51)
Bjørn Lie (iznogood)
accepted
request 653138
from
Bjørn Lie (iznogood)
(revision 32)
- Update to version 2.10.1: + signal_impl::clear(): Don't clear the slot list during signal emission, to prevent a segfault. And add a test for this. + slot_base::set_parent(): Create a dummy slot_rep if necessary. + Avoid compiler warnings from function pointer conversions. + Build: - Make --disable-benchmark work. - Replace the Visual Studio project files with MSVC NMake project files. - Add MSVC_NMake/README.txt for Visual Studio builds. + Documentation: - signal_base: Warn against deletion during emission. - Update links in README, configure.ac, libsigcplusplus.doap.
Comments 0