Frank Mori Hess
acb59b9679
Merge from trunk. Fixes compile error in test.
...
[SVN r86633]
2013-11-12 03:04:57 +00:00
Frank Mori Hess
5a46513c6e
Merge from trunk. Fixes #9103
...
[SVN r86632]
2013-11-12 03:02:07 +00:00
Frank Mori Hess
ff01014782
Merged Boost.Signals2 revisions r53132:53548 from trunk to release.
...
[SVN r53569]
2009-06-02 14:18:22 +00:00
Frank Mori Hess
4ecca9c4ff
Merged changesets [53091], [53128], [53130], [53131], and [53132]
...
from trunk to release.
[SVN r53154]
2009-05-21 14:44:00 +00:00
Frank Mori Hess
716314fa7e
Tweaked a test slightly to test shared_connection_block::unblock()
...
method.
[SVN r50597]
2009-01-14 20:44:44 +00:00
Frank Mori Hess
88dfed5d71
Made shared_connection_block take a const reference to a signal.
...
This is more consistent since connection::disconnect is a const method.
[SVN r49152]
2008-10-06 20:13:58 +00:00
Frank Mori Hess
d8de489212
Moved everything into signals2 namespace. Moved headers
...
accordingly to conform with boost policy. Have not
updated documentation to reflect changes yet.
[SVN r48932]
2008-09-23 20:23:22 +00:00
Frank Mori Hess
61a18d5ac0
Got rid of signalslib::connection::block() and unblock() and replaced
...
them with exception-safe signalslib::shared_connection_block() class.
The new way is also more useable in a multi-threaded context, since
it prevents one thread from unexpectedly unblocking a
connection that another thread wants blocked.
[SVN r3754]
2007-03-02 16:00:39 +00:00
Frank Mori Hess
fc5da3c9af
Altered tests to account for changes from signals to thread_safe_signals.
...
[SVN r3748]
2007-02-28 19:44:09 +00:00
Frank Mori Hess
e6dd4d2c44
Added test programs from boost/libs/signals/test
...
[SVN r3746]
2007-02-28 19:16:04 +00:00