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.12.0.tar.xz | 0005002560 4.77 MB | |
libsigc++2.changes | 0000022354 21.8 KB | |
libsigc++2.spec | 0000003378 3.3 KB |
Revision 71 (latest revision is 76)
Dominique Leuenberger (dimstar)
accepted
request 1073121
from
Bjørn Lie (iznogood)
(revision 71)
- Update to version 2.12.0: + Add track_object(), deprecate track_obj(). + Examples, tests: - examples/member_method: Make on_print() non-virtual. - test_limit_reference.cc: Don't use auto where a slot is required. + Build: - Meson: . Avoid configuration warnings. . Detect if we build from a git subtree. . Simplify lookup of python command. . Add build_tests option. - Meson, MSVC: Compensate for the lack of msvc_recommended_pragmas.h. - Fix build with -Dbuild-deprecated-api=false.
Comments 0