Commit graph

327 commits

Author SHA1 Message Date
Douglas Gregor
1dff8e8fe1 Note the LEDA 4.5 update
[SVN r24303]
2004-08-05 13:52:22 +00:00
Douglas Gregor
d7c5f7ee2b Note tribool library addition
[SVN r24047]
2004-07-25 19:08:16 +00:00
Robert Ramey
ee71cc2986 added serialization to list of added items
[SVN r23941]
2004-07-22 06:48:41 +00:00
Dave Abrahams
597a4ddeb4 Update links (thanks Ross Boylan <ross-at-biostat.ucsf.edu>)
[SVN r23655]
2004-07-17 00:13:35 +00:00
Pavol Droba
af20b58483 Link to string_algo library added
[SVN r23568]
2004-07-14 23:54:25 +00:00
Joaquín M. López Muñoz
90d99b9e09 removed whitespace
[SVN r23258]
2004-06-29 11:04:24 +00:00
Joaquín M. López Muñoz
6d1fc09145 added multi_index
[SVN r23256]
2004-06-29 10:34:58 +00:00
Douglas Gregor
70309c4488 Overall: Second, more complete and better tested version of bundled properties.
The ->* syntax has been removed. Instead, one may use the member pointer as
the key for the standard get/put functions of property maps. This makes
graph adaptors work with bundled properties (automagically). Also added
support for bundled properties in adjacency_matrix.

index.htm: Announce the addition of bundled properties.

boost/graph/adjacency_list.hpp: Updated to support get/put for bundled
properties.

boost/graph/adjacency_matrix.hpp: Added support for bundled properties.
Suppressed some warnings and fixed a minor bug in add_edge(u, v, ep, g).

boost/graph/properties.hpp: Added property_map specialization for bundled
properties.

