Commit Graph

7 Commits

Author SHA1 Message Date
Frank Mori Hess
22d870c3e8 Fix for signals returning a reference type. 2015-04-09 15:39:10 -04:00
Frank Mori Hess
4acf719aa9 Added variadic signal/slot implementations used when
BOOST_NO_VARIADIC_TEMPLATES is not defined.  The
signal0, signal1, etc classes are not available when using
the variadic implementations, I plan to mark them as
deprecated.  Also the arg1_type, arg2_type member typedefs
are not available and are replaced with a "arg" member
template class.  Documentation updates to follow.



[SVN r53355]
2009-05-28 18:49:27 +00:00
Frank Mori Hess
87c9cf74fd Tweaked interface of connection_body_base a bit. Added free swap functions
for connection classes.  Added scoped_connection::release.  Made
scoped_connection noncopyable.


[SVN r49003]
2008-09-29 15:05:04 +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
ffdba806c6 Added test for problem with signalslib::detail::grouped_list
copy construction.



[SVN r43562]
2008-03-11 15:10:07 +00:00
Frank Mori Hess
ac8bf068e5 Added regression test for re-assignment of scoped_connection.
[SVN r43557]
2008-03-10 20:58:35 +00:00
Frank Mori Hess
fe1cfb0afa Added a new little test program for adding test for bugs as they
are discovered/fixed.



[SVN r43431]
2008-02-28 19:58:18 +00:00