2
0
mirror of https://github.com/boostorg/signals.git synced 2026-01-19 16:52:09 +00:00

10 Commits

Author SHA1 Message Date
Jeremiah Willcock
b79156eb80 Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names
[SVN r52226]
2009-04-07 01:28:38 +00:00
Douglas Gregor
f3ae69c1b8 boost/signals/detail/named_slot_map.hpp, libs/signals/src/named_slot_map.cpp:
- Depimplify to improve performance (Robert Zeh)

libs/signals/test/random_signal_system.cpp:
  - BOOST_TEST -> BOOST_CHECK

index_1_33_0.htm:
  - Announce performance improvement


[SVN r27947]
2005-04-04 01:32:22 +00:00
Douglas Gregor
f9509171a5 Delete signals before checking if the bridge count is correct. Oops
[SVN r26530]
2004-12-16 14:10:56 +00:00
Douglas Gregor
fbdb2fa354 Test trackable disconnection
[SVN r26522]
2004-12-15 23:23:24 +00:00
Douglas Gregor
a24f0cb270 Doug Gregor->Douglas Gregor
[SVN r24018]
2004-07-25 02:59:30 +00:00
Douglas Gregor
62200755cf 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]
2004-05-04 18:17:23 +00:00
Douglas Gregor
f26bc3ba90 Boost.Signals now uses the official Boost license
[SVN r20236]
2003-10-01 04:34:38 +00:00
Douglas Gregor
22149eab89 Jamfile:
- link to test library

*.cpp:
  - Update copyright year

random_signal_system.cpp:
  - Update to new signal syntax


[SVN r15098]
2002-08-26 15:25:09 +00:00
Douglas Gregor
bfdb829793 Untabified
[SVN r14467]
2002-07-15 14:49:29 +00:00
Douglas Gregor
bce8c0037f Added Boost.Signals library
[SVN r13964]
2002-05-17 15:28:22 +00:00