2
0
mirror of https://github.com/boostorg/signals.git synced 2026-01-19 04:42:10 +00:00

58 Commits

Author SHA1 Message Date
Rene Rivera
16e522df2b Add, and update, documentation build targets. 2016-10-07 23:07:36 -05:00
jzmaddock
1deed6c116 Update Jamfile.v2
There can only be one project named boost/doc and we have that already under /doc/
Rename to something unique.
2014-08-13 18:37:41 +01:00
Daniel James
ecedb1ee7c Fix badly formed xml.
[SVN r84776]
2013-06-14 08:30:28 +00:00
Daniel James
323d28fdeb Better markup for signals deprecation.
Put it in a 'note', and use boostbook ids for links, so that they will link to
local files.

[SVN r84772]
2013-06-14 06:39:20 +00:00
Marshall Clow
47805948a9 Add note and FAQ indicating that Boost.Signals is no longer maintained
[SVN r84764]
2013-06-13 16:50:47 +00:00
Daniel James
4fbc33a7de Detab some jamfiles.
[SVN r63343]
2010-06-26 12:10:47 +00:00
Daniel James
cd343added 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
John Maddock
48abce7d5d Add PDF generation options to fix external links to point to the web site.
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.

[SVN r51284]
2009-02-17 10:05:58 +00:00
Daniel James
13fee9a9da Fix some invalid xml by replacing ampersands with character entities.
[SVN r45232]
2008-05-08 21:50:19 +00:00
Douglas Gregor
8be72e01f6 Improved suggestion for dealing with Qt MOC, from Niels Dekker
[SVN r42767]
2008-01-14 17:01:26 +00:00
Douglas Gregor
4d15dc2fde Fix boost_signals linking info
[SVN r36839]
2007-01-29 20:05:29 +00:00
Douglas Gregor
26605fbb1a Fix build instructions
[SVN r36837]
2007-01-29 19:36:40 +00:00
Beman Dawes
54adea24c2 Add copyright, license
[SVN r35905]
2006-11-07 19:11:57 +00:00
Douglas Gregor
c0005c2de2 Minor doc fix, from Bruno Martinez
[SVN r35418]
2006-09-29 15:26:11 +00:00
Douglas Gregor
c7a03e3918 Update on Qt 4.1 from Scott Collins
[SVN r33139]
2006-02-27 13:29:58 +00:00
Douglas Gregor
dd1f6008f0 Added alternative Qt hack from Frank Hess
[SVN r31091]
2005-09-23 11:45:10 +00:00
Douglas Gregor
3f5fc4f131 Added Document-View example from Keith MacDonald
[SVN r29034]
2005-05-18 16:09:34 +00:00
Douglas Gregor
566669b8b2 Slot blocking/unblocking, from Frantz Maerten
[SVN r27439]
2005-02-19 23:44:26 +00:00
Aleksey Gurtovoy
c199335f85 merge RC_1_32_0 fixes
[SVN r26333]
2004-11-28 04:44:21 +00:00
Douglas Gregor
78117250a6 Use conceptname
[SVN r25047]
2004-09-13 15:41:01 +00:00
Douglas Gregor
e4100ec905 Use firstterm
[SVN r25046]
2004-09-13 15:40:23 +00:00
Douglas Gregor
6a89271e9b Documentation update from Jon T. Pedant
[SVN r23847]
2004-07-20 17:03:55 +00:00
Douglas Gregor
8eb04a687e rationale.xml: .NET delegates can return values, but always return the
last one.


[SVN r22751]
2004-05-06 18:29:17 +00:00
Douglas Gregor
62200755cf Overall:
- Implemented Edward Diener's slot ordering proposal:
      http://article.gmane.org/gmane.comp.lib.boost.devel/25152/
  - Update most copyrights to include 2004

boost/signals/detail/named_slot_map.hpp, libs/signals/src/named_slot_map.cpp:
  - Implements the underlying data structure of slots, using a map of lists.

libs/signals/test/ordering_test.cpp:
  - Also test at_front/at_back ordering

libs/signals/test/random_signal_system.cpp:
  - Deal with changes in random library

libs/signals/doc/tutorial.xml:
  - Take away all that nondeterministic ordering mumbo-jumbo
  - Briefly mention at_front/at_back

libs/signals/doc/reference/signal_header.xml:
  - Add "at" parameter to connect routines


