2
0
mirror of https://github.com/boostorg/signals.git synced 2026-01-19 04:42:10 +00:00

9 Commits

Author SHA1 Message Date
Stefan Slapeta
e37e0630b9 replaced BOOST_TEST
[SVN r27054]
2005-02-03 13:48:49 +00:00
Douglas Gregor
5645c8986d Get rid of test lib
[SVN r24376]
2004-08-10 14:38:43 +00:00
Douglas Gregor
a24f0cb270 Doug Gregor->Douglas Gregor
[SVN r24018]
2004-07-25 02:59:30 +00:00
Douglas Gregor
bc69b25cbc Use BOOST_SIGNALS_NAMESPACE (Juergen Hunold)
[SVN r23526]
2004-07-14 06:24:40 +00:00
Douglas Gregor
850b641cfd Try to work around an MSVC 6/STLport problem
[SVN r22826]
2004-05-14 16:15:35 +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
ce4b8801cc Use std::rand() not random()
Seed random with the current time


[SVN r14036]
2002-05-24 12:07:39 +00:00
Douglas Gregor
bce8c0037f Added Boost.Signals library
[SVN r13964]
2002-05-17 15:28:22 +00:00