Typesafe Signal Framework for C++
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 ablity 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.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / libsigc++2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout GNOME:Factory/libsigc++2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000145 145 Bytes | |
baselibs.conf | 0000000113 113 Bytes | |
libsigc++-2.6.2.tar.xz | 0003452588 3.29 MB | |
libsigc++-std-c11.patch | 0000000560 560 Bytes | |
libsigc++2.changes | 0000014740 14.4 KB | |
libsigc++2.spec | 0000004029 3.93 KB |
Revision 42 (latest revision is 76)
Bjørn Lie (Zaitor)
accepted
request 357811
from
Dominique Leuenberger (dimstar)
(revision 42)
- Add libsigc++-std-c11.patch: Add -std=c11 to CFLAGS in the .pc file. This allows other packages building against libsigc++ to be aware of the C11 requirement we bring. libsigc++ itself checks for the availability during configure, so it is safe to pass this requirement on.
Comments 0