descriptionthread-safe signals&slots
ownerkrejci.l@centrum.cz
last changeTue, 3 Jun 2008 23:07:01 +0000 (4 00:07 +0100)
content tags
add:
README
Beacon is a multithreaded signals and slots library similar to the one of Qt, but
without all the garbage taken on by Qt's support for GUI development, making Beacon
very fast.
The design of the library was inspired by boost::signals from which it borrows very
much.
shortlog
2008-06-03 metlosquite important changes in last couple of commits,... mastermob
2008-06-03 metlosadded speed comparison for multithreaded signals with Qt.
2008-06-03 metlosfixed a segfault that would happen if a signal was...
2008-06-03 metlossome minor optimizations, added a single threaded mode...
2008-05-31 metlosadded speed comparison test with boost_signals, sigc...
2008-05-28 metlosrenamed from beacon to beacons, bumped version to 0...
2008-05-28 metlosbumped version to 0.1.0
2008-04-20 metlosmade compatible with Qt by getting rid of "emit" and...
2008-04-19 metlosAdded void specialization of slot. I wonder why all...
2008-04-14 metlosAdded methods for explicit copying of the signals....
2008-03-30 metlosadded installation instructions for the library, bumped...
2008-03-30 metlosupdated the old include
2008-03-30 metloscorrected the messed up merge...
2008-03-30 metlosMerge branch 'proper_wait_and_notify'
2008-03-30 metlosfirst version of combining_signal along with some basic...
2008-03-24 metlostest for auto disconnect on trackable destruction ...
...
heads
15 years ago mob
15 years ago master