Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libsigc++20: Typesafe signal framework for C++
- Summary
- This library implements a full callback system for use in widget libraries,
abstract interfaces, and general programming. Originally part of the Gtk--
widget set, libsigc++20 is now a seperate library to provide for more general
use. 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.
Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
starting with version 1.1.2, uses libsigc++20.
Changelog
- * Mon Mar 27 10:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue Feb 28 10:00:00 2006 Denis Leroy <denis{%}poolshark{*}org> - 2.0.17-1
-
- Upgrade to version 2.0.17
- Added optional macro to compile static libs (use '--with static')
- * Fri Nov 25 10:00:00 2005 Denis Leroy <denis{%}poolshark{*}org> - 2.0.16-2
-
- Disabled static libraries
- Was missing copy of GPL licence