- Implemented Edward Diener's slot ordering proposal:
http://article.gmane.org/gmane.comp.lib.boost.devel/25152/
- Update most copyrights to include 2004
boost/signals/detail/named_slot_map.hpp, libs/signals/src/named_slot_map.cpp:
- Implements the underlying data structure of slots, using a map of lists.
libs/signals/test/ordering_test.cpp:
- Also test at_front/at_back ordering
libs/signals/test/random_signal_system.cpp:
- Deal with changes in random library
libs/signals/doc/tutorial.xml:
- Take away all that nondeterministic ordering mumbo-jumbo
- Briefly mention at_front/at_back
libs/signals/doc/reference/signal_header.xml:
- Add "at" parameter to connect routines
[SVN r22737]
libs/signals/src/signal_base.cpp:
- Moved combiner into "impl" so that its state remains safe even when
the signal is deleted.
boost/signals/signal_template.hpp:
- Provide access to combiner via combiner() method
libs/signals/doc/reference/signal_header.xml:
- Document combiner() methods
index.htm:
- Announce this change for the next version
[SVN r22468]