Просмотр исходного кода

Overall:
- 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]

Douglas Gregor 22 лет назад
Родитель
Сommit
2d8b03b8cb
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      index.htm
  2. 1 1
      libs/signals

+ 1 - 1
index.htm

@@ -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
libs/signals

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

粤ICP备19079148号