dead_slot_test.cpp
run
Ensure that calling connect with a slot that has already been disconnected via deletion does not actually connect to the slot.
connect
deletion_test.cpp
Test deletion of slots.
ordering_test.cpp
Test slot group ordering.
signal_n_test.cpp
Basic test of signal/slot connections and invocation using the boost::signalN class templates.
boost::signalN
signal_test.cpp
Basic test of signal/slot connections and invocation using the boost::signal class template.
boost::signal
The boost::signal class template may not be usable on your compiler. However, the boost::signalN class templates may still be usable.
trackable_test.cpp
Test automatic lifetime management using boost::trackable objects.
boost::trackable