2008-06-03 |
metlos | quite important changes in last couple of commits,...
|
commit | commitdiff | tree |
2008-06-03 |
metlos | added speed comparison for multithreaded signals with Qt.
|
commit | commitdiff | tree |
2008-06-03 |
metlos | fixed a segfault that would happen if a signal was...
|
commit | commitdiff | tree |
2008-06-03 |
metlos | some minor optimizations, added a single threaded mode...
|
commit | commitdiff | tree |
2008-05-31 |
metlos | added speed comparison test with boost_signals, sigc...
|
commit | commitdiff | tree |
2008-05-28 |
metlos | renamed from beacon to beacons, bumped version to 0...
|
commit | commitdiff | tree |
2008-05-28 |
metlos | bumped version to 0.1.0
|
commit | commitdiff | tree |
2008-04-20 |
metlos | made compatible with Qt by getting rid of "emit" and...
|
commit | commitdiff | tree |
2008-04-19 |
metlos | Added void specialization of slot. I wonder why all...
|
commit | commitdiff | tree |
2008-04-14 |
metlos | Added methods for explicit copying of the signals....
|
commit | commitdiff | tree |
2008-03-30 |
metlos | added installation instructions for the library, bumped...
|
commit | commitdiff | tree |
2008-03-30 |
metlos | updated the old include
|
commit | commitdiff | tree |
2008-03-30 |
metlos | corrected the messed up merge...
|
commit | commitdiff | tree |
2008-03-30 |
metlos | Merge branch 'proper_wait_and_notify'
|
commit | commitdiff | tree |
2008-03-30 |
metlos | first version of combining_signal along with some basic...
|
commit | commitdiff | tree |
2008-03-24 |
metlos | test for auto disconnect on trackable destruction ...
|
commit | commitdiff | tree |
2008-03-24 |
metlos | added some tests
|
commit | commitdiff | tree |
2008-03-23 |
metlos | save one copying in the slot constructor...
|
commit | commitdiff | tree |
2008-03-23 |
metlos | comments in event_loop
|
commit | commitdiff | tree |
2008-03-23 |
metlos | minor updates in event_queue and invokable
|
commit | commitdiff | tree |
2008-03-18 |
metlos | merged new source code structure but retained the old...
|
commit | commitdiff | tree |
2008-03-18 |
metlos | removed kdevelop projects files from repo in master...
|
commit | commitdiff | tree |
2008-03-18 |
metlos | Revert "invocation_token now uses proper boost::recursive_mu...
|
commit | commitdiff | tree |
2008-03-18 |
metlos | Revert "smartened up the source and build organization...
|
commit | commitdiff | tree |
2008-03-18 |
metlos | Revert "removed the kdevelop project files from the...
|
commit | commitdiff | tree |
2008-03-18 |
metlos | removed the kdevelop project files from the repo
|
commit | commitdiff | tree |
2008-03-18 |
metlos | smartened up the source and build organization a bit
|
commit | commitdiff | tree |
2008-03-17 |
metlos | invocation_token now uses proper boost::recursive_mutex...
|
commit | commitdiff | tree |
2008-03-16 |
metlos | small update in event_loop
|
commit | commitdiff | tree |
2008-03-15 |
metlos | creating beacon shared lib instead of linking everything...
|
commit | commitdiff | tree |
2008-03-15 |
metlos | removed unused typedef
|
commit | commitdiff | tree |
2008-03-15 |
metlos | use shared ptrs to slots instead of raw pointers to...
|
commit | commitdiff | tree |
2008-03-15 |
metlos | moved the token invalidation from ~trackable to signal_base...
|
commit | commitdiff | tree |
2008-03-15 |
metlos | renamed invokable::token_type to invokable::token_ptr...
|
commit | commitdiff | tree |
2008-03-15 |
metlos | some comments
|
commit | commitdiff | tree |
2008-03-15 |
metlos | fixing some incorrect usage of atomic_ops
|
commit | commitdiff | tree |
2008-03-15 |
metlos | fixed 2 potential concurrent access problems...
|
commit | commitdiff | tree |
2008-03-15 |
metlos | for some strange reason I forgot to commit the CMakeLists.txt
|
commit | commitdiff | tree |
2008-03-15 |
metlos | generalized event_loop into an event_queue that doesn...
|
commit | commitdiff | tree |
2008-03-13 |
metlos | update the project files
|
commit | commitdiff | tree |
2008-03-13 |
metlos | Merge branch 'no_synchronizer_on_future_return'
|
commit | commitdiff | tree |
2008-03-13 |
metlos | correctly initialize the event_loop
|
commit | commitdiff | tree |
2008-03-13 |
metlos | reverted the previous commit that should have belonged...
|
commit | commitdiff | tree |
2008-03-11 |
metlos | switched synchronizer for intrusive_ptr in in_loop_invoke
|
commit | commitdiff | tree |
2008-03-11 |
metlos | comments, nof_threads parameter added to fast_signal...
|
commit | commitdiff | tree |
2008-03-10 |
metlos | Some comments added.
|
commit | commitdiff | tree |
2008-03-10 |
metlos | fast_signal doesn't leak anymore, added more thorough...
|
commit | commitdiff | tree |
2008-03-06 |
metlos | about to start creating the fast_signal test
|
commit | commitdiff | tree |
2008-03-05 |
metlos | First take at making the lot thread-safe.
|
commit | commitdiff | tree |
2008-03-02 |
metlos | removed unused stuff in in_loop_invoke.hpp
|
commit | commitdiff | tree |
2008-03-02 |
metlos | support for connecting a function with an event_loop...
|
commit | commitdiff | tree |
2008-03-01 |
metlos | fast_signal now works with event_loop. Not too happy...
|
commit | commitdiff | tree |
2008-02-29 |
metlos | added some comments.
|
commit | commitdiff | tree |
2008-02-29 |
metlos | basic implementation of fast_signal, enqueueing in...
|
commit | commitdiff | tree |
2008-02-27 |
metlos | trackable is now optional for signal_impl.connect()
|
commit | commitdiff | tree |
2008-02-27 |
metlos | renamed the main.cpp to event_loop_test.cpp to describe...
|
commit | commitdiff | tree |
2008-02-25 |
metlos | yet another small update to the signal_base
|
commit | commitdiff | tree |
2008-02-25 |
metlos | slight update on the clear method
|
commit | commitdiff | tree |
2008-02-25 |
metlos | added clear() method to the signal.
|
commit | commitdiff | tree |
2008-02-25 |
metlos | first, completely untested, version of fast_signal...
|
commit | commitdiff | tree |
2008-02-24 |
metlos | calling correct base function in future_event.get(int...
|
commit | commitdiff | tree |
2008-02-24 |
metlos | moved signal_base under detail where it belongs
|
commit | commitdiff | tree |
2008-02-24 |
metlos | added a configuration header and other bits and pieces
|
commit | commitdiff | tree |
2008-02-24 |
metlos | bits and pieces
|
commit | commitdiff | tree |
2008-02-24 |
metlos | bits and pieces
|
commit | commitdiff | tree |
2008-02-24 |
metlos | bits and pieces
|
commit | commitdiff | tree |
2008-02-24 |
metlos | don't know what this file actually does in cmake so...
|
commit | commitdiff | tree |
2008-02-24 |
metlos | added missing files and undefs
|
commit | commitdiff | tree |
2008-02-24 |
metlos | bits and pieces
|
commit | commitdiff | tree |
2008-02-24 |
metlos | Removing traces of lock-free experiments..
|
commit | commitdiff | tree |
2008-02-24 |
metlos | undefing the numerous magical defs in the preprocessor...
|
commit | commitdiff | tree |
2008-02-24 |
metlos | The previous revision wouldn't compile.
|
commit | commitdiff | tree |
2008-02-24 |
metlos | Replaced the hardcoded max of 10 params of event_loop...
|
commit | commitdiff | tree |
2008-02-23 |
metlos | Correct include
|
commit | commitdiff | tree |
2008-02-23 |
Lukas | Initial commit
|
commit | commitdiff | tree |