0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
quite important changes in last couple of commits, increasing version to 0.1.2
lkrejci
as metlos
More... almost 16 years ago
added speed comparison for multithreaded signals with Qt.
lkrejci
as metlos
More... almost 16 years ago
fixed a segfault that would happen if a signal was destroyed before the connected trackables.
lkrejci
as metlos
More... almost 16 years ago
some minor optimizations, added a single threaded mode with some speedups enabled.
lkrejci
as metlos
More... almost 16 years ago
added speed comparison test with boost_signals, sigc++ and fastsig.
lkrejci
as metlos
More... almost 16 years ago
renamed from beacon to beacons, bumped version to 0.1.1 for that.
lkrejci
as metlos
More... almost 16 years ago
bumped version to 0.1.0
lkrejci
as metlos
More... almost 16 years ago
made compatible with Qt by getting rid of "emit" and "slots"... The emit method is now called "raise".
lkrejci
as metlos
More... about 16 years ago
Added void specialization of slot. I wonder why all the tests worked without it..
lkrejci
as metlos
More... about 16 years ago
Added methods for explicit copying of the signals. Version bumped to 0.0.9
lkrejci
as metlos
More... about 16 years ago
added installation instructions for the library, bumped version to 0.0.8
lkrejci
as metlos
More... about 16 years ago
updated the old include
lkrejci
as metlos
More... about 16 years ago
corrected the messed up merge...
lkrejci
as metlos
More... about 16 years ago
Merge branch 'proper_wait_and_notify'
lkrejci
as metlos
More... about 16 years ago
first version of combining_signal along with some basic tests...
lkrejci
as metlos
More... about 16 years ago
test for auto disconnect on trackable destruction (in single thread)
lkrejci
as metlos
More... about 16 years ago
added some tests
lkrejci
as metlos
More... about 16 years ago
save one copying in the slot constructor...
lkrejci
as metlos
More... about 16 years ago
comments in event_loop
lkrejci
as metlos
More... about 16 years ago
minor updates in event_queue and invokable
lkrejci
as metlos
More... about 16 years ago
merged new source code structure but retained the old invocation_token locking scheme.
lkrejci
as metlos
More... about 16 years ago
removed kdevelop projects files from repo in master branch
lkrejci
as metlos
More... about 16 years ago
Revert "invocation_token now uses proper boost::recursive_mutex'es to lock access"
lkrejci
as metlos
More... about 16 years ago
Revert "smartened up the source and build organization a bit"
lkrejci
as metlos
More... about 16 years ago
Revert "removed the kdevelop project files from the repo"
lkrejci
as metlos
More... about 16 years ago
removed the kdevelop project files from the repo
lkrejci
as metlos
More... about 16 years ago
smartened up the source and build organization a bit
lkrejci
as metlos
More... about 16 years ago
invocation_token now uses proper boost::recursive_mutex'es to lock access to it. Reworked the performance test so that it can be tweaked from commandline and has csv output so that charts can be generated...
lkrejci
as metlos
More... about 16 years ago
small update in event_loop
lkrejci
as metlos
More... about 16 years ago
creating beacon shared lib instead of linking everything together in the test executables.
lkrejci
as metlos
More... about 16 years ago