[SVN r22737]
2004-05-04 18:17:23 +00:00
Douglas Gregor
8157a79bf7 signal_header.xml: Remove "Allocator" parameter
[SVN r22630]
2004-04-12 00:44:16 +00:00
Douglas Gregor
d798c9785e Introduced the ability to disconnect by function object.
[SVN r22469]
2004-03-10 05:42:05 +00:00
Douglas Gregor
4acda83a6a boost/signals/signal_template.hpp, boost/signals/detail/signal_base.hpp,
libs/signals/src/signal_base.cpp:
  - Moved combiner into "impl" so that its state remains safe even when
the signal is deleted.

boost/signals/signal_template.hpp:
  - Provide access to combiner via combiner() method

libs/signals/doc/reference/signal_header.xml:
  - Document combiner() methods

index.htm:
  - Announce this change for the next version


[SVN r22468]
2004-03-10 04:37:14 +00:00
Douglas Gregor
0b81234470 Fix a typo
[SVN r21906]
2004-01-25 01:36:50 +00:00
Douglas Gregor
dddc19239d MSVC 7.1 can handle Signals, preferred syntax
[SVN r21332]
2003-12-19 03:32:09 +00:00
Douglas Gregor
b601239eb6 Try to update Jamfiles to alleviate autolinking problems
[SVN r20836]
2003-11-17 21:07:23 +00:00
Douglas Gregor
f26bc3ba90 Boost.Signals now uses the official Boost license
[SVN r20236]
2003-10-01 04:34:38 +00:00
Douglas Gregor
e96d9a6fea Automagical linking (Regex-style) for Windows, plus Regex-style staging,
with documentation (a little).


[SVN r19135]
2003-07-16 04:38:46 +00:00
Douglas Gregor
8a3b2833f2 Add num_slots method to determine the number of slots, plus testcases and
documentation


[SVN r18257]
2003-04-16 13:22:01 +00:00
Douglas Gregor
171d2c9f5b Jamfile.v2: documentation Jamfile for Boost.Signals
[SVN r18245]
2003-04-13 14:53:05 +00:00
Douglas Gregor
26125fcfe4 connection.xml, signal_header.xml: boost::noncopyable derivation is for
exposition only


[SVN r18153]
2003-04-02 04:34:42 +00:00
Douglas Gregor
24b34f0053 Lots o' cleanups
[SVN r17947]
2003-03-16 02:00:34 +00:00
Douglas Gregor
2d622c4d09 Lots of cleanups as BoostBook becomes more strict
[SVN r17871]
2003-03-13 00:29:57 +00:00
Douglas Gregor
3c70778846 Move away from attributes, toward elements
[SVN r17869]
2003-03-13 00:08:34 +00:00
Douglas Gregor
b07681a377 Import of BoostBook documentation for any, array, bind, function, ref, and
signals libraries.


[SVN r17866]
2003-03-12 23:27:25 +00:00
Douglas Gregor
419101dcf1 Redirect to generated docs
[SVN r17497]
2003-02-17 18:32:40 +00:00
Douglas Gregor
26ae9c6217 Removed old HTML documentation; index.html now links to generated documentation
[SVN r17468]
2003-02-17 04:48:41 +00:00
Douglas Gregor
d14672c027 Fix another place still using the old syntax
[SVN r16996]
2003-01-22 18:24:36 +00:00
Douglas Gregor
190f2db6e8 tutorial.html: Remove use of the old signal class template syntax
[SVN r16865]
2003-01-10 21:30:14 +00:00
Douglas Gregor
306d3c1bbc TODO list
[SVN r16044]
2002-11-01 18:57:27 +00:00
Douglas Gregor
48ca82c7a6 More documentation updates
[SVN r16043]
2002-11-01 16:00:17 +00:00
Douglas Gregor
4efa35d643 Tons of documentation updates. Thanks Dave!
[SVN r16041]
2002-11-01 15:36:58 +00:00
Douglas Gregor
f844587d3b signal.html:
signalN.html:
  - Fixed a few minor doc nits (Dave Abrahams and Dirk Gerrits)


[SVN r16035]
2002-10-31 22:04:21 +00:00
Douglas Gregor
370eb6cb95 Minor fixes (Dave Abrahams)
[SVN r16024]
2002-10-30 14:30:18 +00:00
Douglas Gregor
933cc8d444 index.html:
- Refer to header boost/connection.hpp, not connection class

tutorial.html:
  - Get rid of some pre-nifty-syntax cruft
  - Complete (?) tutorial


[SVN r15357]
2002-09-16 03:45:15 +00:00
Douglas Gregor
3b43351430 tutorial.html:
- Starting to detail the new syntax...


[SVN r15067]
2002-08-23 13:48:19 +00:00