.. |
connection_test.cpp
|
Fixed bug in test due to accidental variable shadowing.
|
2010-12-08 02:34:22 +00:00 |
dead_slot_test.cpp
|
Added variadic signal/slot implementations used when
|
2009-05-28 18:49:27 +00:00 |
deconstruct_test.cpp
|
Added test for deconstruct on a class derived from enable_shared_from_this.
|
2009-02-05 20:57:09 +00:00 |
deletion_test.cpp
|
Don't force disconnection of all slots in signal destructor.
|
2013-09-22 21:21:34 +00:00 |
invocation_benchmark.cpp
|
Replaced tab indentation with spaces, added a missing copyright/license.
|
2009-03-06 16:12:47 +00:00 |
Jamfile.v2
|
get signals2 tests running again, refs #8103
|
2013-02-19 00:41:25 +00:00 |
mutex_test.cpp
|
Fixed some gcc -Wshadow warnings.
|
2010-12-08 02:35:07 +00:00 |
ordering_test.cpp
|
Include <functional>, for std::greater.
|
2009-10-13 22:06:46 +00:00 |
regression_test.cpp
|
Added variadic signal/slot implementations used when
|
2009-05-28 18:49:27 +00:00 |
shared_connection_block_test.cpp
|
Added variadic signal/slot implementations used when
|
2009-05-28 18:49:27 +00:00 |
signal_n_test.cpp
|
Added swap to signal classes. Fixes #8449
|
2013-04-22 03:22:06 +00:00 |
signal_test.cpp
|
Added swap to signal classes. Fixes #8449
|
2013-04-22 03:22:06 +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
|
Made benchmark output slightly more readable.
|
2009-05-29 18:10:57 +00:00 |
slot_compile_test.cpp
|
Added variadic signal/slot implementations used when
|
2009-05-28 18:49:27 +00:00 |
threading_models_test.cpp
|
Finally fixed some odd test errors on msvc9.
|
2009-03-07 16:44:27 +00:00 |
track_test.cpp
|
Applied patch from Eric Niebler to make use of BOOST_NO_CXX11_SMART_PTR.
|
2013-02-20 01:27:55 +00:00 |
trackable_test.cpp
|
Added variadic signal/slot implementations used when
|
2009-05-28 18:49:27 +00:00 |