Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-01 21:09:36


Author: grafik
Date: 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
New Revision: 43447
URL: http://svn.boost.org/trac/boost/changeset/43447

Log:
Remove unneeded XML intermediate files. Add 'boostbook' XML namespace to RSS feeds to prevent errors from feed readers.
Removed:
   website/public_html/beta/feed/downloads/bjam_3_1_16.xml
   website/public_html/beta/feed/history/boost_1_10_3.xml
   website/public_html/beta/feed/history/boost_1_10_4.xml
   website/public_html/beta/feed/history/boost_1_11_0.xml
   website/public_html/beta/feed/history/boost_1_11_1.xml
   website/public_html/beta/feed/history/boost_1_11_2.xml
   website/public_html/beta/feed/history/boost_1_12_0.xml
   website/public_html/beta/feed/history/boost_1_13_0.xml
   website/public_html/beta/feed/history/boost_1_14_0.xml
   website/public_html/beta/feed/history/boost_1_14_1.xml
   website/public_html/beta/feed/history/boost_1_14_2.xml
   website/public_html/beta/feed/history/boost_1_14_3.xml
   website/public_html/beta/feed/history/boost_1_15_0.xml
   website/public_html/beta/feed/history/boost_1_15_1.xml
   website/public_html/beta/feed/history/boost_1_16_0.xml
   website/public_html/beta/feed/history/boost_1_16_1.xml
   website/public_html/beta/feed/history/boost_1_17_0.xml
   website/public_html/beta/feed/history/boost_1_18_0.xml
   website/public_html/beta/feed/history/boost_1_18_1.xml
   website/public_html/beta/feed/history/boost_1_18_2.xml
   website/public_html/beta/feed/history/boost_1_18_3.xml
   website/public_html/beta/feed/history/boost_1_19_0.xml
   website/public_html/beta/feed/history/boost_1_20_0.xml
   website/public_html/beta/feed/history/boost_1_20_1.xml
   website/public_html/beta/feed/history/boost_1_20_2.xml
   website/public_html/beta/feed/history/boost_1_21_0.xml
   website/public_html/beta/feed/history/boost_1_21_1.xml
   website/public_html/beta/feed/history/boost_1_21_2.xml
   website/public_html/beta/feed/history/boost_1_22_0.xml
   website/public_html/beta/feed/history/boost_1_23_0.xml
   website/public_html/beta/feed/history/boost_1_24_0.xml
   website/public_html/beta/feed/history/boost_1_25_0.xml
   website/public_html/beta/feed/history/boost_1_25_1.xml
   website/public_html/beta/feed/history/boost_1_26_0.xml
   website/public_html/beta/feed/history/boost_1_27_0.xml
   website/public_html/beta/feed/history/boost_1_28_0.xml
   website/public_html/beta/feed/history/boost_1_29_0.xml
   website/public_html/beta/feed/history/boost_1_30_0.xml
   website/public_html/beta/feed/history/boost_1_30_1.xml
   website/public_html/beta/feed/history/boost_1_30_2.xml
   website/public_html/beta/feed/history/boost_1_31_0.xml
   website/public_html/beta/feed/history/boost_1_32_0.xml
   website/public_html/beta/feed/history/boost_1_33_0.xml
   website/public_html/beta/feed/history/boost_1_33_1.xml
   website/public_html/beta/feed/history/boost_1_34_0.xml
   website/public_html/beta/feed/history/boost_1_34_1.xml
   website/public_html/beta/feed/history/unversioned.xml
   website/public_html/beta/feed/news/review_asio_begins.xml
Text files modified:
   website/public_html/beta/feed/bbook2rss.py | 2
   website/public_html/beta/feed/build.jam | 4 +
   website/public_html/beta/feed/downloads.rss | 2
   website/public_html/beta/feed/history.rss | 79 +++++++++++++++++++++++++++++++++++++++
   website/public_html/beta/feed/news.rss | 79 +++++++++++++++++++++++++++++++++++++++
   5 files changed, 161 insertions(+), 5 deletions(-)

