Commit Graph

31 Commits

Author SHA1 Message Date
Frank Mori Hess
10b030be78 Fix typo, from Berkus Decker. 2019-10-21 18:33:03 -04:00
Florian Behrens
38d90faf6a Fixed minor documentation issue. 2016-06-12 15:48:14 +02: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
cee5c191df Added docs for new slot::track_foreign method.
[SVN r65532]
2010-09-22 14:49:23 +00:00
Frank Mori Hess
e6727f317c Fixed typo, refs #3268.
[SVN r55002]
2009-07-17 20:09:03 +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
cab89ec6a6 Tweaked generation of Signals2 code snippets a bit.
[SVN r51662]
2009-03-09 19:24:31 +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
a9180e940f Added example and tutorial section for using extended slots.
[SVN r51149]
2009-02-09 21:03:20 +00:00
Frank Mori Hess
0cfa23c8f9 Added link from postconstructor section of tutorial
to deconstruct example programs.  Added a warning about
binding a shared_ptr you intended to track to a slot.


[SVN r51141]
2009-02-09 15:50:14 +00:00
Frank Mori Hess
b7def07b77 Converted document-view section of tutorial to use extracted
code snippets.


[SVN r51139]
2009-02-09 15:00:02 +00:00
Frank Mori Hess
d4214ed9c9 converted more of tutorial to use code snippets from example programs.
[SVN r51124]
2009-02-09 03:08:07 +00:00
Frank Mori Hess
05e0a77ffb Hacked up a little program for extracting code snippets from example
programs, and included some of the snippets into the tutorial.



[SVN r51067]
2009-02-06 21:48:35 +00:00
Frank Mori Hess
f7364222db Added a bunch of example programs extracted from tutorial.
[SVN r51039]
2009-02-05 22:10:13 +00:00
Frank Mori Hess
1ecc31a74a Updated reference documentation to reflect changes to
postconstructors/predestructors


[SVN r51022]
2009-02-04 21:24:22 +00:00
Frank Mori Hess
396d75cfa0 Added beginnings of tutorial sections on deconstruct stuff,
Mutex template type parameter, and a stub for an 
extended_slot_type/connect_extended section.


[SVN r50796]
2009-01-26 22:06:39 +00:00
Frank Mori Hess
2fa60f8d02 Starting to address some of the documentation weaknesses pointed
out during review.  Added a section on portinf from Boost.Signals
based on one of the faq entries.



[SVN r50646]
2009-01-16 22:44:51 +00:00
Frank Mori Hess
f4f9c7afa6 Made tutorial output to signals2 subdir instead of signals.
[SVN r50596]
2009-01-14 18:45:30 +00:00
Frank Mori Hess
41f497059d Removed supported compiler table, which does not reflect state
of Signals2 code.



[SVN r49205]
2008-10-09 12:42:24 +00:00
Frank Mori Hess
4ba9db8e27 Added signals2::optional_last_value, and made it the default
combiner for signals.  It is preferrable to last_value since it
never throws.


[SVN r49076]
2008-09-30 20:28:23 +00:00
Frank Mori Hess
ebb5ea7ff4 Removed obsolete documentation regarding expired_slot exceptions
[SVN r49036]
2008-09-29 20:40:36 +00:00
Frank Mori Hess
434db96180 Fixed scoped_connection example with respect to it being noncopyable now.
Made some other minor additions/tweaks.



[SVN r49034]
2008-09-29 20:29:47 +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
b0e5e818f3 Fixed bug in example code, reported by "Igor R".
[SVN r47693]
2008-07-22 18:06:24 +00:00
Frank Mori Hess
d65297ab11 Added a mention that slots may still be running after disconnect returns.
[SVN r43574]
2008-03-12 15:19:32 +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
029c8c0e0c More documentation updates. All the obvious problems I'm aware of should
be fixed now.



[SVN r39527]
2007-09-25 18:09:10 +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