Commit Graph

136 Commits

Author SHA1 Message Date
Frank Mori Hess
10b030be78 Fix typo, from Berkus Decker. 2019-10-21 18:33:03 -04:00
Frank Mori Hess
386a00e5bd Fix code example that says "using" to "using namespace" in signal_type description. 2019-05-10 11:01:43 -04:00
Daniel
ed91b02161 Remove incorrectly included hello world example
A 'HelloWorld' example from the documentation is appearing at
the bottom of the contents page:

http://www.boost.org/doc/libs/1_63_0/doc/html/libraries.html

I think this will remove it, although it won't be clear until the change
is checked into develop and the documentation rebuilt.
2016-12-11 16:40:10 +00:00
Rene Rivera
a76002ddc5 Add, and update, documentation build targets. 2016-10-07 23:07:36 -05:00
Florian Behrens
38d90faf6a Fixed minor documentation issue. 2016-06-12 15:48:14 +02:00
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
5a46513c6e Merge from trunk. Fixes #9103
[SVN r86632]
2013-11-12 03:02:07 +00:00
Frank Mori Hess
914e69f190 Don't force disconnection of all slots in signal destructor.
Refs #9103


[SVN r85836]
2013-09-22 21:21:34 +00:00
Frank Mori Hess
1ebb96a4c5 Merged from trunk.
[SVN r84022]
2013-04-23 00:37:28 +00:00
Frank Mori Hess
239ed332bd Tweaked template declaration of swap for signal classes, to make
it more consistent.



[SVN r84007]
2013-04-22 03:51:29 +00:00
Frank Mori Hess
50a87e115c Added swap to signal classes. Fixes #8449
[SVN r84006]
2013-04-22 03:22:06 +00:00
Marshall Clow
3241ea2fc0 Merge macro changes for Boost.Signals2 to release
[SVN r81709]
2012-12-04 18:22:19 +00:00
Marshall Clow
216a62ee3c Removed usage of deprecated macros
[SVN r81562]
2012-11-26 17:38:50 +00:00
Frank Mori Hess
24feae6fca Merged from trunk to release.
[SVN r73361]
2011-07-25 17:23:35 +00:00
Frank Mori Hess
f602598778 Put real name in for Gottlob Frege.
[SVN r73358]
2011-07-25 15:22:27 +00:00
Steven Watanabe
146198e281 Make sure that the command works even in debug mode. Refs #4872.
[SVN r71058]
2011-04-06 23:52:25 +00:00
Frank Mori Hess
8c38676cac Merged from trunk.
[SVN r66695]
2010-11-23 05:23:19 +00:00
Frank Mori Hess
66c2388ca4 Patch from John Maddock:
http://lists.boost.org/Archives/boost/2010/11/173288.php

Refs #4872.



[SVN r66694]
2010-11-23 04:07:37 +00:00
Frank Mori Hess
a6fcd1334f Merged signals2 docs from trunk.
[SVN r65649]
2010-09-28 15:31:36 +00:00
Frank Mori Hess
15bdfedced Undocumented slot_base::track_container_type and slot_base::tracked_objects(),
as they are no longer worth documentation due to the changes required to support
tracking foreign shared_ptr types.


[SVN r65648]
2010-09-28 15:10:10 +00:00
Frank Mori Hess
09c3f6cdbf Fixed documentation typo.
[SVN r65647]
2010-09-28 14:58:46 +00:00
Frank Mori Hess
b59b4d7b86 Merged signals2 docs to release.
[SVN r65533]
2010-09-22 15:56:15 +00: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
3c952d6b2b Merged signals2 from trunk to release.
[SVN r65002]
2010-08-25 19:01:06 +00:00
Daniel James
e3ba004c6b Merge documentation fixes.
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.


[SVN r63347]
2010-06-26 12:30:09 +00:00
Daniel James
d1da61ca39 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Frank Mori Hess
885d5dfb70 mingw g++ 3.4 doesn't like it when you call close() on
a default-constructed ofstream.



[SVN r55722]
2009-08-22 20:14:08 +00:00
Frank Mori Hess
b2449effa0 Fix some classname elements that resulted in links to old
Boost.Signals documentation.



[SVN r55567]
2009-08-13 14:13:46 +00:00
Frank Mori Hess
4e91bfdc06 Merged [55002] from trunk. Fixes #3268.
[SVN r55003]
2009-07-17 20:17:32 +00:00
Frank Mori Hess
e6727f317c Fixed typo, refs #3268.
[SVN r55002]
2009-07-17 20:09:03 +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
5bbb7fb284 Renamed a method group since blocking() is also a query.
[SVN r53132]
2009-05-20 15:52:18 +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
d43635d4be Added explicit documentation of shared_connection_block's default
copy constructor and assignment operator.



[SVN r53130]
2009-05-20 14:51:19 +00:00
Frank Mori Hess
ca91bb77bd Made shared_connection_block default constructible. Split shared_connection_block
tests out of deletion_test, and added a little test for a 
default-constructed shared_connection_block.


[SVN r53128]
2009-05-20 14:36:49 +00:00
Frank Mori Hess
87ff0db5fc Added ability to create a shared_connection_block which is initially
not blocking.



[SVN r53091]
2009-05-18 16:59:28 +00:00
Frank Mori Hess
6db6483247 Merged [51797] from trunk.
[SVN r51798]
2009-03-16 18:35:42 +00:00
Frank Mori Hess
be76a695c3 Fix for broken links from Danel James.
[SVN r51797]
2009-03-16 18:30:11 +00:00
Frank Mori Hess
4bdee4633b Fixed a few more copyright/license issues detected by
inspection report.



[SVN r51671]
2009-03-09 21:23:14 +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
ae6d2d8d47 quote destination dir to deal with spaces.
[SVN r51650]
2009-03-08 16:54:52 +00:00
Frank Mori Hess
ecf42fe741 Generate code snippets using bjam instead of checking them into
svn, to avoid bogus entries in inspect report.



[SVN r51649]
2009-03-08 16:11:36 +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
ec8155ce6a Removed obsolete Makefile.
[SVN r51633]
2009-03-06 15:45:57 +00:00
Frank Mori Hess
4d8daa4abd Merged Signals2 from sandbox to trunk.
[SVN r51520]
2009-03-01 20:54:34 +00:00
Frank Mori Hess
3a48ca503f Added signature_type typedef to signals2::signal.
[SVN r51419]
2009-02-24 01:01:04 +00:00