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

12 Commits

Author SHA1 Message Date
Douglas Gregor
4d15dc2fde Fix boost_signals linking info
[SVN r36839]
2007-01-29 20:05:29 +00:00
Douglas Gregor
26605fbb1a Fix build instructions
[SVN r36837]
2007-01-29 19:36:40 +00:00
Douglas Gregor
c0005c2de2 Minor doc fix, from Bruno Martinez
[SVN r35418]
2006-09-29 15:26:11 +00:00
Douglas Gregor
3f5fc4f131 Added Document-View example from Keith MacDonald
[SVN r29034]
2005-05-18 16:09:34 +00:00
Douglas Gregor
566669b8b2 Slot blocking/unblocking, from Frantz Maerten
[SVN r27439]
2005-02-19 23:44:26 +00:00
Aleksey Gurtovoy
c199335f85 merge RC_1_32_0 fixes
[SVN r26333]
2004-11-28 04:44:21 +00:00
Douglas Gregor
e4100ec905 Use firstterm
[SVN r25046]
2004-09-13 15:40:23 +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
d798c9785e Introduced the ability to disconnect by function object.
[SVN r22469]
2004-03-10 05:42:05 +00:00
Douglas Gregor
dddc19239d MSVC 7.1 can handle Signals, preferred syntax
[SVN r21332]
2003-12-19 03:32:09 +00:00
Douglas Gregor
e96d9a6fea Automagical linking (Regex-style) for Windows, plus Regex-style staging,
with documentation (a little).


[SVN r19135]
2003-07-16 04:38:46 +00:00
Douglas Gregor
b07681a377 Import of BoostBook documentation for any, array, bind, function, ref, and
signals libraries.


[SVN r17866]
2003-03-12 23:27:25 +00:00