renamed from beacon to beacons, bumped version to 0.1.1 for that.
commite1fe873ad5855118006ec01341c669c0dfb6987e
authormetlos <krejci.l@centrum.cz>
Wed, 28 May 2008 19:56:05 +0000 (28 20:56 +0100)
committermetlos <krejci.l@centrum.cz>
Wed, 28 May 2008 19:56:05 +0000 (28 20:56 +0100)
tree2d706e5c1306832b8380b8e385abe27f9951c274
parent86eeca660750a16abe015b508092ee7c54258600
renamed from beacon to beacons, bumped version to 0.1.1 for that.
45 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/beacons/combiner/list_combiner.hpp [moved from src/beacon/combiner/list_combiner.hpp with 71% similarity]
src/beacons/combiner/noop_combiner.hpp [moved from src/beacon/combiner/noop_combiner.hpp with 80% similarity]
src/beacons/combining_signal.hpp [moved from src/beacon/combining_signal.hpp with 91% similarity]
src/beacons/config.hpp [moved from src/beacon/config.hpp with 69% similarity]
src/beacons/connection.hpp [moved from src/beacon/connection.hpp with 81% similarity]
src/beacons/detail/connection_impl.hpp [moved from src/beacon/detail/connection_impl.hpp with 77% similarity]
src/beacons/detail/connection_impl_base.hpp [moved from src/beacon/detail/connection_impl_base.hpp with 73% similarity]
src/beacons/detail/finished_future.hpp [moved from src/beacon/detail/finished_future.hpp with 87% similarity]
src/beacons/detail/future_event_base.cpp [moved from src/beacon/detail/future_event_base.cpp with 96% similarity]
src/beacons/detail/future_event_base.hpp [moved from src/beacon/detail/future_event_base.hpp with 86% similarity]
src/beacons/detail/in_queue_invoke.hpp [moved from src/beacon/detail/in_queue_invoke.hpp with 90% similarity]
src/beacons/detail/quick_wait.cpp [moved from src/beacon/detail/quick_wait.cpp with 86% similarity]
src/beacons/detail/quick_wait.hpp [moved from src/beacon/detail/quick_wait.hpp with 84% similarity]
src/beacons/detail/signal_base.cpp [moved from src/beacon/detail/signal_base.cpp with 94% similarity]
src/beacons/detail/signal_base.hpp [moved from src/beacon/detail/signal_base.hpp with 84% similarity]
src/beacons/detail/signal_impl.hpp [moved from src/beacon/detail/signal_impl.hpp with 91% similarity]
src/beacons/detail/slot.hpp [moved from src/beacon/detail/slot.hpp with 87% similarity]
src/beacons/event_loop.cpp [moved from src/beacon/event_loop.cpp with 93% similarity]
src/beacons/event_loop.hpp [moved from src/beacon/event_loop.hpp with 94% similarity]
src/beacons/event_queue.cpp [moved from src/beacon/event_queue.cpp with 96% similarity]
src/beacons/event_queue.hpp [moved from src/beacon/event_queue.hpp with 93% similarity]
src/beacons/exceptions.hpp [moved from src/beacon/exceptions.hpp with 97% similarity]
src/beacons/fast_signal.hpp [moved from src/beacon/fast_signal.hpp with 87% similarity]
src/beacons/future.hpp [moved from src/beacon/future.hpp with 94% similarity]
src/beacons/future_event.hpp [moved from src/beacon/future_event.hpp with 91% similarity]
src/beacons/intrusive_ptr.hpp [moved from src/beacon/intrusive_ptr.hpp with 90% similarity]
src/beacons/invokable.hpp [moved from src/beacon/invokable.hpp with 92% similarity]
src/beacons/reference_countable.cpp [moved from src/beacon/reference_countable.cpp with 59% similarity]
src/beacons/reference_countable.hpp [moved from src/beacon/reference_countable.hpp with 72% similarity]
src/beacons/signal.hpp [moved from src/beacon/signal.hpp with 54% similarity]
src/beacons/trackable.cpp [moved from src/beacon/trackable.cpp with 91% similarity]
src/beacons/trackable.hpp [moved from src/beacon/trackable.hpp with 90% similarity]
test/CMakeLists.txt
test/combining_signal_test.cpp
test/common/performance_test.hpp
test/common/performance_test_output.hpp
test/event_queue_test.cpp
test/fast_signal_test.cpp
test/performance/CMakeLists.txt
test/performance/event_loop/CMakeLists.txt
test/performance/event_loop/event_loop_test.cpp
test/performance/fast_signal/CMakeLists.txt
test/performance/fast_signal/fast_signal_test.cpp