Revert "smartened up the source and build organization a bit"
commit7d0c87d4af9f9f0ff6cc585714ec63dd2ab8fb3f
authormetlos <krejci.l@centrum.cz>
Tue, 18 Mar 2008 01:40:37 +0000 (18 01:40 +0000)
committermetlos <krejci.l@centrum.cz>
Tue, 18 Mar 2008 01:40:37 +0000 (18 01:40 +0000)
tree058ce47e7c3102720a131ddc8b926e2f89f4a11c
parentdc38657f97e413721e92c2322ab546916f5aa512
Revert "smartened up the source and build organization a bit"

This reverts commit 5db76ea02b9d4704616e7549e9dbc858675a479b.
45 files changed:
CMakeLists.txt
beacon.kdevelop
beacon.kdevelop.filelist
beacon/combinable_signal.hpp [moved from src/beacon/combinable_signal.hpp with 100% similarity]
beacon/config.hpp [moved from src/beacon/config.hpp with 100% similarity]
beacon/connection.hpp [moved from src/beacon/connection.hpp with 100% similarity]
beacon/detail/connection_impl.hpp [moved from src/beacon/detail/connection_impl.hpp with 100% similarity]
beacon/detail/connection_impl_base.hpp [moved from src/beacon/detail/connection_impl_base.hpp with 100% similarity]
beacon/detail/future_event_base.cpp [moved from src/beacon/detail/future_event_base.cpp with 100% similarity]
beacon/detail/future_event_base.hpp [moved from src/beacon/detail/future_event_base.hpp with 100% similarity]
beacon/detail/in_queue_invoke.hpp [moved from src/beacon/detail/in_queue_invoke.hpp with 100% similarity]
beacon/detail/quick_wait.cpp [moved from src/beacon/detail/quick_wait.cpp with 100% similarity]
beacon/detail/quick_wait.hpp [moved from src/beacon/detail/quick_wait.hpp with 100% similarity]
beacon/detail/signal_base.cpp [moved from src/beacon/detail/signal_base.cpp with 100% similarity]
beacon/detail/signal_base.hpp [moved from src/beacon/detail/signal_base.hpp with 100% similarity]
beacon/detail/signal_impl.hpp [moved from src/beacon/detail/signal_impl.hpp with 100% similarity]
beacon/detail/slot.hpp [moved from src/beacon/detail/slot.hpp with 100% similarity]
beacon/event_loop.cpp [moved from src/beacon/event_loop.cpp with 100% similarity]
beacon/event_loop.hpp [moved from src/beacon/event_loop.hpp with 100% similarity]
beacon/event_queue.cpp [moved from src/beacon/event_queue.cpp with 100% similarity]
beacon/event_queue.hpp [moved from src/beacon/event_queue.hpp with 100% similarity]
beacon/exceptions.hpp [moved from src/beacon/exceptions.hpp with 100% similarity]
beacon/fast_signal.hpp [moved from src/beacon/fast_signal.hpp with 100% similarity]
beacon/future.hpp [moved from src/beacon/future.hpp with 100% similarity]
beacon/future_event.hpp [moved from src/beacon/future_event.hpp with 100% similarity]
beacon/intrusive_ptr.hpp [moved from src/beacon/intrusive_ptr.hpp with 100% similarity]
beacon/invokable.hpp [moved from src/beacon/invokable.hpp with 100% similarity]
beacon/reference_countable.cpp [moved from src/beacon/reference_countable.cpp with 100% similarity]
beacon/reference_countable.hpp [moved from src/beacon/reference_countable.hpp with 100% similarity]
beacon/signal.hpp [moved from src/beacon/signal.hpp with 100% similarity]
beacon/trackable.cpp [moved from src/beacon/trackable.cpp with 100% similarity]
beacon/trackable.hpp [moved from src/beacon/trackable.hpp with 100% similarity]
cmake_install.cmake [new file with mode: 0644]
event_loop_test.cpp [moved from test/performance/event_loop/event_loop_test.cpp with 100% similarity]
fast_signal_test.cpp [moved from test/performance/fast_signal/fast_signal_test.cpp with 99% similarity]
src/CMakeLists.txt [deleted file]
test/CMakeLists.txt [deleted file]
test/fastsig/fastsig.hpp [moved from test/performance/fast_signal/fastsig/fastsig.hpp with 100% similarity]
test/fastsig/fastsig_common.hpp [moved from test/performance/fast_signal/fastsig/fastsig_common.hpp with 100% similarity]
test/fastsig/fastsig_iter.hpp [moved from test/performance/fast_signal/fastsig/fastsig_iter.hpp with 100% similarity]
test/performance/CMakeLists.txt [deleted file]
test/performance/event_loop/CMakeLists.txt [deleted file]
test/performance/fast_signal/CMakeLists.txt [deleted file]
test/performance_test.hpp [moved from test/common/performance_test.hpp with 100% similarity]
test/performance_test_output.hpp [moved from test/common/performance_test_output.hpp with 99% similarity]