|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50867 - website/public_html/beta/feed/history
From: asutton_at_[hidden]
Date: 2009-01-29 08:56:34
Author: asutton
Date: 2009-01-29 08:56:34 EST (Thu, 29 Jan 2009)
New Revision: 50867
URL: http://svn.boost.org/trac/boost/changeset/50867
Log:
Added changle blurb for Boost.Grapgh
Text files modified:
website/public_html/beta/feed/history/boost_1_38_0.qbk | 26 ++++++++++++++++++++------
1 files changed, 20 insertions(+), 6 deletions(-)
Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-01-29 08:56:34 EST (Thu, 29 Jan 2009)
@@ -80,26 +80,26 @@
* [phrase library..[@/libs/math/doc/sf_and_dist/html/index.html Math]:]
* Added Johan R'''å'''de's optimised floating point classification routines.
- * Fixed code so that it compiles in GCC's -pedantic mode (bug report
+ * Fixed code so that it compiles in GCC's -pedantic mode (bug report
[@https://svn.boost.org/trac/boost/ticket/1451 #1451]).
* [phrase library..[@/libs/multi_index/doc/index.html Multi-index Containers]:]
Some redundant type definitions have been deprecated. Consult the library
[@/libs/multi_index/doc/release_notes.html#boost_1_38 release notes] for
further information.
-
+
* [phrase library..[@/libs/proto/index.html Proto]:]
* Fix problem with SFINAE of binary operators (Bug
[@https://svn.boost.org/trac/boost/ticket/2407 2407]).
* Fix `proto::call` transform for callable transforms with >3 arguments.
* `result_of::value` changed behavior for array-by-value terminals.
- * `unpack_expr` requires only Forward Sequences rather than Random Access
+ * `unpack_expr` requires only Forward Sequences rather than Random Access
Sequences.
* Deprecate legacy undocumented `BOOST_PROTO_DEFINE_(VARARG_)FUNCTION_TEMPLATE`
macros.
* Add `BOOST_PROTO_REPEAT` and `BOOST_PROTO_LOCAL_ITERATE` macros to help with
repetitive code generation
- * Support for nullary expressions with tag types other than
+ * Support for nullary expressions with tag types other than
`proto::tag::terminal`
* Allow 0- and 1-argument variants of `proto::or_` and `proto::and_`
@@ -113,9 +113,9 @@
* Added support for Perl style ${n} expressions in format strings
(issue [@https://svn.boost.org/trac/boost/ticket/2556 #2556]).
* Added support for accessing the location of sub-expressions within the
- regular expression string
+ regular expression string
(issue [@https://svn.boost.org/trac/boost/ticket/2269 #2269]).
- * Fixed compiler compatibility issues
+ * Fixed compiler compatibility issues
[@https://svn.boost.org/trac/boost/ticket/2244 #2244],
[@https://svn.boost.org/trac/boost/ticket/2514 #2514],
and
@@ -138,6 +138,20 @@
* Ported to Proto v4; Proto v2 at [^boost/xpressive/proto] has been removed.
* `regex_error` inherits from `boost::exception`
+* [phrase library..[@/libs/graph/index.html Graph]:]
+ * Added a new algorithms for Traveling Salesman Problem approximation
+ (`metric_tsp_approx`) and resource-constrained Shortest Paths
+ (`r_c_shortest_paths`).
+ * Support for named vertices in `adjacency_list`.
+ * A number of bugfixes (
+ [@https://svn.boost.org/trac/boost/ticket/416 #416],
+ [@https://svn.boost.org/trac/boost/ticket/1622 #1622],
+ [@https://svn.boost.org/trac/boost/ticket/1700 #1700],
+ [@https://svn.boost.org/trac/boost/ticket/2209 #2209],
+ [@https://svn.boost.org/trac/boost/ticket/2392 #2392],
+ [@https://svn.boost.org/trac/boost/ticket/2460 #2460], and
+ [@https://svn.boost.org/trac/boost/ticket/2550 #2550])
+
[endsect]
[section Other Changes]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk