- 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]
This commit is contained in:
Douglas Gregor 2004-05-04 18:17:23 +00:00
parent b6706bbaf9
commit 2d8b03b8cb
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@
<h3> ??? - Version 1.3?.?</h3>
<ul>
<li><a href="doc/html/signals.html">Signals</a> library: combiners may safely have state and are accessible from the signal.</li>
<li><a href="doc/html/signals.html">Signals</a> library: introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal.</li>
<li>Compose: This deprecated library has been removed.</li>
<li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>
</ul>

@ -1 +1 @@
Subproject commit 8157a79bf727e02faadc0bda8cfbb117d77bdfbb
Subproject commit 62200755cfd6667aa6563a67d58993913bf3c933