Commit Graph

20 Commits

Author SHA1 Message Date
Frank Mori Hess
a494a68e92 Merge branch 'develop'
Conflicts:
	doc/porting.xml
	doc/reference/connection.xml
	doc/reference/signal_header.xml
	doc/tutorial.xml
	include/boost/signals2/detail/signal_template.hpp
	include/boost/signals2/detail/signals_common_macros.hpp
	include/boost/signals2/detail/slot_template.hpp
	include/boost/signals2/detail/variadic_slot_invoker.hpp
	include/boost/signals2/preprocessed_signal.hpp
	test/signal_test.cpp
2014-01-03 11:27:17 -05:00
Frank Mori Hess
fca4de8238 Added documentation for signal move constructor and move assignment. 2013-12-25 11:54:52 -05:00
Frank Mori Hess
d3e6e46869 Updated reference docs with new move support for connection classes. 2013-12-24 11:02:32 -05:00
Frank Mori Hess
1ebb96a4c5 Merged from trunk.
[SVN r84022]
2013-04-23 00:37:28 +00:00
Frank Mori Hess
50a87e115c Added swap to signal classes. Fixes #8449
[SVN r84006]
2013-04-22 03:22:06 +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
615b2980cf Fixed problems with classname elements producing links to classes
in old Boost.Signals when I meant them to link to Boost.Signals2
classes.  Removed deprecated stuff from documentation and updated
wrt to changes made for the sake of the variadic template
implementation.  Added section on changes to interface which will
appear in 1.40.



[SVN r53548]
2009-06-01 17:58:34 +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
6183fc34c3 Added shared_connection_block::connection() query, and a
connection::operator!=().  Added a test of shared_connection_block
assignment.


[SVN r53131]
2009-05-20 15:16:37 +00:00
Frank Mori Hess
ba5085fc2a Added copyright comments to boostbook xml files.
[SVN r51634]
2009-03-06 15:50:31 +00:00
Frank Mori Hess
bfd79d94a1 Simplified behavior of scoped_connection::release. Removed swaps
for scoped_connection since the base class swaps work fine for
scoped_connection too now.


[SVN r49068]
2008-09-30 15:35:42 +00:00
Frank Mori Hess
700b2c13af Added some notes on thread-safety of connection classes.
[SVN r49015]
2008-09-29 17:25:08 +00:00
Frank Mori Hess
9e0d1840d8 Added scoped_connection::released() query, mostly because it makes it
easier to document the class' behavior.  Updated scoped_connection
documentation to make it more complete and up to date.


[SVN r49014]
2008-09-29 17:10:41 +00:00
Frank Mori Hess
ea35061c19 Partially updated docs to reflect API changes.
[SVN r48979]
2008-09-26 21:10:39 +00:00
Frank Mori Hess
5c39af3143 Fixed some unresolved cross references in the documentation.
[SVN r39543]
2007-09-26 14:01:38 +00:00
Frank Mori Hess
ea1f6d78c3 More documentation improvements. Fixed documentation of
some protected members using new docbook <access> tag.  Added
documentation of slot_base, now that it's no longer in
the detail namespace.  Added documentation of "preferred
syntax" slot class constructors.  Got rid of a bunch
of <simpara> (no longer needed after css tweak).


[SVN r39495]
2007-09-24 02:10:33 +00:00
Frank Mori Hess
78008f75a4 Minor documentation improvements. Documented
boost::signalslib as the "official" namespace used by
thread_safe_signals.



[SVN r39459]
2007-09-21 20:32:50 +00:00
Douglas Gregor
ffacc43556 Fix eol-style and mime-types
[SVN r7564]
2007-07-27 00:28:00 +00:00
Frank Mori Hess
4616b2392b Updated documentation.
[SVN r3771]
2007-03-06 21:51:55 +00:00
Frank Mori Hess
59b4303469 Moved docs from libs/signals/doc. Updated to reflect some of the
more recent changes.


[SVN r3762]
2007-03-05 19:54:28 +00:00