.. |
connection_test.cpp
|
Changed signal type to portable syntax so test will run on older compilers.
|
2008-09-30 19:12:22 +00:00 |
dead_slot_test.cpp
|
Moved everything into signals2 namespace. Moved headers
|
2008-09-23 20:23:22 +00:00 |
deconstruct_test.cpp
|
Fixed return type for 0 argument and variadic deconstruct overloads.
|
2009-02-02 16:51:18 +00:00 |
deletion_test.cpp
|
Tweaked a test slightly to test shared_connection_block::unblock()
|
2009-01-14 20:44:44 +00:00 |
invocation_benchmark.cpp
|
Moved everything into signals2 namespace. Moved headers
|
2008-09-23 20:23:22 +00:00 |
mutex_test.cpp
|
Added missing include of bind.hpp.
|
2009-01-30 21:02:12 +00:00 |
ordering_test.cpp
|
Moved everything into signals2 namespace. Moved headers
|
2008-09-23 20:23:22 +00:00 |
regression_test.cpp
|
Tweaked interface of connection_body_base a bit. Added free swap functions
|
2008-09-29 15:05:04 +00:00 |
signal_n_test.cpp
|
Added extended_slot_type and connect_extended() to signal classes.
|
2008-10-08 18:11:22 +00:00 |
signal_test.cpp
|
Fixed bug in default ExtendedSlotFunction template type parameter
|
2008-11-04 21:03:16 +00:00 |
signal_type_test.cpp
|
Added test of passing template type parameters through signal_type
|
2009-01-26 16:17:55 +00:00 |
signals_vs_signals2_benchmark.cpp
|
Added comparison benchmark between Boost.Signals and Signals2.
|
2008-12-12 21:19:53 +00:00 |
slot_compile_test.cpp
|
Added test to make sure slot.hpp can compile on its
|
2008-10-01 15:11:00 +00:00 |
threading_models_test.cpp
|
Got rid of non-portable __PRETTY_FUNCTION__.
|
2009-01-30 21:01:58 +00:00 |
track_test.cpp
|
Added test of tracking a null but not empty shared_ptr.
|
2008-12-18 22:03:52 +00:00 |
trackable_test.cpp
|
Brought back trackable class, to ease porting of existing
|
2009-01-14 16:58:30 +00:00 |