Downloadliste

Projektbeschreibung

libSigC++ Extras is a library consisting of new
features built on top of libSigC++ and features
that formerly were in libSigC++ and were removed
from it. The new features focus on thread support
and provide type safe inter-thread communication.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-06-03 23:00
0.6.4

Ein potenzieller segfault Fehler wurde in der SignalDispatcher festgelegt, und die Leistung des StandardDispactcher wurde erhöht. Eine neue statische Methode Thread:: yield () wurde zu den thread-API hinzugefügt. Diese Version enthält ein neues Beispiel zeigt libSigCX mit gtkmm.
Tags: Major bugfixes
A potential segfault bug has been fixed in the SignalDispatcher, and the performance of the StandardDispactcher was increased. A new static method Thread::yield() has been added to the threading API. This release includes a new example, showing libSigCX with gtkmm.

2003-04-22 22:31
0.6.3

Fixes für Bibliotheken mit g verknüpft haben + + (wie es sein sollte).
Tags: Minor bugfixes
Fixes to have libraries linked with g++ (as it should be).

2003-04-15 19:36
0.6.2

Die Dispatcher und die ThreadTunnel wurden Ausnahme-Safe und eine mögliche Methode Zweideutigkeit in open_tunnel (), die in der Compiler-Fehler führen könnte wurde behoben.
Tags: Major bugfixes
The dispatchers and the ThreadTunnel were made exception safe, and a potential method ambiguity in open_tunnel() that could result in compiler errors was fixed.

2003-01-06 16:08
0.5.7

Seit 0.5.5, gab es Veränderungen in der Build-System und einige Bugfixes. Der Dispatcher-Schnittstelle geändert hat, um wirklich erlauben das Entfernen der Handler.
Tags: Minor feature enhancements
Since 0.5.5, there have been changes in the build system and several bugfixes. The Dispatcher interface has changed to really allow removal of handlers.

2002-09-25 15:23
0.5.5

Versionierte Shared Library Namen und gehören Wege wurden eingeführt, um die parallele Installation mit zukünftigen Versionen zu ermöglichen, und der pkg-config-Datei Name wurde geändert, um sigcx-0.5. Die ThreadTunnel Konstruktor wurde geändert, um für die Schaffung von drei verschiedenen Arten von Tunneln zu ermöglichen: Multithreading und erstellen Sie ein neues Thema für den Dispatcher multithreaded, und verwenden Sie den aktuellen Thread für den Dispatcher und Single-Threaded.
Tags: Minor feature enhancements
Versioned shared library names and include paths were introduced to allow parallel installation with future versions, and the pkg-config file name has been changed to sigcx-0.5. The ThreadTunnel constructor was changed to allow for the creation of three different types of tunnels: multithreaded and create a new thread for the dispatcher, multithreaded and use the current thread for the dispatcher, and single threaded.

Project Resources