libs/graph/doc/*.html: Document uses of bundled properties and direct anyone
not using a broken compiler to bundled properties instead of property lists.

libs/graph/test/bundled_properties.cpp: Test both adjacency_list and
adjacency_matrix, along with filtered_graph. Makes sure all of the bundled
properties operations work.


[SVN r23125]
2004-06-20 03:37:09 +00:00
Vladimir Prus
58dce03454 Mention program_options addition.
[SVN r22948]
2004-05-27 07:03:45 +00:00
Douglas Gregor
944845732f Overall: introduce bundled properties
index.htm:
  - Announce bundled properties

libs/graph/doc/bundles.html:
  - Document bundled properties

libs/graph/doc/adjacency_list.html:
  - Refer to bundled properties

boost/graph/properties.hpp:
  - Added vertex_bundle and edge_bundle properties for bundling
  - Added bundle_property_map for directly handling bundles

boost/pending/property.hpp:
  - Added retag_property_list metafunction that allows us to add a tag
    to the non-property<> element at the end of a property<> list.

boost/graph/adjacency_list.hpp:
  - Implement bundled properties

libs/graph/test/Jamfile, libs/graph/test/bundled_properties.cpp:
  - Test bundled properties


[SVN r22819]
2004-05-14 05:53:33 +00:00
Douglas Gregor
2d8b03b8cb 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
1ab2eb02de boost/utility/result_of.hpp, boost/utility/detail/result_of_iterate.hpp:
- result_of implementation

libs/utility/test/result_of_test.cpp:
  - result_of tests

libs/utility/test/Jamfile, libs/utility/test/Jamfile.v2:
  - run result_of tests

libs/utility/utility.htm:
  - document result_of

libs/libraries.htm:
  - list result_of

index.htm:
  - announce result_of


[SVN r22720]
2004-05-02 19:55:02 +00:00
Dave Abrahams
774df2bad7 Cleaned up documentation references
[SVN r22588]
2004-04-03 21:34:44 +00:00
Douglas Gregor
da65f15851 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
Beman Dawes
870e02628c Add Download, fix misspelling
[SVN r22171]
2004-02-05 13:30:41 +00:00
Gennadiy Rozental
020d4131b6 Boost Test release notes again
[SVN r22057]
2004-01-29 16:45:43 +00:00
Dave Abrahams
5ef39dbe1e Some html corrections
[SVN r22040]
2004-01-29 03:43:14 +00:00
Dave Abrahams
d0e9d5a416 Improved and alphabetized news format, added Python news, updated
iterator news.

Corrections in the Python documentation


[SVN r22039]
2004-01-29 03:34:23 +00:00
Gennadiy Rozental
36b2559c21 Boost Test release notes
[SVN r21959]
2004-01-26 11:31:04 +00:00
Douglas Gregor
237e266cfa Removed deprecated Compose library
[SVN r21843]
2004-01-20 16:28:00 +00:00
Eric Friedman
3dac35b8ea Fixed 1.31 release date typo.
[SVN r21713]
2004-01-14 00:43:24 +00:00
Beman Dawes
360aa7711f Release runup including intro wording changes, news updates
[SVN r21679]
2004-01-13 14:35:02 +00:00
John Maddock
18f85cff0c Added regex changes to list.
[SVN r21369]
2003-12-22 12:25:19 +00:00
Beman Dawes
ac39dc02a9 fix links broken by index.htm to index.html renaming
[SVN r21233]
2003-12-12 00:00:13 +00:00
Douglas Gregor
257ce645f1 "Current version" -> "Current release" on Beman's suggestion
[SVN r21181]
2003-12-08 13:52:37 +00:00
Rene Rivera
9328470856 Fix more broken links.
[SVN r21145]
2003-12-05 04:09:18 +00:00
Beman Dawes
bad5a66c92 add enable_if
[SVN r21123]
2003-12-03 14:37:04 +00:00
Ronald Garcia
3702e65e35 Added update notice for MultiArray.
[SVN r21091]
2003-12-02 21:58:03 +00:00
Rene Rivera
ba5324c07b Fix broken link.
[SVN r21089]
2003-12-02 17:50:08 +00:00
Douglas Gregor
49b09482b1 index.htm:
- Indicate the deprecation of the Compose library
  - Split the "Documentation" link into "Current release" and "Nightly
CVS" documentation links


[SVN r21069]
2003-12-02 06:48:17 +00:00
Rene Rivera
2389b2fc37 Remove items for Download, Build, and Install; and replace with the single "Getting Staerted" item.
[SVN r21064]
2003-12-02 05:08:36 +00:00
Beman Dawes
72a50f8d52 fix broken links
[SVN r20963]
2003-11-26 17:59:08 +00:00
Beman Dawes
d0aa1ec457 fix broken Devin Smith link
[SVN r20623]
2003-11-04 01:44:30 +00:00
Jeff Garland
1b558d818e added blurb about date-time changes for 1.31 release
[SVN r20610]
2003-11-03 03:57:04 +00:00
Beman Dawes
a8aa4e7e5a Update copyright and license info
[SVN r20243]
2003-10-02 15:17:36 +00:00
Beman Dawes
e544b10a88 Add license and filesystem blurbs
[SVN r20056]
2003-09-14 20:52:44 +00:00
Beman Dawes
bd4f7adedf fix spurious spaces causing browser problems
[SVN r20050]
2003-09-14 14:52:03 +00:00
Daryle Walker
293983c517 Added 1.30.x updates to Recent Items
[SVN r19853]
2003-08-29 08:14:32 +00:00
Beman Dawes
0d38697ccf Add license links, copyright messages
[SVN r19680]
2003-08-18 16:38:09 +00:00
Dave Abrahams
1249ad2e23 Added "Project-Specific" link to the main page.
[SVN r19678]
2003-08-18 11:45:16 +00:00
Beman Dawes
7400a4e7ce Update library TR text
[SVN r19308]
2003-07-25 19:39:49 +00:00
Jens Maurer
d3dff9c6fe note random number interface change
[SVN r19225]
2003-07-19 21:42:50 +00:00
Daryle Walker
123b03cf54 Added some unmentioned Internet resources
[SVN r19203]
2003-07-19 05:52:51 +00:00
Eric Friedman
a26a303092 Variant blurb update.
[SVN r19141]
2003-07-16 09:16:56 +00:00
Beman Dawes
658c636622 Add Variant library
[SVN r18594]
2003-05-29 00:33:49 +00:00
Beman Dawes
fc56601c01 Get ready for next release
[SVN r18039]
2003-03-20 22:34:01 +00:00
Beman Dawes
83e005636a finalize release 1.30.0 date
[SVN r18006]
2003-03-19 13:09:37 +00:00
Beman Dawes
03b721b590 release run-up
[SVN r17590]
2003-02-22 16:12:23 +00:00
Gennadiy Rozental
afbb3abb7c Boost.Test release notes introduced
[SVN r17500]
2003-02-18 00:38:27 +00:00
Douglas Gregor
63430a26f2 Fix link to Function library
[SVN r17498]
2003-02-17 18:41:23 +00:00