Menu

Event Listener / News: Recent posts

New release

Added support for VisualStudio (independent of qmake now)
Some compile bug fixed under Windows

Posted by Frantz Maerten 2007-07-03

Help wanted for multithreading support

Incorporate (in a generic way) multithreading support using mutex locker(with a default implementation using Qt thread). Of course, the implementation has to be cross-platform.

Posted by Frantz Maerten 2007-05-15

New version

New version 1.2 with priority on connections. Also, functors supports up o 6 parameters.

Posted by Frantz Maerten 2006-01-30

A new version is comming soon...

A new version will be released soon. It will allow doing the following code:

class Event1: public Event {} ;

class S: public Subscriber {
public:
void event(Event1) {...}
} ;

Publisher p ;
S s ;
igs_connect(&p,&s, igs_functor(&s, S::event)) ;
p.igs_emit(Event1) ;

Posted by Frantz Maerten 2005-12-10
MongoDB Logo MongoDB