Modified: website/public_html/beta/feed/bbook2rss.py
==============================================================================
--- website/public_html/beta/feed/bbook2rss.py (original)
+++ website/public_html/beta/feed/bbook2rss.py 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
@@ -31,7 +31,7 @@
         self.input = []
         ( _opt_, self.input ) = opt.parse_args(None,self)
         self.rss = xml.dom.minidom.parseString('''<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0">
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>%(title)s</title>

Modified: website/public_html/beta/feed/build.jam
==============================================================================
--- website/public_html/beta/feed/build.jam (original)
+++ website/public_html/beta/feed/build.jam 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
@@ -33,11 +33,13 @@
         = [ path.native [ path.join [ get <cwd> : $(properties) ] bbook2rss.py ] ] ;
     JAMSHELL on $(targets)
         = % ;
+ PYTHON on $(targets)
+ = [ property.select <python.interpreter> : $(properties) ] ;
 }
 
 actions rss
 {
- python "$(BB2RSS)" "--channel-title=$(TITLE)" "--channel-link=$(LINK)" "--count=$(COUNT)" "--output=$(<)" "$(>)"
+ "$(PYTHON:G=:E=python)" "$(BB2RSS)" "--channel-title=$(TITLE)" "--channel-link=$(LINK)" "--count=$(COUNT)" "--output=$(<)" "$(>)"
 }
 
 rule glob-rss ( p + )

Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
+<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost Downloads</title>

Deleted: website/public_html/beta/feed/downloads/bjam_3_1_16.xml
==============================================================================
--- website/public_html/beta/feed/downloads/bjam_3_1_16.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="boost_jam_3_1_16" name="Boost Jam 3.1.16" dirname="boost_jam_3_1_16"
-last-revision="Mon, 3 Dec 2007 04:09:00 GMT" xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Rene</firstname> <surname>Rivera</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- This is mostly a bug fix release.
- </articlepurpose>
- </articleinfo>
- <title>Boost Jam 3.1.16</title>
- <para>
- <download><![CDATA[https://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941&release_id=558771]]></download>
- </para>
- <para>
- This is mostly a bug fix release.
- </para>
- <itemizedlist>
- <listitem>
- Work around some Windows CMD.EXE programs that will fail executing a totally
- empty batch file. -- Rene R.
- </listitem>
- <listitem>
- Add support for detection and building with vc9. -- John P.
- </listitem>
- <listitem>
- Plug memory leak when closing out actions. Thanks to Martin Kortmann for finding
- this. -- Rene R.
- </listitem>
- <listitem>
- Various improvements to __TIMING<emphasis role="underline">RULE</emphasis>_
- and __ACTION<emphasis role="underline">RULE</emphasis>_ target variable hooks.
- -- Rene R.
- </listitem>
- <listitem>
- Change JAMDATE to use common ISO date format. -- Rene R.
- </listitem>
- <listitem>
- Add test for result status values of simple actions, i.e. empty actions. --
- Rene R.
- </listitem>
- <listitem>
- Fix buffer overrun bug in expanding @() subexpressions. -- Rene R.
- </listitem>
- <listitem>
- Check empty string invariants, instead of assuming all strings are allocated.
- And reset strings when they are freed. -- Rene R.
- </listitem>
- <listitem>
- Add OSPLAT=PARISC for HP-UX PA-RISC. -- Boris G.
- </listitem>
- <listitem>
- Make quietly actions really quiet by not printing the command output. The output
- for the quietly actions is still available through __ACTION<emphasis role="underline">RULE</emphasis>_.
- -- Rene R.
- </listitem>
- <listitem>
- Switch intel-win32 to use static multi thread runtime since the single thread
- static runtime is no longer available. -- Rene R.
- </listitem>
- <listitem>
- When setting OSPLAT, check __ia64 macro. -- Boris G.
- </listitem>
- <listitem>
- Get the unix timing working correctly. -- Noel B.
- </listitem>
- <listitem>
- Add -fno-strict-aliasing to compilation with gcc. Which works around GCC-4.2
- crash problems. -- Boris G.
- </listitem>
- <listitem>
- Increased support for Python integration. -- Vladimir P., Daniel W.
- </listitem>
- <listitem>
- Allow specifying options with quotes, i.e. --with-python=xyz, to work around
- the CMD shell using = as an argument separator. -- Rene R.
- </listitem>
- <listitem>
- Add values of variables specified with -s to .EVNRION module, so that we can
- override environment on command line. -- Vladimir P.
- </listitem>
- <listitem>
- Make NORMALIZE_PATH convert to /. -- Vladimir P.
- </listitem>
- </itemizedlist>
-</article>

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
+<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost History</title>
@@ -12,9 +12,86 @@
   
   &lt;div id=&quot;version_1_35_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/circular_buffer/index.html&quot;&gt;circular_buffer&lt;/a&gt; - STL
+ compliant container also known as ring or cyclic buffer, from Jan Gaspar.
+ &lt;/p&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_35_0.updated_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt; - Framework for defining
+ streams, stream buffers and i/o filters, from Jonathan Turkanis. Highlights:
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Clarified the semantics of close(). This fixes several bugs but will break
+ some existing code. See &lt;a href=&quot;/libs/iostreams/doc/index.html?path=12&quot;&gt;Release
+ Notes&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Numerous other bug fixes and optimizations.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt; - Standards conformant implementation
+ of the mandated C99/C++ preprocessor functionality packed behind an easy to
+ use iterator interface, from Hartmut Kaiser. Highlights:
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added the possibility to continue the preprocessing after an error occured.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added the macro introspection API to the wave::context object.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added threading support to the library.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved the overall performance by upto 30%.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Changed and unified preprocessor hook interface (this is an interface breaking
+ change!), added several new preprocessor hook functions.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added serialization support.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added new examples (for instance: Hannibal - a partial C++ parser, by Danny
+ Havenith).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added a new lexical analyzer based on Ben Hansons Lexertl library.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed a large number of other bugs and problems.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/xpressive/index.html&quot;&gt;Xpressive&lt;/a&gt; - Regular expressions
+ that can be written as strings or as expression templates, and that can refer
+ to each other and themselves recursively with the power of context-free grammars,
+ from Eric Niebler. Highlights:
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;semantic actions&lt;/em&gt; to static regexes. A semantic
+ action is code that executes when part of a regular expression matches.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;custom assertions&lt;/em&gt; to static regexes. A custom
+ assertion is a Boolean predicate that can participate in the regex match.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;named regexes&lt;/em&gt; for embedding a static or dynamic
+ regex into a dynamic regex. This can be used to create dynamic regex grammars.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;named captures&lt;/em&gt; to dynamic regexes, like Perl.
+ &lt;/li&gt;
+ &lt;/ul&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_35_0.supported_compilers&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;

Deleted: website/public_html/beta/feed/history/boost_1_10_3.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_10_3.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_10_3" name="Version 1.10.3" dirname="version_1_10_3" last-revision="Thu, 30 Dec 1999 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Compse, Operators, Cast, Config, Smart Pointer First release
- with a version number.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.10.3</title>
- <para>
- Minor fixes to the compose library examples, <ulink url="/libs/utility/operators.htm">operators
- documentation</ulink>, <ulink url="/boost/operators.hpp">operators.hpp</ulink>,
- <ulink url="/libs/conversion/cast.htm">cast documentation</ulink>, <ulink url="/boost/cast.hpp">cast.hpp</ulink>,
- <ulink url="/boost/config.hpp">config.hpp</ulink>, and <ulink url="/boost/smart_ptr.hpp">smart_ptr.hpp</ulink>.
- </para>
- <para>
- This is the first release with a version number. The version numbering scheme
- is xxx.yyy.zzz.
- </para>
- <itemizedlist>
- <listitem>
- xxx = Major version
- </listitem>
- <listitem>
- yyy = New library or feature added
- </listitem>
- <listitem>
- zzz = Bug fixes only
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_10_4.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_10_4.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_10_4" name="Version 1.10.4" dirname="version_1_10_4" last-revision="Fri, 31 Dec 1999 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Smart Pointer, Cast.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.10.4</title>
- <para>
- Minor fixes to <ulink url="/boost/smart_ptr.hpp">smart_ptr.hpp</ulink> and <ulink
- url="/libs/conversion/cast.htm">cast documentation</ulink>.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_11_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_11_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_11_0" name="Version 1.11.0" dirname="version_1_11_0" last-revision="Tue, 1 Feb 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Library: Rational Number. Updated Libraries: Case, Config, Smart Pointer,
- Utility.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.11.0</title>
- <para>
- Added <ulink url="/libs/rational/index.html">Rational Number Library</ulink>.
- Minor fixes to <ulink url="/boost/cast.hpp">cast.hpp</ulink>, <ulink url="/boost/config.hpp">config.hpp</ulink>,
- <ulink url="/boost/smart_ptr.hpp">smart_ptr.hpp</ulink>, <ulink url="/boost/utility.hpp">utility.hpp</ulink>,
- and to the <code><phrase role="identifier">min_rand</phrase></code> sample programs.
- Minor site cleanup (thanks to Paul Baxter).
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_11_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_11_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_11_1" name="Version 1.11.1" dirname="version_1_11_1" last-revision="Wed, 2 Feb 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Minor fix for cast.hpp.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.11.1</title>
- <para>
- Minor fix to <ulink url="/boost/cast.hpp">cast.hpp</ulink> (thanks to Doncho
- Angelov).
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_11_2.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_11_2.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_11_2" name="Version 1.11.2" dirname="version_1_11_2" last-revision="Mon, 21 Feb 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Smart Pointer.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.11.2</title>
- <para>
- <ulink url="/libs/smart_ptr/smarttests.htm">Smart pointer timings</ulink> added
- (thanks to Gavin Collings). Minor fix to the <code><phrase role="identifier">min_rand</phrase></code>
- sample program. Minor fixes to <ulink url="/boost/config.hpp">config.hpp</ulink>.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_12_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_12_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_12_0" name="Version 1.12.0" dirname="version_1_12_0" last-revision="Wed, 23 Feb 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Library: Integer.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.12.0</title>
- <para>
- Adds a <ulink url="/libs/integer/integer_traits.html">integer_traits</ulink>
- header from Jens Maurer to the <ulink url="/libs/integer/index.html">Integer
- Library</ulink>.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_13_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_13_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_13_0" name="Version 1.13.0" dirname="version_1_13_0" last-revision="Tue, 29 Feb 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Added Libraries: Utility, Type Traits, Call Traits, Compressed Pair.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.13.0</title>
- <para>
- Adds <ulink url="/libs/utility/index.html">Utility Library</ulink> <ulink url="/libs/type_traits/index.html">type_traits</ulink>,
- <ulink url="/libs/utility/call_traits.htm">call_traits</ulink>, and <ulink url="/libs/utility/compressed_pair.htm">compressed_pair</ulink>
- headers from John Maddock, Steve Cleary and Howard Hinnant.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_14_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_14_0" name="Version 1.14.0" dirname="version_1_14_0" last-revision="Sun, 5 Mar 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Integer. Experimental libraries moved to vault.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.14.0</title>
- <para>
- <ulink url="/libs/integer/index.html">Integer Library</ulink> status upgraded
- after removing bin_bun.hpp. The &quot;Experimental&quot; library category has
- been removed; the boost files/vault now serves the purpose. Minor fix to <ulink
- url="/boost/smart_ptr.hpp">smart_ptr.hpp</ulink> line endings.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_14_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_14_1" name="Version 1.14.1" dirname="version_1_14_1" last-revision="Fri, 17 Mar 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Rational, Smart Pointer, Call Traits, Compressed Pair, Type
- Traits.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.14.1</title>
- <para>
- Minor fix to <ulink url="/boost/rational.hpp">rational.hpp</ulink>. Minor documentation
- changes to the <ulink url="/libs/smart_ptr/index.html">Smart Pointer</ulink>
- Library and <ulink url="/libs/utility/call_traits.htm">call_traits</ulink>,
- <ulink url="/libs/utility/compressed_pair.htm">compressed_pair</ulink>, and type_traits.
- Updated <ulink url="/more/lib_guide.htm">Library Guidelines</ulink> and <ulink
- url="/users/people.html">People</ulink> page.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_14_2.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_2.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_14_2" name="Version 1.14.2" dirname="version_1_14_2" last-revision="Tue, 9 May 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Documentation updates.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.14.2</title>
- <para>
- No libraries updated. <ulink url="/more/lib_guide.htm">Library Requirements and
- Guidelines</ulink> expanded, <ulink url="/more/submission_process.htm">Library
- Submission Process</ulink> added.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_14_3.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_3.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_14_3" name="Version 1.14.3" dirname="version_1_14_3" last-revision="Mon, 29 May 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Config, Type Traits.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.14.3</title>
- <para>
- Minor additions to <ulink url="/boost/config.hpp">config.hpp</ulink> for Borland
- compilers. Minor fix to <code><phrase role="identifier">type_traits</phrase></code>
- example. Minor web site fixes. <ulink url="/more/formal_review_process.htm">Library
- Formal Review Process</ulink> page added.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_15_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_15_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_15_0" name="Version 1.15.0" dirname="version_1_15_0" last-revision="Sat, 17 Jun 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Added Library: Random Number. Updated Libraries: Utility, Config, Cast.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.15.0</title>
- <para>
- <ulink url="/libs/random/index.html">Random Number Library</ulink> from Jens
- Maurer added. Updated utility library <ulink url="/libs/utility/operators.htm">operators</ulink>
- eliminates code bloat. Minor additions to <ulink url="/boost/config.hpp">config.hpp</ulink>
- and <ulink url="/boost/cast.hpp">cast.hpp</ulink> for Microsoft compilers.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_15_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_15_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_15_1" name="Version 1.15.1" dirname="version_1_15_1" last-revision="Wed, 21 Jun 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Cast, Operators, Config.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.15.1</title>
- <para>
- Fixes to <ulink url="/boost/cast.hpp">cast.hpp</ulink> and <ulink url="/libs/utility/operators.htm">operators</ulink>
- fix. Minor additions to <ulink url="/boost/config.hpp">config.hpp</ulink> for
- Microsoft compilers. The 1.15.0 operators changes seem to have introduced incompatibilities.
- We are working on fixing them, and have started to build a regression test to
- prevent similar future problems.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_16_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_16_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_16_0" name="Version 1.16.0" dirname="version_1_16_0" last-revision="Wed, 28 Jun 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Functional, iterator header, Updated Libraries: Random Number,
- Rational, Cast, Smart Pointer, Config.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.16.0</title>
- <itemizedlist>
- <listitem>
- Added <ulink url="/libs/functional/index.html">Functional Library</ulink> -
- Enhanced function object adaptors from Mark Rodgers.
- </listitem>
- <listitem>
- Added missing <ulink url="/libs/random/index.html">Random Number Library</ulink>
- files.
- </listitem>
- <listitem>
- Updated <ulink url="/libs/utility/operators.htm">operators docs</ulink> and
- <ulink url="/boost/operators.hpp">operators.hpp</ulink>.
- </listitem>
- <listitem>
- New <ulink url="/boost/iterator.hpp">iterator.hpp</ulink> header.
- </listitem>
- <listitem>
- Minor <ulink url="/boost/rational.hpp">rational.hpp</ulink>, <ulink url="/libs/rational/rational_example.cpp">rational_example.cpp</ulink>,
- and <ulink url="/libs/integer/integer_traits_test.cpp">integer_traits_test.cpp</ulink>
- changes to support more compilers.
- </listitem>
- <listitem>
- Revised <ulink url="/boost/cast.hpp">cast.hpp</ulink>: removed implicit_cast,
- plus fixes for broken compilers.
- </listitem>
- <listitem>
- Minor <ulink url="/boost/smart_ptr.hpp">smart_ptr.hpp</ulink> workaround for
- some GCC builds.
- </listitem>
- <listitem>
- Several <ulink url="/boost/config.hpp">config.hpp</ulink> changes for Microsoft,
- Intel, and other compilers.
- </listitem>
- <listitem>
- Added <ulink url="/libs/config/index.html">Configuration Header</ulink> page
- and test program.
- </listitem>
- <listitem>
- Added Experimental <ulink url="/status/compiler_status.html">Compiler Status</ulink>
- page showing what library works with which compilers.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_16_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_16_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_16_1" name="Version 1.16.1" dirname="version_1_16_1" last-revision="Wed, 5 Jul 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Integer, Random Number, Cast, Call Traits, Operators.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.16.1</title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/integer/index.html">Integer</ulink></phrase> library: fixed
- <ulink url="/boost/cstdint.hpp">cstdint.hpp</ulink> bug, added <ulink url="/libs/integer/cstdint_test.cpp">cstdint_test.cpp</ulink>,
- updated <ulink url="/libs/integer/cstdint.htm">docs</ulink>.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/random/index.html">Random Number Library</ulink>:</phrase> minor
- fixes to <ulink url="/boost/random.hpp">random.hpp</ulink> and <ulink url="/libs/random/random_test.cpp">random_test.cpp</ulink>
- to support more compilers.
- </listitem>
- <listitem>
- Updated <ulink url="/boost/cast.hpp">cast.hpp</ulink> with more Microsoft compiler
- workarounds.
- </listitem>
- <listitem>
- Updated <ulink url="/libs/utility/call_traits.htm">call_traits docs</ulink>,
- added <ulink url="/libs/utility/call_traits_test.cpp">call_traits_test.cpp</ulink>.
- </listitem>
- <listitem>
- Cleanup and bug fixes for <ulink url="/boost/operators.hpp">operators.hpp</ulink>
- and <ulink url="/libs/utility/operators_test.cpp">operators_test.cpp</ulink>.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_17_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_17_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_17_0" name="Version 1.17.0" dirname="version_1_17_0" last-revision="Thu, 3 Aug 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Added Library: Array. Updated Libraries: Array Traits, Random Number, Smart
- Pointer.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.17.0</title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/array/index.html">Array Library</ulink></phrase> added - An
- STL compliant container wrapper for arrays of constant size from Nicolai Josuttis.
- </listitem>
- <listitem>
- array traits header renamed array_traits.hpp (was array.hpp).
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/random/index.html">Random Number Library</ulink>:</phrase> more
- minor changes to support more compilers.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/smart_ptr/index.html">Smart Pointer Library</ulink>:</phrase>
- performance
- reducing exception-specifications removed.
- </listitem>
- <listitem>
- Compiler and test program fixes for call_traits, compressed_pair, and type_traits.
- </listitem>
- <listitem>
- Updated <ulink url="/boost/cast.hpp">cast.hpp</ulink> to clear compiler warning
- messages.
- </listitem>
- <listitem>
- Linux <ulink url="/status/compiler_status.html">Compiler Status</ulink> added.
- </listitem>
- <listitem>
- Boost source code now lives in a publicly accessible Concurrent Versions System
- (CVS) repository.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_18_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_18_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_18_0" name="Version 1.18.0" dirname="version_1_18_0" last-revision="Thu, 28 Sep 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Graph, Regular Expression. Updated Libraries: Array, Functional,
- Utility, Integer.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.18.0</title>
- <itemizedlist>
- <listitem>
- Preliminary release of two important new libraries:
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink></phrase> -
- Generic graph components and algorithms from Jeremy Siek and a University
- of Notre Dame team.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regular Expression Library</ulink></phrase> -
- Text pattern matching in all its glory from John Maddock.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- Other changes:
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/array/index.html">Array Library</ulink></phrase> improvements
- reflecting formal review comments.
- </listitem>
- <listitem>
- <ulink url="/boost/functional.hpp">functional.hpp</ulink> compiler workarounds
- added.
- </listitem>
- <listitem>
- <code><phrase role="identifier">tie</phrase><phrase role="special">()</phrase>
- <phrase role="identifier">function</phrase> <phrase role="keyword">template</phrase></code>
- added to utility.hpp for easier handling of std::pair&lt;&gt; return values.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/integer/index.html">Integer Library</ulink></phrase> improved
- handling of 64-bit integers.
- </listitem>
- <listitem>
- Minor web site page updates.
- </listitem>
- </itemizedlist>
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_18_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_18_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_18_1" name="Version 1.18.1" dirname="version_1_18_1" last-revision="Sun, 15 Oct 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Graph, Random, Regular Expression, Configuration.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.18.1</title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink></phrase>,
- <ulink url="/libs/random/index.html">Random Number Library</ulink>, and <ulink
- url="/libs/regex/index.html">Regular Expression Library</ulink>: Minor fixes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/config/index.html">Configuration Header</ulink></phrase> additions
- for various compiler foibles.
- </listitem>
- <listitem>
- Portability Hints: Borland C++ 5.5.1 from Jens Maurer added.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/status/compiler_status.html">Compiler Status</ulink></phrase> updated
- for latest versions of several compilers.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_18_2.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_18_2.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_18_2" name="Version 1.18.2" dirname="version_1_18_2" last-revision="Fri, 3 Nov 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Case, Graph, Regular Expression, Configuration. Utility
- library split into separate libraries.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.18.2</title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/conversion/cast.htm">Cast Library</ulink></phrase> Fix numeric_cast&lt;&gt;
- bugs with floating types.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink></phrase>
- minor
- fixes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regular Expression Library</ulink></phrase> minor
- fixes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/config/index.html">Configuration Header</ulink></phrase> more
- fixes for broken compilers.
- </listitem>
- <listitem>
- Boost Header Dependencies page added.
- </listitem>
- <listitem>
- Terminology change: Several headers previously lumped together as a &quot;utility&quot;
- library are now considered separate libraries. For historical reasons, their
- non-header files still live in the &quot;utility&quot; sub-directory.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_18_3.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_18_3.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_18_3" name="Version 1.18.3" dirname="version_1_18_3" last-revision="Sat, 18 Nov 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Graph, Regular Expression, Cast.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.18.3</title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink></phrase>
- minor
- fixes and additions.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regular Expression Library</ulink></phrase> minor
- fixes.
- </listitem>
- <listitem>
- <ulink url="/boost/cast.hpp">cast.hpp</ulink> Borland compiler fixes.
- </listitem>
- <listitem>
- <ulink url="/boost/cstdint.hpp">cstdint.hpp</ulink> changed to no longer expose
- names to the global namespace.
- </listitem>
- <listitem>
- BeOS5/Intel compiler status contributed by John Maddock.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/status/compiler_status.html">Compiler Status</ulink></phrase> added
- two additional test programs.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_19_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_19_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_19_0" name="Version 1.19.0" dirname="version_1_19_0" last-revision="Sun, 10 Dec 2000 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Concept Check, Python, Static Assert, Property Map Concepts.
- Updated Libraries: Graph, Regular Expression.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.19.0</title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/concept_check/concept_check.htm">Concept Check Library</ulink></phrase> added
- - tools for generic programming from Jeremy Siek.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/python/doc/index.html">Python Library</ulink></phrase> added
- - reflects C++ classes and functions into Python, from Dave Abrahams.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/static_assert/static_assert.htm">Static Assert Library</ulink></phrase> added
- - compile time assertions from John Maddock
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/property_map/property_map.html">Property Map Concepts</ulink></phrase> added
- - interfaces which map key objects to value objects from Jeremy Siek.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink></phrase>
- minor
- updates.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regular Expression Library</ulink></phrase> minor
- updates.
- </listitem>
- <listitem>
- <ulink url="/more/lib_guide.htm">Library Requirements and Guidelines</ulink>
- - directory name policy added.
- </listitem>
- <listitem>
- <ulink url="/more/faq.htm">FAQ</ulink> updated.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_20_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_20_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_20_0" name="Version 1.20.0" dirname="version_1_20_0" last-revision="Sat, 6 Jan 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Library: Conversion. Updated Libraries: Array, Graph, Regular Expression.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.20.0</title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/conversion/index.html">Conversion Library</ulink></phrase> added
- - <ulink url="/libs/conversion/cast.htm">cast</ulink> and <ulink url="/libs/conversion/lexical_cast.htm">lexical_cast</ulink>
- headers from Dave Abrahams and Kevlin Henney.
- </listitem>
- <listitem>
- Web site moved to a larger host after the old ISP collapsed unexpectedly.
- </listitem>
- <listitem>
- Regression tests now include execution testing. See <ulink url="/status/compiler_status.html">Compiler
- Status</ulink>.
- </listitem>
- <listitem>
- <ulink url="/more/discussion_policy.htm">Discussion Policy</ulink> page added.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/array/index.html">Array Library</ulink></phrase> minor documentation
- improvements.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink></phrase>
- minor
- updates.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regular Expression Library</ulink></phrase> minor
- updates.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_20_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_20_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_20_1" name="Version 1.20.1" dirname="version_1_20_1" last-revision="Wed, 10 Jan 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Compressed Pair, Graph Library, Regular Expression.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.20.1</title>
- <itemizedlist>
- <listitem>
- <ulink url="/boost/compressed_pair.hpp">compressed_pair.hpp</ulink> minor update
- fixes test failures of other libraries under VC++.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink></phrase>
- minor
- updates.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regular Expression Library</ulink></phrase> minor
- updates.
- </listitem>
- <listitem>
- Minor website fixes including missing files in boost_all.zip.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_20_2.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_20_2.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_20_2" name="Version 1.20.2" dirname="version_1_20_2" last-revision="Sat, 10 Feb 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Array traits, Graph, Integer, Random Number, Rational Number,
- Regular Expression, Smart Pointer, Timer.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.20.2</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138112]]></download>
- </para>
- <itemizedlist>
- <listitem>
- Array traits: minor portability fix.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink></phrase> -
- Changes to <ulink url="/libs/graph/doc/breadth_first_search.html"><code><phrase
- role="identifier">breadth_first_search</phrase><phrase role="special">()</phrase></code></ulink>
- re: <ulink url="/libs/graph/doc/BFSVisitor.html">BFSVisitor</ulink>, added
- max flow algorithms <ulink url="/libs/graph/doc/edmunds_karp_max_flow.html"><code><phrase
- role="identifier">edmunds_karp_max_flow</phrase><phrase role="special">()</phrase></code></ulink>
- and <ulink url="/libs/graph/doc/push_relabel_max_flow.html"><code><phrase role="identifier">push_relabel_max_flow</phrase><phrase
- role="special">()</phrase></code></ulink>, added <ulink url="/libs/graph/doc/adjacency_matrix.html"><code><phrase
- role="identifier">adjacency_matrix</phrase></code></ulink> graph class, added
- <ulink url="/libs/graph/doc/filtered_graph.html"><code><phrase role="identifier">filtered_graph</phrase></code></ulink>
- adaptor
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/integer/index.html">Integer Library</ulink>:</phrase> minor
- fixes to integer.hpp and integer_test.cpp
- </listitem>
- <listitem>
- <ulink url="microsoft_vcpp.html">Portability Hints: Microsoft Visual C++</ulink>
- added.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/random/index.html">Random Number Library</ulink>:</phrase> Minor
- portability fixes
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/rational/index.html">Rational Number Library</ulink>:</phrase>
- documentation
- updates, efficiency improvements, co-operates with user-defined types, regression
- tests
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regular Expression Library</ulink>:</phrase> minor
- updates.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/smart_ptr/index.html">Smart Pointer Library</ulink>:</phrase>
- shared_ptr
- example added.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/timer/index.html">Timer Library</ulink>:</phrase> changed to
- an all inline implementation.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_21_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_21_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_21_0" name="Version 1.21.0" dirname="version_1_21_0" last-revision="Fri, 9 Mar 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Iterator Adaptor, Pool, Test. Updated Libraries: Graph, Python,
- Regular Expression, Type Traits.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.21.0</title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</ulink></phrase> added.
- Adapt a base type into a standard conforming iterator, and more, from Dave
- Abrahams, Jeremy Siek, and John Potter.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/pool/doc/index.html">Pool Library</ulink></phrase> added. Memory
- pool management from Steve Cleary.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/test/doc/index.html">Test Library</ulink></phrase> added. Support
- for program testing and execution from Beman Dawes.
- </listitem>
- <listitem>
- <ulink url="/more/generic_programming.html">Generic Programming Techniques</ulink>
- page added, contributed by Dave Abrahams.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink>:</phrase>
- Updated
- use of iterator adaptors. Changed <code><phrase role="keyword">operator</phrase>
- <phrase role="special">==</phrase></code> for <code><phrase role="identifier">adjacency_list</phrase><phrase
- role="special">::</phrase><phrase role="identifier">edge_descriptor</phrase></code>
- to improve semantics for multigraphs. Moved <code><phrase role="identifier">adjacency_iterator_generator</phrase></code>
- from namespace <code><phrase role="identifier">detail</phrase></code> to <code><phrase
- role="identifier">boost</phrase></code> and added <ulink url="/libs/graph/doc/adjacency_iterator.html">documentation</ulink>.
- Renamed <code><phrase role="identifier">dynamic_components</phrase><phrase
- role="special">()</phrase></code> to <ulink url="/libs/graph/doc/incremental_components.html"><code><phrase
- role="identifier">incremental_components</phrase><phrase role="special">()</phrase></code></ulink>,
- better matching graph literature terminology. Cleaned up interface of <ulink
- url="/libs/graph/doc/connected_components.html"><code><phrase role="identifier">connected_components</phrase><phrase
- role="special">()</phrase></code></ulink> and created separate <ulink url="/libs/graph/doc/strong_components.html"><code><phrase
- role="identifier">strong_components</phrase><phrase role="special">()</phrase></code></ulink>
- function using Tarjan's more efficient algorithm. Fixed documentation figures
- for <ulink url="/libs/graph/doc/adjacency_list.html"><code><phrase role="identifier">adjacency_list</phrase></code></ulink>
- and <ulink url="/libs/graph/doc/adjacency_matrix.html"><code><phrase role="identifier">adjacency_matrix</phrase></code></ulink>.
- Added docs for <ulink url="/libs/graph/doc/cuthill_mckee_ordering.html"><code><phrase
- role="identifier">cuthill_mckee_ordering</phrase><phrase role="special">()</phrase></code></ulink>
- algorithm.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/python/doc/index.html">Python Library</ulink></phrase> upgraded.
- Better compatibility with Python 2.0, NULL pointers and smart-pointers get
- converted to/from python None, massive documentation review/revision.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regular Expression Library</ulink>:</phrase> Minor
- fixes for Unicode platforms.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/type_traits/index.html">Type Traits Library</ulink></phrase>
- upgraded:
- Major revision.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_21_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_21_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_21_1" name="Version 1.21.1" dirname="version_1_21_1" last-revision="Wed, 14 Mar 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Graph, Python, Regex.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.21.1</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138111]]></download>
- </para>
- <itemizedlist>
- <listitem>
- New download page. The .zip and .tar.gz files now live on the SourceForge ftp
- site.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/index.html">Graph Library</ulink>:</phrase> Minor
- docs fixes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/python/doc/index.html">Python Library</ulink>:</phrase> Minor
- docs fixes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regex Library</ulink>:</phrase> Minor portability
- fixes.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_21_2.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_21_2.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_21_2" name="Version 1.21.2" dirname="version_1_21_2" last-revision="Tue, 24 Apr 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Compatibility. Updated Libraries: Random Number, Integer, Graph.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.21.2</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138108]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/compatibility/index.html">Compatibility Library</ulink></phrase>
- added:
- Help for non-conforming standard libraries missing CXX headers from Ralf Grosse-Kunstleve,
- and help for missing standard library &lt;limits&gt; header from Jens Maurer.
- (These are unreviewed implementation libraries, treated as maintenance steps
- only.)
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/random/index.html">Random Number Library</ulink>:</phrase> Split
- into separate headers, updated documentation, added lagged_fibonacci generator.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/integer/index.html">Integer Library</ulink>:</phrase> Minor
- portability update.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/table_of_contents.html">Graph Library</ulink>:</phrase>
- Changed
- algorithm interfaces to use named parameters technique. Added graph isomorphism
- algorithm.
- </listitem>
- <listitem>
- Download refinements - files now available from either FTP or web server.
- </listitem>
- <listitem>
- <ulink url="http://sourceforge.net/tracker/?group_id=7586">Tracker</ulink>
- Added: View and submit bug, support, and feature requests.
- </listitem>
- <listitem>
- Minor portability fixes in several other libraries.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_22_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_22_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_22_0" name="Version 1.22.0" dirname="version_1_22_0" last-revision="Fri, 25 May 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libary: CRC. Updated Libraries: Graph, Integer, Regex, Smart Pointer, Utility.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.22.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138104]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/crc/index.html">CRC Library</ulink></phrase> added. Compute
- cyclic redundancy codes from Daryle Walker.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/index.html">Graph Library</ulink>:</phrase> Minor
- fixes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/integer/integer_traits.html">Integer Traits</ulink>:</phrase> added
- wchar_t specialization, minor portability fixes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/regex/index.html">Regex Library</ulink>:</phrase> Minor portability
- fixes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/smart_ptr/smart_ptr.htm">Smart Pointer Library</ulink>:</phrase>
- fixed
- bugs, tightened requirements, added examples.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/utility/utility.htm">Utility Library</ulink>:</phrase> added
- checked_delete() and checked_array_delete() functions.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_23_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_23_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_23_0" name="Version 1.23.0" dirname="version_1_23_0" last-revision="Fri, 6 Jul 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Any, Function, Tokenizer, Special functions, Octonions, Quaternions.
- Updated Library: Smart Pointer.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.23.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138102]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/any/index.html">Any Library</ulink></phrase> added. Safe, generic
- container for single values of different value types, from Kevlin Henney.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/function/index.html">Function Library</ulink></phrase> added.
- Function object wrappers for deferred calls or callbacks, from Doug Gregor.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/tokenizer/index.html">Tokenizer Library</ulink></phrase> added.
- Break a string into a series of tokens, from John Bandela.
- </listitem>
- <listitem>
- <ulink url="/doc/html/boost_math/math_special_functions.html">Special functions</ulink>,
- <ulink url="/doc/html/boost_math/octonions.html">octonions</ulink>, <ulink
- url="/doc/html/boost_math/quaternions.html">quaternions</ulink> added, from
- Hubert Holin.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/smart_ptr/smart_ptr.htm">Smart Pointer Library</ulink>:</phrase>
- shared_ptr
- polymorphic pointers now work on more broken compilers.
- </listitem>
- <listitem>
- IBM/Aix Compiler status table contributed by Toon Knapen.
- </listitem>
- <listitem>
- Minor fixes to a number of other libraries.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_24_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_24_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_24_0" name="Version 1.24.0" dirname="version_1_24_0" last-revision="Sun, 19 Aug 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Library: Tuple.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.24.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138099]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/tuple/doc/tuple_users_guide.html">Tuple Library</ulink></phrase>
- added.
- Tuples ease definition of functions returning multiple values, and more, from
- Jaakko Jarvi.
- </listitem>
- <listitem>
- Minor fixes to some other libraries.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/tools/build/index.html">Boost Build System</ulink></phrase> added.
- Preliminary release of an innovative build system for Boost libraries, from
- Dave Abrahams and others.
- </listitem>
- <listitem>
- <ulink url="/more/formal_review_schedule.html">Formal Review Schedule</ulink>
- added. Shows current, future, and recent past review dates.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_25_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_25_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_25_0" name="Version 1.25.0" dirname="version_1_25_0" last-revision="Mon, 1 Oct 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Thread, Bind. Updated Libraries: Utility, Array, Config, Random
- Number, Math, Tokenizer.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.25.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138098]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/thread/doc/index.html">Thread Library</ulink></phrase> added.
- Portable C++ multi-programming at last, from William Kempf.
- </listitem>
- <listitem>
- <ulink url="/libs/utility/base_from_member.html">Base From Member</ulink> added
- to <ulink url="/libs/utility/utility.htm">Utility Library</ulink>. Support
- for the base from member idiom, from Daryle Walker.
- </listitem>
- <listitem>
- <ulink url="/libs/bind/bind.html">Bind</ulink> and <ulink url="/libs/bind/mem_fn.html">mem_fn</ulink>
- added - Generalized binders for function/object/pointers and member functions,
- from Peter Dimov.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/array/index.html">Array Library</ulink>:</phrase> Minor updates,
- from Nico Josuttis.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/config/config.htm">Config Library</ulink>:</phrase> major redesign
- with much improved and automated configuration of Boost libraries for specific
- compilers, from John Maddock.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/random/index.html">Random Number Library</ulink>:</phrase> Fixed
- bug when copying normal_distribution and improved the documentation, from Michael
- Stevens and Jens Maurer.
- </listitem>
- <listitem>
- <ulink url="/doc/html/boost_math/math_special_functions.html">Special functions</ulink>,
- <ulink url="/doc/html/boost_math/octonions.html">octonions</ulink>, <ulink
- url="/doc/html/boost_math/quaternions.html">quaternions</ulink> updated, now
- useable with many more compilers, plus three new special functions, from Hubert
- Holin, Eric Ford, and others.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/tokenizer/index.html">Tokenizer Library</ulink>:</phrase>
- fixes/enhancements
- to escaped_list_separator based on empty fields and tokens comments from Johan
- Nillson and Jens Maurer.
- </listitem>
- <listitem>
- Coming Soon - A mailing list for Boost users!
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_25_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_25_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_25_1" name="Version 1.25.1" dirname="version_1_25_1" last-revision="Mon, 5 Nov 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Graph, Thread, Function.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.25.1</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138097]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/tools/build/index.html">Boost Build System</ulink>:</phrase> Continued
- improvements.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/config/config.htm">Config Library</ulink>:</phrase> Continued
- refinements.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/graph/doc/index.html">Graph Library</ulink>:</phrase> Final
- cleanup for upcoming the Boost Graph Library book.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/thread/doc/index.html">Thread Library</ulink>:</phrase> Minor
- fixes - tests now pass on most Win32 and POSIX systems including Linux and
- Solaris. Semaphore removed as too error prone.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/function/index.html">Function Library</ulink>:</phrase> direct
- support for member function pointers and documentation updates.
- </listitem>
- <listitem>
- <ulink url="http://groups.yahoo.com/group/Boost-Users">Boost-Users</ulink>
- mailing list has been created to address topics of interest to users of Boost
- libraries.
- </listitem>
- <listitem>
- <ulink url="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Boost
- Wiki web</ulink> added. Provides a place for Boost users to openly discuss
- and document the use of Boost libraries. It is not officially maintained by
- Boost developers.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_26_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_26_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_26_0" name="Version 1.26.0" dirname="version_1_26_0" last-revision="Fri, 30 Nov 2001 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Common Factor, Preprocessor. Updated Libraries: Iterator Adaptor,
- Random Number, Operators.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.26.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138095]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/math/doc/common_factor.html">Common Factor Library</ulink></phrase>
- added.
- Greatest common divisor and least common multiple, from Daryle Walker.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/preprocessor/doc/index.html">Preprocessor Library</ulink></phrase>
- added.
- Preprocessor metaprogramming tools including repetition and recursion, from
- Vesa Karvonen.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</ulink>:</phrase> Added
- <ulink url="/libs/utility/generator_iterator.htm">generator iterator</ulink>
- adaptor, from Jens Maurer.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/random/index.html">Random Number Library</ulink>:</phrase> Removed
- iterator interface. Fixed overflows in uniform_int&lt;&gt;. Both changes cause
- random number sequences to differ compared to previous boost releases.
- </listitem>
- <listitem>
- [phase library..<ulink url="/libs/utility/operators.htm">operators.hpp</ulink>:]
- Improvements from Daryle and Helmut Ziesel
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/tools/build/index.html">Boost.Build</ulink>:</phrase> Continuing
- improvements, including pre-built <ulink url="/tools/build/index.html">Boost.Jam
- executables</ulink>.
- </listitem>
- <listitem>
- Minor fixes to a number of other libraries.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_27_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_27_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_27_0" name="Version 1.27.0" dirname="version_1_27_0" last-revision="Tue, 5 Feb 2002 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Updated Libraries: Python, Integer, Function, Quaternions, Octonions, Smart
- Pointers, Preprocessor, Threads.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.27.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=77358]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/python/doc/index.html">Python Library</ulink>:</phrase> Scott
- Snyder contributed inplace operator support.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/integer/index.html">Integer Library</ulink>:</phrase> Daryle
- Walker contributed enhancements to the <ulink url="/libs/integer/integer.htm">type
- selection templates</ulink>, and added new compile-time <ulink url="/libs/integer/doc/integer_mask.html">bit
- mask</ulink>, <ulink url="/libs/integer/doc/static_log2.html">binary logarithm</ulink>,
- and <ulink url="/libs/integer/doc/static_min_max.html">extrema</ulink> templates.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/function/index.html">Function Library</ulink>:</phrase> user
- may request that <code><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase
- role="identifier">function</phrase></code> objects store a reference to a function
- object target instead of a copy, using <ulink url="/libs/bind/ref.html"><code><phrase
- role="identifier">ref</phrase></code></ulink>. Stateless objects are optimized
- so that they require no dynamic storage.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/html/boost_math/quaternions.html">Quaternions</ulink>:</phrase> added
- support for GCC 2.95.x.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/html/boost_math/octonions.html">Octonions</ulink>:</phrase> added
- support for GCC 2.95.x.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/smart_ptr/index.html">Smart Pointers Library</ulink>:</phrase> Peter
- Dimov contributed a new implementation that fixes some bugs and adds some features
- including <ulink url="/libs/smart_ptr/compatibility.htm#threadsafe">thread
- safety</ulink> when manipulating the use count, <ulink url="/libs/smart_ptr/shared_ptr.htm#constructors">custom
- delete functions</ulink>, a new <ulink url="/libs/smart_ptr/weak_ptr.htm">weak_ptr</ulink>,
- and shared_static_cast and shared_dynamic_cast.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/preprocessor/doc/index.html">Preprocessor Library</ulink>:</phrase>
- changed
- macro prefix from BOOST_PREPROCESSOR to BOOST_PP, added support for list data
- structure manipulation, added examples, made library ANSI C friendly, added
- generalized <ulink url="/libs/preprocessor/doc/ref/for.html">repetition</ulink>
- and <ulink url="/libs/preprocessor/doc/ref/while.html">iteration</ulink> primitives,
- improved reference manual.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/thread/doc/index.html">Threads Library</ulink>:</phrase> Mac
- Carbon implementation contributed by Mac Murrett.
- </listitem>
- <listitem>
- Minor fixes to many libraries.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_28_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_28_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_28_0" name="Version 1.28.0" dirname="version_1_28_0" last-revision="Wed, 15 May 2002 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Lambda, I/O State Saver. Updated Libraries: Configuration, Random
- Number, Smart Pointers, Function Utility.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.28.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=123324]]></download>
- </para>
- <itemizedlist>
- <listitem>
- The Boost mailing lists are now also accessible as <ulink url="/more/mailing_lists.htm#newsgroup">newsgroups</ulink>.
- </listitem>
- <listitem>
- A powerful <ulink url="http://aspn.activestate.com/ASPN/Mail/Archives/boost/">mailing
- list archive</ulink> has been contributed by the <ulink url="http://aspn.activestate.com/ASPN">ActiveState
- Programmer Network</ulink>.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/lambda/doc/index.html">Lambda Library</ulink></phrase> added,
- from Jaakko Jarvi and Gary Powell. Define small unnamed function objects at
- the actual call site: for_each( a.begin(), a.end(), std::cout &lt;&lt; _1 &lt;&lt;
- ' ' );
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/io/doc/ios_state.html">I/O State Saver Library added</ulink></phrase> -
- Save I/O state to prevent jumbled data, from Daryle Walker.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/config/config.htm">Configuration Library</ulink>:</phrase> User
- code should not use BOOST_NO_LIMITS.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/random/index.html">Random Number Library</ulink>:</phrase> Avoid
- compiler warnings.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/smart_ptr/index.html">Smart Pointers Library</ulink>:</phrase> Added
- shared_polymorphic_cast and shared_polymorphic_downcast.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/function/index.html">Function Library</ulink>:</phrase> Now
- supports function objects with the unary <code><phrase role="special">&amp;</phrase></code>
- operator overloaded.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/utility/utility.htm">Utility Library</ulink>:</phrase> Added
- <code><phrase role="identifier">addressof</phrase><phrase role="special">()</phrase></code>
- function.
- </listitem>
- <listitem>
- The usual small fixes and tweaks.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_29_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_29_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_29_0" name="Version 1.29.0" dirname="version_1_29_0" last-revision="Thu, 10 Oct 2002 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- New Libraries: Date-Time, Dynamic Bitset, Format. Updated Libraries: Function,
- Multi-Array, Preprocessor, Python, Signals, uBLASH.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.29.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=137397]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/date_time/doc/index.html">Date-Time Library</ulink></phrase> added
- - Dates, times, leap seconds, infinity, and more, from Jeff Garland.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/dynamic_bitset/dynamic_bitset.html">Dynamic Bitset</ulink></phrase>
- added
- - A runtime sized version of the <code><phrase role="identifier">std</phrase><phrase
- role="special">::</phrase><phrase role="identifier">bitset</phrase></code>
- class from Jeremy Siek and Chuck Allison.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/format/index.html">Format Library</ulink></phrase> added - Type-safe
- 'printf-like' format operations, from Samuel Krempp.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/function/index.html">Function Library</ulink>:</phrase> Major
- syntactic changes have been made. Some old syntax and little-used features
- have been deprecated (and will be removed shortly), and the syntax for the
- <code><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase
- role="identifier">function</phrase></code> class template has been greatly
- improved on conforming compilers. Please see the compatibility note for more
- information.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/multi_array/doc/index.html">Multi-array Library</ulink></phrase>
- added
- - Multidimensional containers and adaptors for arrays of contiguous data, from
- Ron Garcia.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/preprocessor/index.html">Preprocessor Library</ulink>:</phrase>
- Major
- upgrade, from Paul Mensonides.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/python/doc/index.html">Python Library</ulink></phrase> - Version
- 2 is released, from Dave Abrahams and others. This is a major rewrite which
- works on many more compilers and platforms, with a completely new interface
- and lots of new features. Boost.Python v2 requires Python 2.2 or later.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/signals/doc/index.html">Signals Library</ulink></phrase> added
- - Managed signals &amp; slots callback implementation, from Doug Gregor.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/test/doc/index.html">Test Library</ulink>:</phrase> Major new
- version, including full unit test capabilities, from Gennadiy Rozental.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/numeric/ublas/doc/index.htm">uBLAS Library</ulink></phrase> added
- - Basic linear algebra for dense, packed and sparse matrices, from Joerg Walter
- and Mathias Koch.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_30_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_30_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_30_0" name="Version 1.30.0" dirname="version_1_30_0" last-revision="Wed, 19 Mar 2003 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Beman</firstname> <surname>Dawes</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- New Libraries: Filesystem, Optional, Interval, MPL, Spirit Updated Libraries:
- Smart Pointers, Utility, Date-Time, Function, Operators, Test
- </articlepurpose>
- </articleinfo>
- <title>Version 1.30.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=147682]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/libs/filesystem/doc/index.htm">Filesystem Library</ulink></phrase> added
- - Portable paths, iteration over directories, and other useful filesystem operations,
- from Beman Dawes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/optional/doc/optional.html">Optional Library</ulink></phrase> added
- - A discriminated-union wrapper for optional values, from Fernando Cacciola.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/numeric/interval/doc/interval.htm">Interval Library</ulink></phrase>
- added
- - Extends the usual arithmetic functions to mathematical intervals, from Guillaume
- Melquiond, Herve Bronnimann and Sylvain Pion.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/mpl/doc/index.html">MPL</ulink></phrase> added - Template metaprogramming
- framework of compile-time algorithms, sequences and metafunction classes, from
- Aleksey Gurtovoy.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/spirit/index.html">Spirit Library</ulink></phrase> added - An
- LL (unlimited lookahead) parser framework that represents parsers directly
- as EBNF grammars in inlined C++ source code, complete with semantic actions,
- ASTs and much more, from Joel de Guzman and team.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/smart_ptr/index.html">Smart Pointers Library</ulink></phrase> -
- cast functions are now spelled <ulink url="/libs/smart_ptr/shared_ptr.htm#static_pointer_cast">static_pointer_cast</ulink>
- / <ulink url="/libs/smart_ptr/shared_ptr.htm#dynamic_pointer_cast">dynamic_pointer_cast</ulink>;
- <ulink url="/libs/smart_ptr/enable_shared_from_this.html">enable_shared_from_this</ulink>
- added; shared_ptr::shared_ptr(), shared_ptr::reset(), weak_ptr::weak_ptr(),
- weak_ptr::reset() no longer throw; <ulink url="/libs/smart_ptr/shared_ptr.htm#get_deleter">get_deleter</ulink>
- added; weak_ptr::get() removed; make_shared is now spelled <ulink url="/libs/smart_ptr/weak_ptr.htm#lock">weak_ptr::lock()</ulink>
- ; <ulink url="/libs/smart_ptr/intrusive_ptr.html">intrusive_ptr documentation</ulink>
- added; some experimental undocumented shared_ptr features have been removed;
- a <ulink url="/libs/smart_ptr/sp_techniques.html">page describing some smart
- pointer programming techniques</ulink> has been added.
- </listitem>
- <listitem>
- <ulink url="/libs/utility/assert.html">boost/assert.hpp</ulink>, <ulink url="/libs/utility/current_function.html">boost/current_function.hpp</ulink>,
- <ulink url="/libs/utility/throw_exception.html">boost/throw_exception.hpp</ulink>,
- <ulink url="/libs/utility/checked_delete.html">boost/checked_delete.hpp</ulink>
- have been documented.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/date_time/doc/index.html">Date-Time Library</ulink></phrase> -
- several fixes and small additions including an interface change to partial_date.
- See the Date-Time Change History for more details.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/function/index.html">Function Library</ulink></phrase> - added
- support for assignment to zero (to clear) and comparison against zero (to check
- if empty).
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/utility/operators.htm#symmetry">Operators Library</ulink></phrase> -
- now takes advantage of named return value optimization (NRVO) when available,
- from Daniel Frey.
- </listitem>
- <listitem>
- <ulink url="/status/compiler_status.html">Regression Tests</ulink> - Much expanded,
- plus a very nice <ulink url="http://boost.sourceforge.net/regression-logs/">summary
- page</ulink> from Rene Rivera.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/libs/test/index.html">Test Library</ulink></phrase> - introduced
- following new facilities: <itemizedlist>
- <listitem>
- Automatic registration of unit tests </listitem>
- <listitem>
- XML log format
- </listitem>
- <listitem>
- XML report format </listitem>
- <listitem>
- BOOST_CHECK_NO_THROW test tool </listitem>
- <listitem>
- BOOST_BITWISE_CHECK test tool
- </listitem>
- </itemizedlist>
- <para>
- For a complete list of changes see the Test Library <ulink url="/libs/test/doc/release_notes.html#v1_30_0">release
- notes</ulink>. </para>
-
- </listitem>
- <listitem>
- Many fixes and enhancements to other libraries.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_30_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_30_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_30_1" name="Version 1.30.1" dirname="version_1_30_1" last-revision="Mon, 4 Aug 2003 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>David</firstname> <surname>Abrahams</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- Withdrawn bug fix release, fixes for Lambda, Spirit, MPL, Function, Config,
- Format, Regex, Smart Pointers, Python
- </articlepurpose>
- </articleinfo>
- <title>Version 1.30.1</title>
- <para>
- This release was withdrawn on the 12 Aug 2003.
- </para>
- <para>
- Fixes were made to the following libraries: * The <ulink url="/libs/lambda/doc/index.html">Boost.Lambda</ulink>
- ..library is now usable with gcc-2.95.2 * <phrase role="library"><ulink url="/libs/spirit/index.html">Boost.Spirit</ulink>:</phrase>
- *
- Fixed. Using MSVC++6 (SP5), calling the assign action with a string value on
- parsers using the file_iterator will not work. * Fixed: using assign semantic
- action in a grammar with a multi_pass iterator adaptor applied to an std::istream_iterator
- resulted in a failure to compile under msvc 7.0. * Fixed: There is a bug in the
- <literal>range_run&lt;CharT&gt;::set(range&lt;CharT&gt; const&amp; r)</literal>
- function in &quot;../boost/spirit/utility/impl/chset/range_run.ipp&quot;. * Fixed:
- handling of trailing whitespace bug (ast_parse/pt_parse related) * Fixed: comment_p
- and end of data bug * Fixed: Most trailing space bug * Fixed: <code><phrase role="identifier">chset</phrase><phrase
- role="special">&lt;&gt;::</phrase><phrase role="keyword">operator</phrase> <phrase
- role="special">~(</phrase><phrase role="identifier">range</phrase><phrase role="special">&lt;&gt;)</phrase></code>
- bug, <code><phrase role="keyword">operator</phrase> <phrase role="special">&amp;(</phrase><phrase
- role="identifier">chset</phrase><phrase role="special">&lt;&gt;,</phrase> <phrase
- role="identifier">range</phrase><phrase role="special">&lt;&gt;)</phrase></code>
- bug, <code><phrase role="keyword">operator</phrase> <phrase role="special">&amp;(</phrase><phrase
- role="identifier">range</phrase><phrase role="special">&lt;&gt;,</phrase> <phrase
- role="identifier">chset</phrase><phrase role="special">&lt;&gt;)</phrase></code>
- bug * Fixed: <code><phrase role="identifier">impl</phrase><phrase role="special">::</phrase><phrase
- role="identifier">detach_clear</phrase></code> bug * Fixed: mismatch closure
- return type bug * Fixed: <code><phrase role="identifier">access_node_d</phrase><phrase
- role="special">[]</phrase></code> and <code><phrase role="identifier">access_match_d</phrase><phrase
- role="special">[]</phrase></code> iterator bugs * Fixed a bug regarding thread
- safety of Phoenix/Spirit closures. * The Boost Template <ulink url="/libs/mpl/doc/index.html">Metaprogramming
- Library (MPL)</ulink>'s ..typeof implementation is now compatible with Metrowerks
- CodeWarrior Pro8. * <phrase role="library"><ulink url="/libs/function/index.html">Boost.Function</ulink>:</phrase> workaround
- for the new Borland patch (version 0x564) and MSVC++ .NET 2003. * <phrase role="library"><ulink
- url="/libs/config/index.html">Boost.Config</ulink></phrase>, <ulink url="/libs/format/doc/format.html">Boost.Format</ulink>,
- and <ulink url="/libs/regex/index.html">Boost.Regex</ulink> ..have been adjusted
- to avoid warnings with GCC-3.3, and Boost.Format also now works with string types
- other than <code><phrase role="identifier">std</phrase><phrase role="special">::</phrase><phrase
- role="identifier">string</phrase></code>. * <phrase role="library"><ulink url="/libs/smart_ptr/index.html">Smart
- Pointers</ulink>:</phrase>
- * <code><phrase role="identifier">checked_delete</phrase></code>
- now works on more platforms * Compatibility with the SunPro compiler * Added
- missing <code><phrase role="preprocessor">#include</phrase></code>s. * <phrase role="library"><ulink
- url="/libs/python/index.html">Boost.Python</ulink>:</phrase>
- * warning suppression for
- finicky compilers * fixed a crashing bug in the <code><phrase role="identifier">raw_function</phrase></code>
- facility when no keyword arguments were passed. * Improved conversion of NULL
- <code><phrase role="identifier">shared_ptr</phrase></code>s to Python.
- </para>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_30_2.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_30_2.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_30_2" name="Version 1.30.2" dirname="version_1_30_2" last-revision="Tue, 19 Aug 2003 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>David</firstname> <surname>Abrahams</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- Bugfix release
- </articlepurpose>
- </articleinfo>
- <title>Version 1.30.2</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=178835]]></download>
- </para>
- <itemizedlist>
- <listitem>
- <ulink url="http://www.boost-consulting.com">Boost Consulting</ulink> is now
- hosting Boost CVS mirrors - see our <ulink url="/more/getting_started.html#CVS">download
- page</ulink>.
- </listitem>
- <listitem>
- Backported changes to the <ulink url="/libs/config/config.htm">config system</ulink>,
- to better handle new compiler releases.
- </listitem>
- <listitem>
- Bugs in regression reporting in subproject tests were fixed.
- </listitem>
- <listitem>
- Tests are now run in the context of the user's PATH environment settings
- </listitem>
- <listitem>
- msvc-stlport and intel-win32-stlport toolsets now build static libraries with
- multithreading enabled, to be compatible with the STLPort builds.
- </listitem>
- <listitem>
- intel-win32 toolset now handles <code><phrase role="keyword">wchar_t</phrase></code>
- correctly when intel is installed over msvc6.
- </listitem>
- <listitem>
- Backported fixes from the main trunk which prevent errors building the <ulink
- url="/libs/test/doc/index.html">Boost.Test</ulink> library in its default configuration.
- </listitem>
- <listitem>
- Backported portability improvements for <ulink url="/libs/utility/checked_delete.html">checked_delete</ulink>.
- </listitem>
- <listitem>
- Locale support for metrowerks (requiring a statically-linked runtime) is more
- uniformly handled.
- </listitem>
- <listitem>
- Backported <ulink url="/libs/conversion/lexical_cast.htm">conversion/lexical_cast</ulink>'s
- <code><phrase role="keyword">wchar_t</phrase></code> fixes from the main trunk.
- </listitem>
- <listitem>
- intel-linux-tools: added <literal>rt</literal> to FINDLIBS in order to make
- the <code><phrase role="identifier">clock_gettime</phrase><phrase role="special">()</phrase></code>
- function available (backport of a patch in CVS HEAD).
- </listitem>
- <listitem>
- <ulink url="/tools/regression/index.htm">regression/compiler_status.cpp</ulink>:
- backported fixes in error log links generation.
- </listitem>
- </itemizedlist>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_31_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_31_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,203 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_31_0" name="Version 1.31.0" dirname="version_1_31_0" last-revision="Mon, 26 Jan 2004 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Beman</firstname> <surname>Dawes</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- New Libraries: enable_if, Variant. Updated Libraries: Date Time, Filesystem,
- Iterator, MultiArray, Python, Random Number, Regex, Spirit, Test. Deprecated
- Libraries: Compose.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.31.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=214915]]></download>
- </para>
- <section id="version_1_31_0.new_license">
- <title><link linkend="version_1_31_0.new_license">New License</link></title>
- <para>
- A unified <ulink url="/doc/libs/1_31_0/more/license_info.html">Boost Software
- License</ulink> has been developed and will gradually replace the individual
- licenses for most Boost libraries. The new license offers better legal protection
- for both users and developers, and should speed user's legal reviews of Boost
- libraries. Dave Abrahams led the Boost effort to develop better licensing.
- The legal team was led by <ulink url="http://cyber.law.harvard.edu/people/cabell/index.html">Diane
- Cabell</ulink>, Director, Clinical Programs, <ulink url="http://cyber.law.harvard.edu">Berkman
- Center for Internet &amp; Society</ulink>, Harvard Law School. <ulink url="http://www.nixonpeabody.com/attorneys_detail1.asp?ID=121">Devin
- Smith</ulink>, attorney, <ulink url="http://www.nixonpeabody.com/default.asp">Nixon
- Peabody LLP</ulink>, wrote the Boost License. Eva Chan, Harvard Law School,
- contributed analysis of issues and drafts of various legal documents.
- </para>
- <para>
- Note: Many of the Boost libraries are still using earlier licenses, though
- all conform to the <ulink url="/doc/libs/1_31_0/more/lib_guide.htm#license">Boost
- License Requirements</ulink>. After this release we will begin an effort to
- move toward uniform use of the new license.
- </para>
- </section>
- <section id="version_1_31_0.build_and_installation">
- <title><link linkend="version_1_31_0.build_and_installation">Build and Installation</link></title>
- <itemizedlist>
- <listitem>
- New <ulink url="/doc/libs/1_31_0/more/getting_started.html">Getting Started</ulink>
- procedures ease download and installation, from Rene Rivera and others.
- </listitem>
- <listitem>
- Improved support for libraries requiring <ulink url="/doc/libs/1_31_0/more/separate_compilation.html">separate
- compilation</ulink>, from John Maddock and others.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_31_0.new_libraries">
- <title><link linkend="version_1_31_0.new_libraries">New Libraries</link></title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/utility/enable_if.html">enable_if</ulink>:</phrase> Selective
- inclusion of function template overloads, from Jaakko Jarvi, Jeremiah Willcock,
- and Andrew Lumsdaine. This is an important new technique which exploits the
- SFINAE (substitution-failure-is-not-an-error) principle.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/variant/index.html">Variant Library</ulink>:</phrase> Safe,
- generic, stack-based discriminated union container, from Eric Friedman and
- Itay Maman.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_31_0.updated_libraries">
- <title><link linkend="version_1_31_0.updated_libraries">Updated Libraries</link></title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/compose/index.htm">Compose</ulink>:</phrase> This
- library has been deprecated and will be removed in a future release. Use
- <ulink url="/doc/libs/1_31_0/libs/bind/bind.html">Bind</ulink> or <ulink
- url="/doc/libs/1_31_0/libs/lambda/doc/index.html">Lambda</ulink> instead.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/date_time/doc/index.html">Date Time
- Library</ulink>:</phrase> A whole host of bug fixes, new features, and documentation
- improvements. See the Date Time Change History for details.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/filesystem/doc/index.htm">Filesystem
- Library</ulink>:</phrase>
- Several added functions, including improved checking for
- directory and file name portability.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/iterator/doc/index.html">Iterator
- Library</ulink>:</phrase> Major version upgrade, with interface as proposed for the
- C++ library TR, including an improved <literal>iterator_adaptor</literal>
- design plus several new components, from David Abrahams, Jeremy Siek, and
- Thomas Witt.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/multi_array/index.html">MultiArray</ulink>:</phrase> The
- <literal>multi_array</literal> class template now provides an element-preserving
- resize operation as well as default construction (see the <ulink url="/doc/libs/1_31_0/libs/multi_array/doc/reference.html">reference
- manual</ulink> for more information).
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/python/index.html">Python Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Support for Python 2.3 and Intel C++ on Linux
- </listitem>
- <listitem>
- Container <ulink url="/doc/libs/1_31_0/libs/python/doc/v2/indexing.html">Indexing
- Suite</ulink> added.
- </listitem>
- <listitem>
- injected constructors and wrapped function objects.
- </listitem>
- <listitem>
- wrapping static data members.
- </listitem>
- <listitem>
- <code><phrase role="identifier">std</phrase><phrase role="special">::</phrase><phrase
- role="identifier">wstring</phrase></code> conversions.
- </listitem>
- <listitem>
- Improved <ulink url="/doc/libs/1_31_0/libs/python/doc/v2/args.html">keyword
- arguments</ulink>.
- </listitem>
- <listitem>
- Better error messages, including name demangling for GCC.
- </listitem>
- <listitem>
- Simpler <ulink url="/doc/libs/1_31_0/libs/python/doc/building.html">build
- procedure</ulink>.
- </listitem>
- <listitem>
- <emphasis>...and more....</emphasis>
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/random/index.html">Random Number
- Library</ulink>:</phrase> Interface changed to match the C++ <ulink url="/doc/libs/1_31_0/libs/random/wg21-proposal.html">TR
- proposal</ulink>, from Jens Maurer.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/regex/doc/index.html">Regex</ulink>:</phrase> Completely
- new matching algorithm is now much faster than before, plus a selection of
- <ulink url="/doc/libs/1_31_0/libs/regex/doc/history.html">new features and
- enhancements</ulink>.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/spirit/index.html">Boost.Spirit
- 1.8.0</ulink>:</phrase>
- <itemizedlist>
- <listitem>Multiple grammar start rules</listitem>
- <listitem>Multiple Scanner rules (no more scanner business woes)</listitem>
- <listitem>More dynamic parsers</listitem>
- <listitem>Predefined actors</listitem>
- <listitem>Numerous bug fixes and QOI stuff</listitem>
- <listitem><emphasis>and more...</emphasis></listitem>
- </itemizedlist>
- <para>
- Starting from Spirit v1.8.0, ill conforming compilers will no longer be
- supported. If you are still using one of these older compilers, please use
- Spirit v1.6.x. See [@http://spirit.sf.net Spirit's Site] for more details.
- </para>
-
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/test/index.html">Test Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>Free function template based test case</listitem>
- <listitem>Custom exception translators support in execution monitor and
- register_exception_translator added for unit test framework</listitem>
- <listitem>Added support for multi-module unit tests in automatic
- registration facility</listitem>
- <listitem>Floating point comparison algorithm reworked (Is not backward
- compatible!!!)</listitem>
- <listitem>Added support for custom users predicate returning both boolean
- result code and possibly error message</listitem>
- <listitem>Documentation structure rework and update</listitem>
- </itemizedlist>
- <para>
- For a complete list of changes see the Test Library
- <ulink url="/doc/libs/1_31_0/libs/test/doc/release_notes.html#v1_31_0">release notes</ulink>.
- </para>
-
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_31_0.miscellaneous">
- <title><link linkend="version_1_31_0.miscellaneous">Miscellaneous</link></title>
- <itemizedlist>
- <listitem>
- Expanded testing and fixes for non-conforming compilers.
- </listitem>
- <listitem>
- Web site hosting now provided by <ulink url="http://www.sourceforge.net/">SourceForge</ulink>.
- </listitem>
- </itemizedlist>
- </section>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_32_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_32_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,245 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_32_0" name="Version 1.32.0" dirname="version_1_32_0" last-revision="Fri, 19 Nov 2004 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Aleksey</firstname> <surname>Gurtovoy</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- New Libraries: Assignment, Minmax, Multi-Index, Numeric Conversion, Program
- Options, Range, Serialization, String, Tribool. Updated Libraries: Graph, MPL,
- Python, Signals, Utility, Test. Removed Libraries: Compose.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.32.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=284047]]></download>
- </para>
- <section id="version_1_32_0.important___new_toolset_names">
- <title><link linkend="version_1_32_0.important___new_toolset_names">Important
- - New Toolset Names</link></title>
- <para>
- The names of some the Boost.Build <ulink url="/doc/libs/1_32_0/more/getting_started.html#Tools">toolsets</ulink>
- have been changed to remove the &quot;<literal>.</literal>&quot; (dot) character
- and to fix some other naming inconsistencies. For example, <literal>vc7.1</literal>
- toolset was renamed to become <literal>vc-7_1</literal>. Please refer to the
- <ulink url="/doc/libs/1_32_0/more/getting_started.html#Tools">Supported Toolsets</ulink>
- section of the installation guide for the complete list of the current toolset
- names. This change was made as a part of the effort to make the Boost distribution
- compatible with ISO 9660 level 2 requirements.
- </para>
- </section>
- <section id="version_1_32_0.new_libraries">
- <title><link linkend="version_1_32_0.new_libraries">New Libraries</link></title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/assign/index.html">Assignment Library</ulink>:</phrase> Filling
- containers with constant or generated data has never been easier, from Thorsten
- Ottosen.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/algorithm/minmax/index.html">Minmax
- Library</ulink>:</phrase> Standard library extensions for simultaneous min/max and
- min/max element computations, from Herve Bronnimann.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/multi_index/doc/index.html">Multi-index
- Containers Library</ulink>:</phrase> Containers with multiple STL-compatible access
- interfaces, from Joaquin M Lopez Munoz.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/numeric/conversion/index.html">Numeric
- Conversion Library</ulink>:</phrase> Optimized policy-based numeric conversions, from
- Fernando Cacciola.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/doc/html/program_options.html">Program
- Options Library</ulink>:</phrase> Access to configuration data given on command line,
- in config files and other sources, from Vladimir Prus.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/range/index.html">Range Library</ulink>:</phrase> a
- new infrastructure for generic algorithms that builds on top of the new iterator
- concepts, from Thorsten Ottosen.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/serialization/doc/index.html">Serialization
- Library</ulink>:</phrase> Serialization/de-serialization of arbitrary C++ data structures
- to various formats including text, binary, and xml, from Robert Ramey.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/algorithm/string/index.html">String
- Algorithms Library</ulink>:</phrase> Collection of string related algorithms for case
- conversion, trimming, find/replace operations and more, from Pavol Droba.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/doc/html/tribool.html">Tribool</ulink>:</phrase> 3-state
- boolean type library, from Doug Gregor.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_32_0.updated_libraries">
- <title><link linkend="version_1_32_0.updated_libraries">Updated Libraries</link></title>
- <itemizedlist>
- <listitem>
- Compose: This deprecated library has been removed.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/graph/index.html">Graph</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Added <ulink url="/doc/libs/1_32_0/libs/graph/doc/bundles.html">bundled
- properties</ulink> to the <ulink url="/doc/libs/1_32_0/libs/graph/doc/adjacency_list.html"><code><phrase
- role="identifier">adjacency_list</phrase></code></ulink> and <ulink url="/doc/libs/1_32_0/libs/graph/doc/adjacency_matrix.html"><code><phrase
- role="identifier">adjacency_matrix</phrase></code></ulink> class templates,
- greatly simplifying the introduction of internal vertex and edge properties.
- </listitem>
- <listitem>
- The <ulink url="/doc/libs/1_32_0/libs/graph/doc/leda_conversion.html">LEDA
- graph adaptors</ulink> have been ported to LEDA 4.5.
- </listitem>
- <listitem>
- Added algorithms for <ulink url="/doc/libs/1_32_0/libs/graph/doc/betweenness_centrality.html">betweenness
- centrality</ulink> and <ulink url="/doc/libs/1_32_0/libs/graph/doc/bc_clustering.html">betweenness
- centrality clustering</ulink>.
- </listitem>
- <listitem>
- Added <ulink url="/doc/libs/1_32_0/libs/graph/doc/circle_layout.html">circle
- layout</ulink> and <ulink url="/doc/libs/1_32_0/libs/graph/doc/kamada_kawai_spring_layout.html">undirected
- spring layout</ulink> algorithms.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/mpl/doc/index.html">MPL Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Updated to use the Boost Software License.
- </listitem>
- <listitem>
- New <ulink url="/doc/libs/1_32_0/libs/mpl/doc/index.html">documentation</ulink>,
- including a complete <ulink url="/doc/libs/1_32_0/libs/mpl/doc/refmanual.html">reference
- manual.</ulink>
- </listitem>
- <listitem>
- Major interface changes and improvements, many of which are not backward
- compatible. Please refer to the <ulink url="/doc/libs/1_32_0/libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html">1.32
- changelog</ulink> for the detailed information about upgrading to the
- new version.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/python/doc/index.html">Python Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Updated to use the Boost Software License.
- </listitem>
- <listitem>
- a new, <ulink url="/doc/libs/1_32_0/libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions">better
- method of wrapping classes with virtual functions</ulink> has been implemented.
- </listitem>
- <listitem>
- Support for the new Python Bool type, thanks to Daniel Holth.
- </listitem>
- <listitem>
- Support for upcoming GCC symbol export control features have been folded
- in, thanks to Niall Douglas.
- </listitem>
- <listitem>
- Improved support for <code><phrase role="identifier">std</phrase><phrase
- role="special">::</phrase><phrase role="identifier">auto_ptr</phrase></code>-like
- types.
- </listitem>
- <listitem>
- Components used by other libraries have been moved out of <literal>python/detail</literal>
- and into <literal>boost/detail</literal> to improve dependency relationships.
- </listitem>
- <listitem>
- Miscellaneous bug fixes and compiler workarounds.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/doc/html/signals.html">Signals Library</ulink>:</phrase> Introduced
- deterministic slot ordering, permitting slots to be connected at the beginning
- or end of slot groups or the slot list itself. Combiners may safely have
- state and are accessible from the signal.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/utility/utility.htm">Utility</ulink>:</phrase> class
- template <ulink url="/doc/libs/1_32_0/libs/utility/utility.htm#result_of">result_of</ulink>
- added.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/test/index.html">Test Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>namespace names gets shorten; old one still supported till next
- release</listitem>
- <listitem>added proper encoding of XML PCDATA</listitem>
- <listitem>support for wide string comparison implemented</listitem>
- </itemizedlist>
- <para>
- For complete list of changes see Test Library
- <ulink url="/doc/libs/1_32_0/libs/test/doc/release_notes.html#v1_32_0">release notes</ulink>.
- </para>
-
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_32_0.regression_tests">
- <title><link linkend="version_1_32_0.regression_tests">Regression tests</link></title>
- <para>
- This release has been extensively tested on a variety of different compilers
- and platforms. It is known to contain no regressions against the previous reference
- release on the compilers and configurations tested. Please refer to the corresponding
- <ulink url="http://www.meta-comm.com/engineering/boost-regression/1_32_0/index.html">regression
- reports</ulink> to see how well your compiler performs on the new Boost codebase.
- </para>
- </section>
- <section id="version_1_32_0.acknowledgements">
- <title><link linkend="version_1_32_0.acknowledgements">Acknowledgements</link></title>
- <para>
- <inlinemediaobject><imageobject><imagedata fileref="http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg"></imagedata></imageobject>
- <textobject>
- <phrase>aleksey_gurtovoy2</phrase>
- </textobject>
- </inlinemediaobject> <ulink url="/users/people/aleksey_gurtovoy.html">Aleksey
- Gurtovoy</ulink> managed this release. <ulink url="/doc/libs/1_32_0/more/release_procedures.htm">Managing
- a release</ulink> at all is an enormous job, and Aleksey always goes beyond
- merely meeting requirements by insisting on the highest possible quality. The
- Boost membership owes him a debt of gratitude.
- </para>
- <para>
- This release wouldn't have been possible without the dedicated effort of many,
- many members of the Boost community who generously contributed their outstanding
- expertise, time and energy to making it happen. For patches, bug fixes, troubleshooting,
- expert advice, and prompt responses to the release manager's requests we thank:
- </para>
- <para>
- David Abrahams, Misha Bergal, Jonathan Brandmeyer, Fernando Cacciola, Marshall
- Clow, Christopher Currie, Pavol Droba, Caleb Epstein, Eric Friedman, Jeff Garland,
- Michael Glassford, Doug Gregor, Joel de Guzman, Hubert Holin, Jaakko Jarvi,
- Hartmut Kaiser, Bronek Kozicki, Tarjei Knapstad, Toon Knapen, Aaron W. LaFramboise,
- Joaquin M Lopez Munoz, Christoph Ludwig, John Maddock, Paul Mensonides, Guillaume
- Melquiond, Thorsten Ottosen, Vladimir Prus, Robert Ramey, Rene Rivera, Gennadiy
- Rozental, Stefan Slapeta, Jonathan Turkanis, Pavel Vozenilek, Jonathan Wakely,
- Daryle Walker, Victor A. Wagner Jr. and Martin Wille.
- </para>
- <para>
- Also, our special thanks go to: John Maddock for the managing the effort of
- converting the majority of the Boost libraries to the <ulink url="/doc/libs/1_32_0/more/license_info.html">Boost
- Software License</ulink>, Eric Niebler and Joel de Guzman for taking on the
- important job of improving the Boost documentation's look and feel, and last,
- but not least, to our regression test runners, without whom we simply would
- never have released: Toon Knapen, Bronek Kozicki, Rene Rivera, Markus Schopflin,
- Stefan Slapeta, Victor A. Wagner Jr. and Martin Wille.
- </para>
- <para>
- Thank you everybody!
- </para>
- </section>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_33_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,386 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_33_0" name="Version 1.33.0" dirname="version_1_33_0" last-revision="Thu, 11 Aug 2005 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Douglas</firstname> <surname>Gregor</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- New Libraries: Iostream, Hash, Parameter, Pointer Container, Wave. Updated
- Libraries: Any, Assignment, Bind, Date-Time, Graph, Multi-Index, Program Options,
- Property Map, Python, Random Number, Range, Regex, Serialization, Signals.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.33.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=348655]]></download>
- </para>
- <section id="version_1_33_0.new_libraries">
- <title><link linkend="version_1_33_0.new_libraries">New Libraries</link></title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/iostreams/doc/index.html">Iostreams
- Library</ulink>:</phrase>
- Framework for defining streams, stream buffers and i/o filters,
- from Jonathan Turkanis.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/functional/hash/index.html">Functional/Hash
- Library</ulink>:</phrase> A TR1 hash function object that can be extended to hash user
- defined types, from Daniel James.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/parameter/doc/html/index.html">Parameter
- Library</ulink>:</phrase>
- Write functions that accept arguments by name: especially
- useful when a function has more than one argument with a useful default value,
- since named arguments can be passed in any order.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/ptr_container/index.html">Pointer
- Container Library</ulink>:</phrase>
- Containers for storing heap-allocated polymorphic
- objects to ease OO-programming, from Thorsten Ottosen.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/wave/index.html">Wave</ulink>:</phrase> Standards
- conformant implementation of the mandated C99/C++ preprocessor functionality
- packed behind an easy to use iterator interface, from Hartmut Kaiser.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_33_0.updated_libraries">
- <title><link linkend="version_1_33_0.updated_libraries">Updated Libraries</link></title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/doc/html/any.html">Any Library</ulink>:</phrase> <code><phrase
- role="identifier">any_cast</phrase></code> has been enhanced to allow direct
- access to <code><phrase role="identifier">any</phrase></code>'s held value.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/assign/doc/index.html">Assignment
- Library</ulink>:</phrase> Support for <ulink url="/doc/libs/1_33_1/libs/ptr_container/index.html">Pointer
- Container Library</ulink> and new efficient functions <code><phrase role="identifier">ref_list_of</phrase><phrase
- role="special">()</phrase></code> and <code><phrase role="identifier">cref_list_of</phrase><phrase
- role="special">()</phrase></code> for generating anonymous ranges.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/bind/bind.html">Bind Library</ulink>:</phrase> Bind
- expressions now support <ulink url="/doc/libs/1_33_1/libs/bind/bind.html#operators">comparisons
- and negation</ulink>. Example: <code><phrase role="identifier">bind</phrase><phrase
- role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
- role="special">::</phrase><phrase role="identifier">name</phrase><phrase
- role="special">,</phrase> <phrase role="identifier">_1</phrase><phrase role="special">)</phrase>
- <phrase role="special">&lt;</phrase> <phrase role="identifier">bind</phrase><phrase
- role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
- role="special">::</phrase><phrase role="identifier">name</phrase><phrase
- role="special">,</phrase> <phrase role="identifier">_2</phrase><phrase role="special">)</phrase></code>.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/doc/html/date_time.html">Date-Time Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Added <ulink url="/doc/libs/1_33_1/doc/html/date_time/local_time.html">local
- time and time zone classes</ulink>.
- </listitem>
- <listitem>
- Added <ulink url="/doc/libs/1_33_1/doc/html/date_time/date_time_io.html">format-based
- Input/Output facets</ulink>.
- </listitem>
- <listitem>
- For a complete list of changes, see the library <ulink url="/doc/libs/1_33_1/doc/html/date_time/details.html#date_time.changes">change
- history</ulink>.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/graph/doc/index.html">Graph Library</ulink>:</phrase> Introduced
- several new algorithms and improved existing algorithms:
- <itemizedlist>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/python.html">Experimental
- Python bindings</ulink>, from Doug Gregor and Indiana University.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/floyd_warshall_shortest.html"><code><phrase
- role="identifier">floyd</phrase> <phrase role="identifier">warshall</phrase>
- <phrase role="identifier">all</phrase> <phrase role="identifier">pairs</phrase>
- <phrase role="identifier">shortest</phrase> <phrase role="identifier">paths</phrase></code></ulink>,
- from Lauren Foutz and Scott Hill.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/astar_search.html"><code><phrase
- role="identifier">astar</phrase> <phrase role="identifier">search</phrase></code></ulink>,
- from Kristopher Beevers and Jufeng Peng.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/fruchterman_reingold.html"><code><phrase
- role="identifier">fruchterman</phrase> <phrase role="identifier">reingold</phrase>
- <phrase role="identifier">force</phrase> <phrase role="identifier">directed</phrase>
- <phrase role="identifier">layout</phrase></code></ulink>, from Doug Gregor
- and Indiana University.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/biconnected_components.html"><code><phrase
- role="identifier">biconnected</phrase> <phrase role="identifier">components</phrase></code>
- and <code><phrase role="identifier">articulation</phrase> <phrase role="identifier">points</phrase></code></ulink>,
- from Jeremy Siek, Janusz Piwowarski, and Doug Gregor.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/sequential_vertex_coloring.html"><code><phrase
- role="identifier">sequential</phrase> <phrase role="identifier">vertex</phrase>
- <phrase role="identifier">coloring</phrase></code></ulink> has been updated,
- tested, and documented.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/gursoy_atun_layout.html"><code><phrase
- role="identifier">gursoy</phrase> <phrase role="identifier">atun</phrase>
- <phrase role="identifier">layout</phrase></code></ulink>, from Jeremiah
- Willcock and Doug Gregor of Indiana University.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/king_ordering.html"><code><phrase
- role="identifier">king</phrase> <phrase role="identifier">ordering</phrase></code></ulink>,
- from D. Kevin McGrath of Indiana University.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html"><code><phrase
- role="identifier">cuthill</phrase> <phrase role="identifier">mckee</phrase>
- <phrase role="identifier">ordering</phrase></code></ulink> has been recast
- as an invocation of <code><phrase role="identifier">breadth</phrase>
- <phrase role="identifier">first</phrase> <phrase role="identifier">search</phrase></code>
- and now supports graphs with multiple components.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/dijkstra_shortest_paths.html"><code><phrase
- role="identifier">dijkstra</phrase> <phrase role="identifier">shortest</phrase>
- <phrase role="identifier">paths</phrase></code></ulink> now uses a relaxed
- heap [<ulink url="/doc/libs/1_33_1/libs/graph/doc/bibliography.html#driscoll88">61</ulink>]
- as its priority queue, improving its complexity to O(V log V) and improving
- real-world performance for larger graphs.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/read_graphviz.html"><code><phrase
- role="identifier">read</phrase> <phrase role="identifier">graphviz</phrase></code></ulink>
- now has a new, Spirit-based parser that works for all graph types and
- supports arbitrary properties on the graph, from Ron Garcia. The old,
- Bison-based GraphViz reader has been deprecated and will be removed in
- a future Boost release. <ulink url="/doc/libs/1_33_1/libs/graph/doc/write-graphviz.html"><code><phrase
- role="identifier">write</phrase> <phrase role="identifier">graphviz</phrase></code></ulink>
- also supports dynamic properties.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/subgraph.html"><code><phrase
- role="identifier">subgraph</phrase></code></ulink>: <code><phrase role="identifier">get_property</phrase></code>
- now refers to the subgraph property, not the root graph's property.
- </listitem>
- <listitem>
- See the <ulink url="/doc/libs/1_33_1/libs/graph/doc/history.html#by-version">history</ulink>
- for additional changes and bug fixes.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/multi_index/doc/index.html">Multi-index
- Containers Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- New <ulink url="/doc/libs/1_33_1/libs/multi_index/doc/tutorial/indices.html#hashed_indices">hashed
- indices</ulink>.
- </listitem>
- <listitem>
- Added <ulink url="/doc/libs/1_33_1/libs/multi_index/doc/tutorial/creation.html#serialization">serialization
- support</ulink>.
- </listitem>
- <listitem>
- For a complete list of changes, see the library <ulink url="/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html">release
- notes</ulink>.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/program_options/doc/index.html">Program
- Options Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Option descriptions are now printed with word wrapping.
- </listitem>
- <listitem>
- Command line parser can bypass unregistered options, instread of throwing.
- </listitem>
- <listitem>
- Removed support for &quot;implicit&quot; (optional) values.
- </listitem>
- <listitem>
- New customization method 'command_line_parser::extra_style_parser'. Unlike
- 'additional_parser', allows the user to parse several tokens and return
- a vector of options, not just a single option.
- </listitem>
- <listitem>
- Work with disabled exceptions.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/property_map/property_map.html">Property
- Map Library</ulink>:</phrase> Introduced the <ulink url="/doc/libs/1_33_1/libs/property_map/doc/dynamic_property_map.html"><code><phrase
- role="identifier">dynamic</phrase> <phrase role="identifier">properties</phrase></code></ulink>
- class, which provides dynamically-typed access to a set of property maps.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Added support for docstrings on nonstatic properties.
- </listitem>
- <listitem>
- We now export the client-provided docstrings for <code><phrase role="identifier">init</phrase><phrase
- role="special">&lt;</phrase><phrase role="identifier">optional</phrase><phrase
- role="special">&lt;&gt;</phrase> <phrase role="special">&gt;</phrase></code>
- and <emphasis>XXX</emphasis><code><phrase role="identifier">_FUNCTION_OVERLOADS</phrase><phrase
- role="special">()</phrase></code> for only the last overload.
- </listitem>
- <listitem>
- Support for Embedded VC++ 4 and GCC-3.3 on MacOS added
- </listitem>
- <listitem>
- Introduced better support for rvalue from-python conversions of shared_ptr.
- </listitem>
- <listitem>
- Support for exposing <code><phrase role="identifier">vector</phrase><phrase
- role="special">&lt;</phrase><phrase role="identifier">T</phrase><phrase
- role="special">*&gt;</phrase></code> with the indexing suite.
- </listitem>
- <listitem>
- updated visual studio project build file.
- </listitem>
- <listitem>
- Added search feature to the index page.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <para><phrase role="library"><ulink url="/doc/libs/1_33_1/libs/random/index.html">Random Number
- Library</ulink>:</phrase>
- Improved initialization for <code><phrase role="identifier">mersenne_twister</phrase></code>,
- algorithm by Makoto Matsumoto and Takuji Nishimura, implemented for Boost
- by Jens Maurer.</para>
- <para>Note: All test vectors for <code><phrase role="identifier">mersenne_twister</phrase></code>s
- constructed or seeded without parameters or with a single <code><phrase role="keyword">unsigned</phrase>
- <phrase role="keyword">int</phrase></code> parameter become invalid.</para>
-
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/range/index.html">Range Library</ulink>:</phrase> Minor
- addition of convenience functions to <code><phrase role="identifier">iterator</phrase>
- <phrase role="identifier">range</phrase></code> like <code><phrase role="identifier">front</phrase><phrase
- role="special">(),</phrase> <phrase role="identifier">back</phrase><phrase
- role="special">()</phrase></code> and <code><phrase role="keyword">operator</phrase><phrase
- role="special">[]()</phrase></code>.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/regex/index.html">Regex Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Rewritten front end parser now supports (?imsx-imsx) constructs, plus
- lookbehind assertions and conditional expressions.
- </listitem>
- <listitem>
- Thin wrapper classes improve integration with MFC/ATL code.
- </listitem>
- <listitem>
- Full (optional) Unicode support via the ICU library. Refer to the <ulink
- url="/doc/libs/1_33_1/libs/regex/doc/history.html">regex history page</ulink>
- for more information on these and other small changes.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/serialization/doc/index.html">Serialization
- Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- DLL version.
- </listitem>
- <listitem>
- Auto-linking.
- </listitem>
- <listitem>
- Serialization of variants.
- </listitem>
- <listitem>
- Improved serialization of shared pointers.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/doc/html/signals.html">Signals Library</ulink>:</phrase> added
- slot blocking/unblocking, from Frantz Maerten. Huge improvements to signal
- invocation performance from Robert Zeh.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_33_0.supported_compilers">
- <title><link linkend="version_1_33_0.supported_compilers">Supported Compilers</link></title>
- <para>
- Boost is tested on a wide range of compilers and platforms. Since Boost libraries
- rely on modern C++ features not available in all compilers, not all Boost libraries
- will work with every compiler. The following compilers and platforms have been
- extensively tested with Boost, although many other compilers and platforms
- will work as well. For more information, see the <ulink url="http://www.boost.org/regression/release/user/">regression
- test results</ulink>.
- </para>
- <itemizedlist>
- <listitem>
- <ulink url="http://developer.apple.com/">Apple GCC</ulink> 3.x on Mac OS
- X.
- </listitem>
- <listitem>
- <ulink url="http://www.codegear.com/products/cppbuilder">Borland C++</ulink>
- 5.6.4 on Windows.
- </listitem>
- <listitem>
- <ulink url="http://gcc.gnu.org">GNU C++</ulink> 2.95.3 (with and without
- STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris.
- </listitem>
- <listitem>
- <ulink url="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">Intel
- C++</ulink> 8.1, 9.0 on Windows, Linux.
- </listitem>
- <listitem>
- <ulink url="http://www.metrowerks.com">Metrowerks CodeWarrior</ulink> 8.3,
- 9.4, 9.5 on Mac OS X and Windows.
- </listitem>
- <listitem>
- <ulink url="http://msdn.microsoft.com/visualc/">Microsoft Visual C++</ulink>
- 6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0 beta. Note: due to intermittent
- problems with Visual C++ 8.0 beta, and the presence of a variety of pre-release
- compiler builds, we are unable to guarantee compatibility until the final
- compiler is released.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_33_0.acknowledgements">
- <title><link linkend="version_1_33_0.acknowledgements">Acknowledgements</link></title>
- <para>
- <inlinemediaobject><imageobject><imagedata fileref="/gfx/boost_1_33_0.jpg"></imagedata></imageobject>
- <textobject>
- <phrase>boost_1_33_0</phrase>
- </textobject>
- </inlinemediaobject><ulink url="/users/people/doug_gregor.html">Douglas Gregor</ulink>
- managed this release.
- </para>
- <para>
- A great number of people contributed their time and expertise to make this
- release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who
- managed to keep the regression testing system working throughout the release
- process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Rene Rivera and Jonathan
- Turkanis for greatly improving the quality of this release; Rene Rivera for
- the new Boost web page design; and Zoltan &quot;cad&quot; Juhasz for the new
- Boost logo.
- </para>
- </section>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_33_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,231 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_33_1" name="Version 1.33.1" dirname="version_1_33_1" last-revision="Tue, 5 Dec 2006 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Douglas</firstname> <surname>Gregor</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- Updated Libraries: Any, Config, Python, Smart Pointer, Regex, Iostreams, Functional/Hash,
- Multi-index Containers, Graph, Signals, Thread, and Wave.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.33.1</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=376197]]></download>
- </para>
- <section id="version_1_33_1.updated_libraries">
- <title><link linkend="version_1_33_1.updated_libraries">Updated Libraries</link></title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/doc/html/any.html">Any Library</ulink>:</phrase> Cast
- to reference types introduced in 1.33.0 is now documented on <code><phrase
- role="identifier">any_cast</phrase></code> documentation page.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/bind/bind.html">Bind Library</ulink>:</phrase> Bind
- expressions now support <ulink url="/doc/libs/1_33_1/libs/bind/bind.html#operators">comparisons
- and negation</ulink>. Example: <code><phrase role="identifier">bind</phrase><phrase
- role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
- role="special">::</phrase><phrase role="identifier">name</phrase><phrase
- role="special">,</phrase> <phrase role="identifier">_1</phrase><phrase role="special">)</phrase>
- <phrase role="special">&lt;</phrase> <phrase role="identifier">bind</phrase><phrase
- role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
- role="special">::</phrase><phrase role="identifier">name</phrase><phrase
- role="special">,</phrase> <phrase role="identifier">_2</phrase><phrase role="special">)</phrase></code>.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/config/index.html">Config Library</ulink>:</phrase> Don't
- undef <code><phrase role="identifier">BOOST_LIB_TOOLSET</phrase></code> after
- use.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- The build now assumes Python 2.4 by default, rather than 2.2
- </listitem>
- <listitem>
- Support Python that's built without Unicode support
- </listitem>
- <listitem>
- Support for wrapping classes with overloaded address-of (<code><phrase
- role="special">&amp;</phrase></code>) operators
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/smart_ptr/index.html">Smart Pointer
- Library</ulink>:</phrase> Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac
- OS X) with inlining on, GNU GCC on PowerPC 64.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/regex/doc/index.html">Regex Library</ulink>:</phrase> Fixed
- the supplied makefiles, and other small compiler specific changes. Refer
- to the <ulink url="/doc/libs/1_33_1/libs/regex/doc/history.html">regex history
- page</ulink> for more information on these and other small changes.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/iostreams/doc/index.html">Iostreams
- Library</ulink>:</phrase>
- Improved the interface for accessing a chain's components,
- added <code><phrase role="identifier">is_open</phrase></code> members to
- the file and file descriptor devices, fixed memory-mapped files on Windows,
- and made minor changes to the documentation.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Added support for docstrings on nonstatic properties.
- </listitem>
- <listitem>
- We now export the client-provided docstrings for <code><phrase role="identifier">init</phrase><phrase
- role="special">&lt;</phrase><phrase role="identifier">optional</phrase><phrase
- role="special">&lt;&gt;</phrase> <phrase role="special">&gt;</phrase></code>
- and <emphasis>XXX</emphasis><code><phrase role="identifier">_FUNCTION_OVERLOADS</phrase><phrase
- role="special">()</phrase></code> for only the last overload.
- </listitem>
- <listitem>
- Support for Embedded VC++ 4 and GCC-3.3 on MacOS added
- </listitem>
- <listitem>
- Introduced better support for rvalue from-python conversions of shared_ptr.
- </listitem>
- <listitem>
- Support for exposing <code><phrase role="identifier">vector</phrase><phrase
- role="special">&lt;</phrase><phrase role="identifier">T</phrase><phrase
- role="special">*&gt;</phrase></code> with the indexing suite.
- </listitem>
- <listitem>
- updated visual studio project build file.
- </listitem>
- <listitem>
- Added search feature to the index page.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/functional/hash/index.html">Functional/Hash
- Library</ulink>:</phrase>
- Fixed the points example.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/multi_index/doc/index.html">Multi-index
- Containers Library</ulink>:</phrase>
- Fixed a problem with multithreaded code, and other
- minor changes. Refer to the library <ulink url="/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1">release
- notes</ulink> for further details.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html">Graph
- Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Fixed a problem with the relaxed heap on x86 Linux (fixes bug in <code><phrase
- role="identifier">dijkstra_shortest_paths</phrase></code>).
- </listitem>
- <listitem>
- Fixed problems with <ulink url="/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html"><code><phrase
- role="identifier">cuthill_mckee_ordering</phrase></code></ulink> and
- <ulink url="/doc/libs/1_33_1/libs/graph/doc/king_ordering.html"><code><phrase
- role="identifier">king_ordering</phrase></code></ulink> producing no
- results.
- </listitem>
- <listitem>
- Added <code><phrase role="identifier">color_map</phrase></code> parameter
- to <code><phrase role="identifier">dijkstra_shortest_paths</phrase></code>.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/signals/doc/index.html">Signals
- Library</ulink>:</phrase> Fixed problems with the use of Signals across shared library
- boundaries.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/thread/doc/index.html">Thread library</ulink>:</phrase>
- <code><phrase
- role="identifier">read_write_mutex</phrase></code> has been removed due to
- problems with deadlocks.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/wave/index.html">Wave library</ulink>
- (V1.2.1):</phrase> Fixed a couple of problems, refer to the <ulink url="/doc/libs/1_33_1/libs/wave/ChangeLog">change
- log</ulink> for further details.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_33_1.supported_compilers">
- <title><link linkend="version_1_33_1.supported_compilers">Supported Compilers</link></title>
- <para>
- Boost is tested on a wide range of compilers and platforms. Since Boost libraries
- rely on modern C++ features not available in all compilers, not all Boost libraries
- will work with every compiler. The following compilers and platforms have been
- extensively tested with Boost, although many other compilers and platforms
- will work as well. For more information, see the <ulink url="http://www.boost.org/regression/release/user/">regression
- test results</ulink>.
- </para>
- <para>
- <emphasis role="bold">New for this release</emphasis>: Support for building
- with the newest STLport-5.0 was added. The support includes building with MinGW
- Runtime 3.8 plus STLport-5.0 improved to support wide character operations.
- Apple GCC 4.0, HP Tru64 C++, and Microsoft Visual C++ 8.0 are supported platforms.
- We have added an experimental autoconf-like <literal>configure</literal> script
- for Unix-like systems: run <literal>configure --help</literal> for more information.
- </para>
- <itemizedlist>
- <listitem>
- <ulink url="http://developer.apple.com/">Apple GCC</ulink> 3.3, 4.0 on Mac
- OS X.
- </listitem>
- <listitem>
- <ulink url="http://www.codegear.com/products/cppbuilder">Borland C++</ulink>
- 5.6.4 on Windows.
- </listitem>
- <listitem>
- <ulink url="http://gcc.gnu.org">GNU C++</ulink> 2.95.3 (with and without
- STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris.
- </listitem>
- <listitem>
- <ulink url="http://h30097.www3.hp.com/cplus/">HP C++ for Tru64 UNIX 7.1</ulink>.
- </listitem>
- <listitem>
- <ulink url="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">Intel
- C++</ulink> 8.1, 9.0 on Windows, Linux.
- </listitem>
- <listitem>
- <ulink url="http://www.metrowerks.com">Metrowerks CodeWarrior</ulink> 8.3,
- 9.4, 9.5 on Mac OS X and Windows.
- </listitem>
- <listitem>
- <ulink url="http://msdn.microsoft.com/visualc/">Microsoft Visual C++</ulink>
- 6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &quot;Safe&quot; C++ Library shipping with Visual
- C++ 8.0, which may result in many spurious warnings from Boost headers and
- other standards-conforming C++ code. To suppress these warnings, define the
- macro <code><phrase role="identifier">_SCL_SECURE_NO_DEPRECATE</phrase></code>.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_33_1.acknowledgements">
- <title><link linkend="version_1_33_1.acknowledgements">Acknowledgements</link></title>
- <para>
- <phrase role="inset-left"><inlinemediaobject><imageobject><imagedata fileref="/gfx/boost_1_33_0.jpg"></imagedata></imageobject><textobject><phrase role="alt">Medieval Mr. Gregor</phrase></textobject></inlinemediaobject></phrase>
-<ulink url="/users/people/doug_gregor.html">Douglas
- Gregor</ulink> managed this release.
- </para>
- <para>
- A great number of people contributed their time and expertise to make this
- release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who
- managed to keep the regression testing system working throughout the release
- process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Bronek Kozicki, Rene
- Rivera and Jonathan Turkanis for greatly improving the quality of this release;
- Rene Rivera for the new Boost web page design; and Zoltan &quot;cad&quot; Juhasz
- for the new Boost logo.
- </para>
- </section>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_34_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_34_0.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,550 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_34_0" name="Version 1.34.0" dirname="version_1_34_0" last-revision="Sat, 12 May 2007 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Thomas</firstname> <surname>Witt</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- New Libraries: Foreach, Statechart, TR1, Typeof, Xpressive. Updated Libraries:
- Assign, Date_time, Filesystem, Function, Hash, Graph, MultiArray, Multi-Index,
- Optional, Parameter, Pointer Container, Python, Signals, Smart Pointer, String
- Algorithm, Wave
- </articlepurpose>
- </articleinfo>
- <title>Version 1.34.0</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=507975]]></download>
- </para>
- <section id="version_1_34_0.new_libraries">
- <title><link linkend="version_1_34_0.new_libraries">New Libraries</link></title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/foreach.html">Foreach Library</ulink>:</phrase> <code><phrase
- role="identifier">BOOST_FOREACH</phrase></code> macro for easily iterating
- over the elements of a sequence, from Eric Niebler.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/statechart/doc/index.html">Statechart
- Library</ulink>:</phrase>
- Arbitrarily complex finite state machines can be implemented
- in easily readable and maintainable C++ code, from Andreas Huber.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/tr1/index.html">TR1 Library</ulink>:</phrase> An
- implementation of the C++ Technical Report on Standard Library Extensions,
- from John Maddock. This library does not itself implement the TR1 components,
- rather it's a thin wrapper that will include your standard library's TR1
- implementation (if it has one), otherwise it will include the Boost Library
- equivalents, and import them into namespace <code><phrase role="identifier">std</phrase><phrase
- role="special">::</phrase><phrase role="identifier">tr1</phrase></code>.
- Highlights include: Reference Wrappers, Smart Pointers, result_of, Function
- Object Binders, Polymorphic function wrappers, Type Traits, Random Number
- Generators and Distributions, Tuples, Fixed Size Array, Hash Function Objects,
- Regular Expressions, and Complex Number Additional Algorithms.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/typeof.html">Typeof Library</ulink>:</phrase> Typeof
- operator emulation, from Arkadiy Vertleyb and Peder Holt.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/xpressive.html">Xpressive Library</ulink>:</phrase> Regular
- expressions that can be written as strings or as expression templates, and
- that can refer to each other and themselves recursively with the power of
- context-free grammars, from Eric Niebler.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_34_0.updated_libraries">
- <title><link linkend="version_1_34_0.updated_libraries">Updated Libraries</link></title>
- <itemizedlist>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/assign/index.html">Assign Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Support for <code><phrase role="identifier">ptr_map</phrase><phrase role="special">&lt;</phrase><phrase
- role="identifier">key</phrase><phrase role="special">,</phrase><phrase
- role="identifier">T</phrase><phrase role="special">&gt;</phrase></code>
- via the new function <code><phrase role="identifier">ptr_map_insert</phrase><phrase
- role="special">()</phrase></code>
- </listitem>
- <listitem>
- Support for initialization of <ulink url="/doc/libs/1_34_0/libs/ptr_container/index.html">Pointer
- Containers</ulink> when the containers hold pointers to an abstract base
- class.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/date_time.html">Date_time library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Support for new US/Canada timezone rules and other bug fixes. See <ulink
- url="/doc/libs/1_34_0/doc/html/date_time/details.html#changes">Change
- History</ulink> for details.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/filesystem/doc/index.htm">Filesystem
- Library</ulink>:</phrase> Major upgrade in preparation for submission to the C++ Standards
- Committee for TR2. Changes include:
- <itemizedlist>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization">Internationalization</ulink>,
- provided by class templates <emphasis>basic_path</emphasis>, <emphasis>basic_filesystem_error</emphasis>,
- <emphasis>basic_directory_iterator</emphasis>, and <emphasis>basic_directory_entry</emphasis>.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification">Simplification</ulink>
- of the path interface by eliminating special constructors to identify
- native formats.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization">Rationalization</ulink>
- of predicate function design, including the addition of several new functions.
- </listitem>
- <listitem>
- Clearer specification by reference to <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01">POSIX</ulink>,
- the ISO/IEEE Single Unix Standard, with provisions for Windows and other
- operating systems.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation">Preservation</ulink>
- of existing user code whenever possible.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient">More
- efficient</ulink> directory iteration.
- </listitem>
- <listitem>
- Addition of a <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator">recursive
- directory iterator</ulink>.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/function/index.html">Function Library</ulink>:</phrase>
- Boost.Function
- now implements a small buffer optimization, which can drastically improve
- the performance when copying or constructing Boost.Function objects storing
- small function objects. For instance, <code><phrase role="identifier">bind</phrase><phrase
- role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
- role="special">:</phrase><phrase role="identifier">foo</phrase><phrase role="special">,</phrase>
- <phrase role="special">&amp;</phrase><phrase role="identifier">x</phrase><phrase
- role="special">,</phrase> <phrase role="identifier">_1</phrase><phrase role="special">,</phrase>
- <phrase role="identifier">_2</phrase><phrase role="special">)</phrase></code>
- requires no heap allocation when placed into a Boost.Function object.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/functional/hash/index.html">Functional/Hash
- Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Use declarations for standard classes, so that the library doesn't need
- to include all of their headers
- </listitem>
- <listitem>
- Deprecated the <literal>&lt;boost/functional<emphasis>hash</emphasis>*.hpp&gt;</literal>
- headers.
- </listitem>
- <listitem>
- Add support for the <code><phrase role="identifier">BOOST_HASH_NO_EXTENSIONS</phrase></code>
- macro, which disables the extensions to TR1
- </listitem>
- <listitem>
- Minor improvements to the hash functions for floating point numbers.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/graph/doc/index.html">Graph Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html"><code><phrase
- role="identifier">edmonds_maximum_cardinality_matching</phrase></code></ulink>,
- from Aaron Windsor.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm"><code><phrase
- role="identifier">lengauer_tarjan_dominator_tree</phrase></code></ulink>,
- from JongSoo Park.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html"><code><phrase
- role="identifier">compressed_sparse_row_graph</phrase></code></ulink>,
- from Jeremiah Willcock and Douglas Gregor of Indiana University.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html"><code><phrase
- role="identifier">sorted_erdos_renyi_iterator</phrase></code></ulink>,
- from Jeremiah Willcock of Indiana University.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html"><code><phrase
- role="identifier">biconnected_components</phrase></code></ulink> now
- supports a visitor and named parameters, from Janusz Piwowarski.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html"><code><phrase
- role="identifier">adjacency_matrix</phrase></code></ulink> now models
- the <ulink url="/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html">Bidirectional
- Graph</ulink> concept.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html"><code><phrase
- role="identifier">dijkstra_shortest_paths</phrase></code></ulink> now
- calls <code><phrase role="identifier">vis</phrase><phrase role="special">.</phrase><phrase
- role="identifier">initialize_vertex</phrase></code> for each vertex during
- initialization.
- </listitem>
- <listitem>
- <emphasis role="bold">Note:</emphasis> the name of the compiled library
- for the <ulink url="/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html">GraphViz
- reader</ulink> has changed to <literal>boost_graph</literal> (from <literal>bgl-viz</literal>)
- to match Boost conventions.
- </listitem>
- <listitem>
- See the <ulink url="/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0">complete
- revision history</ulink> for more information.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/multi_array/index.html">MultiArray
- Library</ulink>:</phrase>
- Boost.MultiArray now by default provides range-checking for
- <code><phrase role="keyword">operator</phrase><phrase role="special">[]</phrase></code>.
- Range checking can be disabled by defining the macro <code><phrase role="identifier">BOOST_DISABLE_ASSERTS</phrase></code>
- before including <literal>multi_array.hpp</literal>. A bug in <code><phrase
- role="identifier">multi_array</phrase><phrase role="special">::</phrase><phrase
- role="identifier">resize</phrase><phrase role="special">()</phrase></code>
- related to storage orders was fixed.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/multi_index/doc/index.html">Multi-index
- Containers Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- New <ulink url="/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices">random
- access indices</ulink>.
- </listitem>
- <listitem>
- Non key-based indices feature new <ulink url="/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange">rearrange
- facilities</ulink>.
- </listitem>
- <listitem>
- This version also includes a number of optimizations and usage improvements.
- For a complete list of changes, see the library <ulink url="/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34">release
- notes</ulink>.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/optional/index.html">Optional Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- <code><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase
- role="identifier">none_t</phrase> <phrase role="keyword">and</phrase>
- <phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase
- role="identifier">none</phrase></code> now added to Optional's documentation
- </listitem>
- <listitem>
- Relational operators now directly support arguments of type <code><phrase
- role="char">'T'</phrase></code> and <code><phrase role="char">'none_t'</phrase></code>
- </listitem>
- <listitem>
- operator-&gt;() now also works with reference types.
- </listitem>
- <listitem>
- Helper functions <code><phrase role="identifier">make_optional</phrase><phrase
- role="special">(</phrase><phrase role="identifier">val</phrase><phrase
- role="special">),</phrase> <phrase role="identifier">make_optional</phrase><phrase
- role="special">(</phrase><phrase role="identifier">cond</phrase><phrase
- role="special">,</phrase><phrase role="identifier">val</phrase><phrase
- role="special">)</phrase> <phrase role="keyword">and</phrase> <phrase
- role="identifier">get_optional_value_or</phrase><phrase role="special">(</phrase><phrase
- role="identifier">opt</phrase><phrase role="special">,</phrase><phrase
- role="identifier">alternative_value</phrase><phrase role="special">)</phrase></code>
- added.
- </listitem>
- <listitem>
- Constructor taking a boolean condition (as well as a value) added.
- </listitem>
- <listitem>
- Member function <code><phrase role="identifier">get_value_or</phrase><phrase
- role="special">(</phrase><phrase role="identifier">alternative_value</phrase><phrase
- role="special">)</phrase></code> added.
- </listitem>
- <listitem>
- Incompatbility bug with mpl::apply&lt;&gt; fixed.
- </listitem>
- <listitem>
- Converting assignment bug with uninitialized lvalues fixed.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/parameter/index.html">Parameter
- Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Every ArgumentPack is now a valid <ulink url="/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html">MPL
- Forward Sequence.</ulink>
- </listitem>
- <listitem>
- Support for unnamed arguments (those whose keyword is deduced from their
- types) is added.
- </listitem>
- <listitem>
- Support for named and unnamed template arguments is added.
- </listitem>
- <listitem>
- New overload generation macros solve the <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm">forwarding
- problem</ulink> directly.
- </listitem>
- <listitem>
- See also the Python library changes, below.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/ptr_container/index.html">Pointer
- Container Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Support for serialization via <ulink url="/doc/libs/1_34_0/libs/serialization/index.html">Boost.Serialization.</ulink>
- </listitem>
- <listitem>
- Exceptions can be disabled by defining the macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS
- before including any header. This macro is defined by default if BOOST_NO_EXCEPTIONS
- is defined.
- </listitem>
- <listitem>
- Additional <code><phrase role="identifier">std</phrase><phrase role="special">::</phrase><phrase
- role="identifier">auto_ptr</phrase><phrase role="special">&lt;</phrase><phrase
- role="identifier">T</phrase><phrase role="special">&gt;</phrase></code>
- overloads added s.t. one can also pass <code><phrase role="identifier">std</phrase><phrase
- role="special">::</phrase><phrase role="identifier">auto_ptr</phrase><phrase
- role="special">&lt;</phrase><phrase role="identifier">T</phrase><phrase
- role="special">&gt;</phrase></code> instead of only <code><phrase role="identifier">T</phrase><phrase
- role="special">*</phrase></code> arguments to member functions.
- </listitem>
- <listitem>
- <code><phrase role="identifier">transfer</phrase><phrase role="special">()</phrase></code>
- now has weaker requirements s.t. one can transfer objects from <code><phrase
- role="identifier">ptr_container</phrase><phrase role="special">&lt;</phrase><phrase
- role="identifier">Derived</phrase><phrase role="special">&gt;</phrase></code>
- to <code><phrase role="identifier">ptr_container</phrase><phrase role="special">&lt;</phrase><phrase
- role="identifier">Base</phrase><phrase role="special">&gt;</phrase></code>,
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/python/index.html">Python Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Boost.Python now automatically appends C++ signatures to docstrings.
- The new <ulink url="/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html"><literal>docstring_options.hpp</literal></ulink>
- header is available to control the content of docstrings.
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec"><code><phrase
- role="identifier">stl_input_iterator</phrase></code></ulink>, for turning
- a Python iterable object into an STL input iterator, from Eric Niebler.
- </listitem>
- <listitem>
- Support for <code><phrase role="keyword">void</phrase><phrase role="special">*</phrase></code>
- conversions is added.
- </listitem>
- <listitem>
- Integrated support for wrapping C++ functions built with the parameter
- library; keyword names are automatically known to docsstrings.
- </listitem>
- <listitem>
- Enhancements to the API for better embedding support (<code><phrase role="identifier">boost</phrase><phrase
- role="special">::</phrase><phrase role="identifier">python</phrase><phrase
- role="special">::</phrase><phrase role="identifier">import</phrase><phrase
- role="special">()</phrase></code>, <code><phrase role="identifier">boost</phrase><phrase
- role="special">::</phrase><phrase role="identifier">python</phrase><phrase
- role="special">::</phrase><phrase role="identifier">exec</phrase><phrase
- role="special">()</phrase></code>, and <code><phrase role="identifier">boost</phrase><phrase
- role="special">::</phrase><phrase role="identifier">python</phrase><phrase
- role="special">::</phrase><phrase role="identifier">exec_file</phrase><phrase
- role="special">()</phrase></code>).
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/signals.html">Signals Library</ulink>:</phrase> More
- improvements to signal invocation performance from Robert Zeh.
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm">Smart Pointers
- Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor">Allocator
- support</ulink> as proposed in <ulink url="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf">N1851</ulink>
- (162 Kb PDF).
- </listitem>
- <listitem>
- <ulink url="/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html"><code><phrase
- role="identifier">pointer_cast</phrase></code></ulink> and <ulink url="/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html"><code><phrase
- role="identifier">pointer_to_other</phrase></code></ulink> utilities
- to allow pointer-independent code, from Ion Gaztanaga.
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/algorithm/string/index.html">String
- Algorithm Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- <code><phrase role="identifier">lexicographical_compare</phrase></code>
- </listitem>
- <listitem>
- <code><phrase role="identifier">join</phrase></code>
- </listitem>
- <listitem>
- New comparison predicates <code><phrase role="identifier">is_less</phrase></code>,
- <code><phrase role="identifier">is_not_greater</phrase></code>.
- </listitem>
- <listitem>
- Negative indexes support (like Perl) in various algorihtms (<code><phrase
- role="special">*</phrase><phrase role="identifier">_head</phrase><phrase
- role="special">/</phrase><phrase role="identifier">tail</phrase></code>,
- <code><phrase role="special">*</phrase><phrase role="identifier">_nth</phrase></code>).
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/wave/index.html">Wave Library</ulink>:</phrase>
- <itemizedlist>
- <listitem>
- Wave now correctly recognizes pp-number tokens as mandated by the C++
- Standard, which are converted to C++ tokens right before they are returned
- from the library.
- </listitem>
- <listitem>
- Several new preprocessing hooks have been added. For a complete description
- please refer to the related documentation page: <ulink url="/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html">The
- Context Policy</ulink>.
- </listitem>
- <listitem>
- Shared library (dll) support has been added for the generated Wave libraries.
- </listitem>
- <listitem>
- The overall error handling has been improved. It is now possible to recover
- and continue after an error or a warning was issued.
- </listitem>
- <listitem>
- Support for optional comment and/or full whitespace preservation in the
- generated output stream has been added.
- </listitem>
- <listitem>
- The Wave library now performs automatic include guard detection to avoid
- accessing header files more than once, if appropriate.
- </listitem>
- <listitem>
- Full interactive mode has been added to the Wave tool. Now the Wave tool
- can be used just like Python or Perl for instance to interactively try
- out your BOOST_PP macros. Additionally it is now possible to load and
- save the current state of an interactive session (macro tables et.al.).
- </listitem>
- <listitem>
- The overall performance has been improved by upto 40-60%, depending on
- the concrete files to process.
- </listitem>
- <listitem>
- Support for new pragmas has been added allowing to control certain library
- features from inside the preprocessed sources (partial output redirection,
- control of generated whitespace and #line directives).
- </listitem>
- <listitem>
- Optional support for #pragma message &quot;...&quot; has been added.
- </listitem>
- <listitem>
- This version also includes a number of bug fixes and usage improvements.
- For a complete list of changes, see the libraries <ulink url="/doc/libs/1_34_0/libs/wave/ChangeLog">change
- log</ulink>.
- </listitem>
- </itemizedlist>
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_34_0.supported_compilers">
- <title><link linkend="version_1_34_0.supported_compilers">Supported Compilers</link></title>
- <para>
- Boost is tested on a wide range of compilers and platforms. Since Boost libraries
- rely on modern C++ features not available in all compilers, not all Boost libraries
- will work with every compiler. The following compilers and platforms have been
- extensively tested with Boost, although many other compilers and platforms
- will work as well. For more information, see the <ulink url="http://www.boost.org/regression/release/user/">regression
- test results</ulink>.
- </para>
- <itemizedlist>
- <listitem>
- <ulink url="http://developer.apple.com/">Apple GCC</ulink> 4.0.1 on Mac OS
- X.
- </listitem>
- <listitem>
- <ulink url="http://www.codegear.com/products/cppbuilder">Borland C++</ulink>
- 5.8.2 on Windows.
- </listitem>
- <listitem>
- <ulink url="http://gcc.gnu.org/">GNU C++</ulink>
- <itemizedlist>
- <listitem>
- 3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
- </listitem>
- <listitem>
- 4.1.x on Solaris
- </listitem>
- <listitem>
- 3.4.x on Windows
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <ulink url="http://h30097.www3.hp.com/cplus/">HP aC++ A.06.14</ulink>.
- </listitem>
- <listitem>
- <ulink url="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">Intel
- C++</ulink> 9.1 on Windows, 9.0 on Linux.
- </listitem>
- <listitem>
- <ulink url="http://www.metrowerks.com/">Metrowerks CodeWarrior</ulink> 9.4
- on Windows.
- </listitem>
- <listitem>
- <ulink url="http://msdn.microsoft.com/visualc/">Microsoft Visual C++</ulink>
- 6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &quot;Safe&quot; C++ Library shipping with Visual
- C++ 8.0, which may result in many spurious warnings from Boost headers and
- other standards-conforming C++ code. To suppress these warnings, define the
- macro <code><phrase role="identifier">_SCL_SECURE_NO_DEPRECATE</phrase></code>.
- </listitem>
- <listitem>
- <ulink url="http://developers.sun.com/sunstudio/compilers_index.html">Sun
- Studio 11</ulink> on Solaris.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_34_0.acknowledgements">
- <title><link linkend="version_1_34_0.acknowledgements">Acknowledgements</link></title>
- <para>
- <ulink url="/users/people/thomas_witt.html">Thomas Witt</ulink> managed this
- release.
- </para>
- <para>
- A great number of people contributed their time and expertise to make this
- release possible. Special thanks go to Vladimir Prus for making Boost.Build
- version 2 a reality, David Abrahams for authoring a new getting started guide
- and Greg D. for answering countless questions.
- </para>
- </section>
-</article>

Deleted: website/public_html/beta/feed/history/boost_1_34_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_34_1.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="version_1_34_1" name="Version 1.34.1" dirname="version_1_34_1" last-revision="Tue, 24 Jul 2007 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Thomas</firstname> <surname>Witt</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- Bugfix Release.
- </articlepurpose>
- </articleinfo>
- <title>Version 1.34.1</title>
- <para>
- <download><![CDATA[http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=527428]]></download>
- </para>
- <para>
- This is a bug fix release addressing many problems with the 1.34.0 release. It
- is a recommended upgrade for all users of Boost 1.34.0. For a complete list of
- fixes see <ulink url="http://svn.boost.org/trac/boost/query?status=closed&amp;milestone=Boost+1.34.1">Boost
- Trac</ulink>.
- </para>
- <section id="version_1_34_1.supported_compilers">
- <title><link linkend="version_1_34_1.supported_compilers">Supported Compilers</link></title>
- <para>
- New in this release is improved support for the IBM XL C/C++ compiler.
- </para>
- <para>
- Boost is tested on a wide range of compilers and platforms. Since Boost libraries
- rely on modern C++ features not available in all compilers, not all Boost libraries
- will work with every compiler. New in this release The following compilers
- and platforms have been extensively tested with Boost, although many other
- compilers and platforms will work as well. For more information, see the <ulink
- url="http://www.boost.org/regression/release/user/">regression test results</ulink>.
- </para>
- <itemizedlist>
- <listitem>
- <ulink url="http://developer.apple.com/">Apple GCC</ulink> 4.0.1 on Mac OS
- X.
- </listitem>
- <listitem>
- <ulink url="http://www.codegear.com/products/cppbuilder">Borland C++</ulink>
- 5.8.2 on Windows.
- </listitem>
- <listitem>
- <ulink url="http://gcc.gnu.org/">GNU C++</ulink>
- <itemizedlist>
- <listitem>
- 3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
- </listitem>
- <listitem>
- 4.1.x on Solaris
- </listitem>
- <listitem>
- 3.4.x on Windows
- </listitem>
- </itemizedlist>
- </listitem>
- <listitem>
- <ulink url="http://h30097.www3.hp.com/cplus/">HP C++ for Tru64 UNIX 7.1</ulink>.
- </listitem>
- <listitem>
- <ulink url="http://www.hp.com/go/c++">HP aC++ A.06.14</ulink>.
- </listitem>
- <listitem>
- <ulink url="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">Intel
- C++</ulink> 9.1 on Windows, 9.0 on Linux.
- </listitem>
- <listitem>
- <ulink url="http://www.metrowerks.com/">Metrowerks CodeWarrior</ulink> 9.4
- on Windows.
- </listitem>
- <listitem>
- <ulink url="http://msdn.microsoft.com/visualc/">Microsoft Visual C++</ulink>
- 6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &quot;Safe&quot; C++ Library shipping with Visual
- C++ 8.0, which may result in many spurious warnings from Boost headers and
- other standards-conforming C++ code. To suppress these warnings, define the
- macro <code><phrase role="identifier">_SCL_SECURE_NO_DEPRECATE</phrase></code>.
- </listitem>
- <listitem>
- <ulink url="http://developers.sun.com/sunstudio/index.jsp">Sun Studio 11</ulink>
- on Solaris.
- </listitem>
- </itemizedlist>
- </section>
- <section id="version_1_34_1.acknowledgements">
- <title><link linkend="version_1_34_1.acknowledgements">Acknowledgements</link></title>
- <para>
- <ulink url="/users/people/thomas_witt.html">Thomas Witt</ulink> managed this
- release.
- </para>
- <para>
- A great number of people contributed their time and expertise to make this
- release possible. Special thanks go to Kim Barrett consolidating Boost.Iostreams
- changes from various branches and Rene Rivera for general build and installation
- support.
- </para>
- </section>
-</article>

Deleted: website/public_html/beta/feed/history/unversioned.xml
==============================================================================
--- website/public_html/beta/feed/history/unversioned.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="old_versions" name="Old Versions" dirname="old_versions" last-revision="Tue, 14 Dec 1999 12:00:00 GMT"
- xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <articlepurpose>
- Early releases of boost without version numbers.
- </articlepurpose>
- </articleinfo>
- <title>Old Versions</title>
- <section id="old_versions.14_dec_1999">
- <title><link linkend="old_versions.14_dec_1999">14 Dec 1999</link></title>
- <para>
- <ulink url="/boost/operators.hpp">Operators.hpp</ulink> <ulink url="/libs/utility/operators.htm">documentation</ulink>
- improved.
- </para>
- </section>
- <section id="old_versions.13_dec_1999">
- <title><link linkend="old_versions.13_dec_1999">13 Dec 1999</link></title>
- <para>
- Added iterator operators and helpers to <ulink url="/libs/utility/operators.htm">header
- operators.hpp</ulink>, together with an iterator test program. This header
- is maturing into something really useful for building arithmetic or iterator
- user-defined types, so look it over even if you browsed one of the earlier
- versions.
- </para>
- </section>
- <section id="old_versions.11_dec_1999">
- <title><link linkend="old_versions.11_dec_1999">11 Dec 1999</link></title>
- <para>
- Added next() and prior() to <ulink url="/libs/utility/utility.htm">header utility.hpp</ulink>.
- </para>
- </section>
- <section id="old_versions.8_dec_1999">
- <title><link linkend="old_versions.8_dec_1999">8 Dec 1999</link></title>
- <para>
- Minor improvements to the <ulink url="/libs/smart_ptr/index.html">smart pointer</ulink>
- library: <code><phrase role="keyword">operator</phrase> <phrase role="special">==</phrase></code>,
- <code><phrase role="keyword">operator</phrase> <phrase role="special">!=</phrase></code>,
- and specializations for <code><phrase role="identifier">std</phrase><phrase
- role="special">::</phrase><phrase role="identifier">swap</phrase></code> and
- <code><phrase role="identifier">std</phrase><phrase role="special">::</phrase><phrase
- role="identifier">less</phrase></code> now provided.
- </para>
- </section>
- <section id="old_versions.18_nov_1999">
- <title><link linkend="old_versions.18_nov_1999">18 Nov 1999</link></title>
- <para>
- Minor improvements made to the <ulink url="/libs/utility/operators.htm">Operator
- templates</ulink>.
- </para>
- </section>
- <section id="old_versions.15_nov_1999">
- <title><link linkend="old_versions.15_nov_1999">15 Nov 1999</link></title>
- <para>
- <ulink url="/libs/utility/operators.htm">Operator templates</ulink> have been
- added to the <ulink url="/libs/utility/index.html">utility</ulink> library.
- </para>
- </section>
- <section id="old_versions.11_oct_1999">
- <title><link linkend="old_versions.11_oct_1999">11 Oct 1999</link></title>
- <para>
- Minor <ulink url="/libs/smart_ptr/index.html">smart pointer</ulink> library
- and <ulink url="/boost/config.hpp">config.hpp</ulink> changes to improve portability.
- </para>
- </section>
- <section id="old_versions.26_sep_1999">
- <title><link linkend="old_versions.26_sep_1999">26 Sep 1999</link></title>
- <para>
- Minor updates to several libraries: * <code><phrase role="identifier">polymorphic_downcast</phrase><phrase
- role="special">&lt;&gt;</phrase></code> in the <ulink url="/libs/utility/index.html">utility</ulink>
- library <ulink url="/boost/cast.hpp">cast.hpp</ulink> header now works for
- multiple inheritance cases. * <code><phrase role="identifier">shared_ptr</phrase><phrase
- role="special">&lt;&gt;</phrase></code> and <code><phrase role="identifier">shared_array</phrase><phrase
- role="special">&lt;&gt;</phrase></code> <code><phrase role="identifier">swap</phrase><phrase
- role="special">()</phrase></code> functions added in the <ulink url="/libs/smart_ptr/index.html">smart
- pointer</ulink> library. * <phrase role="library"><ulink url="/boost/timer.hpp">timer.hpp</ulink></phrase> <code><phrase
- role="identifier">elapsed_max</phrase><phrase role="special">()</phrase></code>
- and <code><phrase role="identifier">elapsed_min</phrase><phrase role="special">()</phrase></code>
- functions added to the <ulink url="/libs/timer/index.html">timer</ulink> library.
- * <phrase role="library"><ulink url="/libs/integer/index.html">integer</ulink></phrase> library bin_ubin.hpp
- changes to eliminate compiler warning messages. * <ulink url="/boost/config.hpp">config.hpp</ulink>
- minor changes to aid library developers. No impact on library users.
- </para>
- </section>
- <section id="old_versions.3_sep_1999">
- <title><link linkend="old_versions.3_sep_1999">3 Sep 1999</link></title>
- <para>
- The cast functions in the <ulink url="/libs/utility/index.html">utility</ulink>
- library were considerably simplified.
- </para>
- </section>
- <section id="old_versions.1_sep_1999">
- <title><link linkend="old_versions.1_sep_1999">1 Sep 1999</link></title>
- <para>
- The cast functions initially in <ulink url="/boost/utility.hpp">utility.hpp</ulink>
- have been moved to <ulink url="/boost/cast.hpp">cast.hpp</ulink>, still in
- the <ulink url="/libs/utility/index.html">utility</ulink> library.
- </para>
- </section>
- <section id="old_versions.1_sep_1999">
- <title><link linkend="old_versions.1_sep_1999">1 Sep 1999</link></title>
- <para>
- The category &quot;Experimental&quot; has been added to the <ulink url="/libs/libraries.htm">library</ulink>
- page. The <ulink url="/libs/integer/index.html">integer</ulink> library is
- the first entry.
- </para>
- </section>
- <para>
- ...And the remainder are lost to the mists of time (for now, anyway)....
- </para>
-</article>

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
+<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
   <channel>
     <generator>BoostBook2RSS</generator>
     <title>Boost News</title>
@@ -12,9 +12,86 @@
   
   &lt;div id=&quot;version_1_35_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/circular_buffer/index.html&quot;&gt;circular_buffer&lt;/a&gt; - STL
+ compliant container also known as ring or cyclic buffer, from Jan Gaspar.
+ &lt;/p&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_35_0.updated_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt; - Framework for defining
+ streams, stream buffers and i/o filters, from Jonathan Turkanis. Highlights:
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Clarified the semantics of close(). This fixes several bugs but will break
+ some existing code. See &lt;a href=&quot;/libs/iostreams/doc/index.html?path=12&quot;&gt;Release
+ Notes&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Numerous other bug fixes and optimizations.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt; - Standards conformant implementation
+ of the mandated C99/C++ preprocessor functionality packed behind an easy to
+ use iterator interface, from Hartmut Kaiser. Highlights:
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added the possibility to continue the preprocessing after an error occured.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added the macro introspection API to the wave::context object.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added threading support to the library.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved the overall performance by upto 30%.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Changed and unified preprocessor hook interface (this is an interface breaking
+ change!), added several new preprocessor hook functions.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added serialization support.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added new examples (for instance: Hannibal - a partial C++ parser, by Danny
+ Havenith).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added a new lexical analyzer based on Ben Hansons Lexertl library.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed a large number of other bugs and problems.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/xpressive/index.html&quot;&gt;Xpressive&lt;/a&gt; - Regular expressions
+ that can be written as strings or as expression templates, and that can refer
+ to each other and themselves recursively with the power of context-free grammars,
+ from Eric Niebler. Highlights:
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;semantic actions&lt;/em&gt; to static regexes. A semantic
+ action is code that executes when part of a regular expression matches.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;custom assertions&lt;/em&gt; to static regexes. A custom
+ assertion is a Boolean predicate that can participate in the regex match.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;named regexes&lt;/em&gt; for embedding a static or dynamic
+ regex into a dynamic regex. This can be used to create dynamic regex grammars.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;named captures&lt;/em&gt; to dynamic regexes, like Perl.
+ &lt;/li&gt;
+ &lt;/ul&gt;
   &lt;/div&gt;
   &lt;div id=&quot;version_1_35_0.supported_compilers&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;

Deleted: website/public_html/beta/feed/news/review_asio_begins.xml
==============================================================================
--- website/public_html/beta/feed/news/review_asio_begins.xml 2008-03-01 21:09:31 EST (Sat, 01 Mar 2008)
+++ (empty file)
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<article id="asio_formal_review_begins" name="asio Formal Review Begins" dirname="asio_formal_review_begins"
-last-revision="Sun, 10 Dec 2006 12:00:00 GMT" xmlns:xi="http://www.w3.org/2001/XInclude">
- <articleinfo>
- <authorgroup>
- <author>
- <firstname>Douglas</firstname> <surname>Gregor</surname>
- </author>
- </authorgroup>
- <articlepurpose>
- The review will run until Friday December 23rd. The <ulink url="http://asio.sourceforge.net/">Boost.Asio</ulink>
- library is intended for programmers using C++ for systems programming, where
- access to operating system functionality such as networking is often required.
- </articlepurpose>
- </articleinfo>
- <title>asio Formal Review Begins</title>
- <para>
- The review will run until Friday December 23rd. The <ulink url="http://asio.sourceforge.net/">Boost.Asio</ulink>
- library is intended for programmers using C++ for systems programming, where
- access to operating system functionality such as networking is often required.
- </para>
-</article>


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