Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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

Un bug segfault potentiel a été fixé dans le SignalDispatcher, et la performance de l'StandardDispactcher a été augmenté. Une nouvelle méthode statique Thread:: yield () a été ajoutée à l'API de threading. Cette version inclut un nouvel exemple, montrant libsigcx avec 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

Corrections d'avoir des bibliothèques liées avec g + + (comme il devrait l'être).
Tags: Minor bugfixes
Fixes to have libraries linked with g++ (as it should be).

2003-04-15 19:36
0.6.2

Les répartiteurs et les ThreadTunnel ont fait exception coffre-fort, et une ambiguïté méthode potentielle dans open_tunnel () qui pourrait conduire à des erreurs de compilation a été fixée.
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

Depuis 0.5.5, il ya eu des changements dans le système de construction et bugfixes. L'interface répartiteur a vraiment changé pour permettre le déménagement de prestataires.
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

Chemins Versioned noms des bibliothèques partagées et inclure ont été introduites pour permettre l'installation parallèle avec les versions futures, et le pkg-config nom de fichier a été modifié pour sigcx-0.5. Le constructeur ThreadTunnel a été modifié pour permettre la création de trois différents types de tunnels: multithread et créer un nouveau thread pour le répartiteur, multithread et l'utilisation du thread courant pour le répartiteur, et à thread unique.
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