summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2005-12-05 04:16:20 +0000
committerRene Rivera <grafikrobot@gmail.com>2005-12-05 04:16:20 +0000
commit169d00f15c73466902b07a72a62b2f1a04115280 (patch)
treecaef987209b7448363389ae3bf244069c334843a
parent1fd0b56738fad68b5286c2c72a8aaaa4e397e97a (diff)
downloadboost-169d00f15c73466902b07a72a62b2f1a04115280.tar.gz
Repoint or remove references to old YahooGroups files area.
[SVN r31913]
-rw-r--r--index.htm215
-rw-r--r--more/mailing_lists.htm6
2 files changed, 109 insertions, 112 deletions
diff --git a/index.htm b/index.htm
index 8d61a172dd..6fcfa155b6 100644
--- a/index.htm
+++ b/index.htm
@@ -8,10 +8,10 @@
<link rel="icon" href="more/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
<!--[if IE]>
- <style type="text/css">
- body { behavior: url(more/css_0/csshover.htc); }
- </style>
- <![endif]-->
+ <style type="text/css">
+ body { behavior: url(more/css_0/csshover.htc); }
+ </style>
+ <![endif]-->
</head>
<body>
@@ -137,13 +137,11 @@
<h4>Updated Libraries</h4>
<ul>
- <li><span
- class="library"><a
- href="doc/html/any.html">Any
- Library</a>:</span> Cast to reference
- types introduced in 1.33.0 is now
- documented on <code>any_cast</code> documentation
- page.</li>
+ <li><span class="library"><a href=
+ "doc/html/any.html">Any Library</a>:</span> Cast to
+ reference types introduced in 1.33.0 is now
+ documented on <code>any_cast</code> documentation
+ page.</li>
<li><span class="library"><a href=
"libs/config/index.html">Config Library</a>:</span>
@@ -201,117 +199,122 @@
"libs/multi_index/doc/release_notes.html#boost_1_33_1">
release notes</a> for further details.</li>
- <li><span class="library"><a href=
- "libs/graph/doc/table_of_contents.html">Graph Library</a>:</span>
+ <li>
+ <span class="library"><a href=
+ "libs/graph/doc/table_of_contents.html">Graph
+ Library</a>:</span>
+
<ul>
- <li>Fixed a problem with the relaxed heap on x86
- Linux (fixes bug
- in <tt>dijkstra_shortest_paths</tt>).</li>
-
- <li>Fixed problems
- with <a
- href="libs/graph/doc/cuthill_mckee_ordering.html"><code>cuthill_mckee_ordering</code></a>
- and <a
- href="libs/graph/doc/king_ordering.html"><code>king_ordering</code></a>
- producing no results.</li>
-
+ <li>Fixed a problem with the relaxed heap on
+ x86 Linux (fixes bug in
+ <tt>dijkstra_shortest_paths</tt>).</li>
+
+ <li>Fixed problems with <a href=
+ "libs/graph/doc/cuthill_mckee_ordering.html"><code>
+ cuthill_mckee_ordering</code></a> and <a href=
+ "libs/graph/doc/king_ordering.html"><code>king_ordering</code></a>
+ producing no results.</li>
+
<li>Added <tt>color_map</tt> parameter to
- <tt>dijkstra_shortest_paths</tt>.</li>
+ <tt>dijkstra_shortest_paths</tt>.</li>
</ul>
</li>
-
- <li><span class="library"><a
- href="libs/signals/doc/index.html">Signals
- Library</a>:</span> Fixed problems with the
- use of Signals across shared library
- boundaries.</li>
-
- <li><span class="library"><a
- href="libs/thread/doc/index.html">Thread
- library</a>:</span>
- <code>read_write_mutex</code> has been
- removed due to problems with deadlocks.</li>
-
- <li><span class="library"><a
- href="libs/wave/index.html">Wave
- library</a> (V1.2.1)</span>
- Fixed a couple of problems, refer to the <a href="libs/wave/ChangeLog">change log</a> for further details. </li>
+
+ <li><span class="library"><a href=
+ "libs/signals/doc/index.html">Signals
+ Library</a>:</span> Fixed problems with the use of
+ Signals across shared library boundaries.</li>
+
+ <li><span class="library"><a href=
+ "libs/thread/doc/index.html">Thread
+ library</a>:</span> <code>read_write_mutex</code>
+ has been removed due to problems with
+ deadlocks.</li>
+
+ <li><span class="library"><a href=
+ "libs/wave/index.html">Wave library</a>
+ (V1.2.1)</span> Fixed a couple of problems, refer
+ to the <a href="libs/wave/ChangeLog">change log</a>
+ for further details.</li>
</ul>
<h4>Supported Compilers</h4>
- <p>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 <a href=
- "http://www.boost.org/regression/release/user/">regression
- test results</a>.</p>
-
- <p><b>New for this release</b>: 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 <code>configure</code> script
- for Unix-like systems:
- run <code>configure --help</code> for more
- information. </p>
+ <p>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 <a href=
+ "http://www.boost.org/regression/release/user/">regression
+ test results</a>.</p>
+
+ <p><b>New for this release</b>: 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
+ <code>configure</code> script for Unix-like systems:
+ run <code>configure --help</code> for more
+ information.</p>
<ul>
<li><a href="http://developer.apple.com/">Apple
- GCC</a> 3.3, 4.0 on Mac OS X.</li>
+ GCC</a> 3.3, 4.0 on Mac OS X.</li>
<li><a href=
- "http://www.borland.com/us/products/cbuilder/">Borland
- C++</a> 5.6.4 on Windows.</li>
-
+ "http://www.borland.com/us/products/cbuilder/">Borland
+ C++</a> 5.6.4 on Windows.</li>
+
<li><a href="http://gcc.gnu.org">GNU C++</a> 2.95.3
- (with and without STLport), 3.2.x., 3.3.x, 3.4.x,
- 4.0.x on Windows, Linux and Solaris.</li>
-
- <li><a href="http://h30097.www3.hp.com/cplus/">HP C++ for Tru64 UNIX 7.1</a>.</li>
+ (with and without STLport), 3.2.x., 3.3.x, 3.4.x,
+ 4.0.x on Windows, Linux and Solaris.</li>
+
+ <li><a href="http://h30097.www3.hp.com/cplus/">HP
+ C++ for Tru64 UNIX 7.1</a>.</li>
<li><a href=
- "http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">
- Intel C++</a> 8.1, 9.0 on Windows, Linux.</li>
-
+ "http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">
+ Intel C++</a> 8.1, 9.0 on Windows, Linux.</li>
+
<li><a href="http://www.metrowerks.com">Metrowerks
- CodeWarrior</a> 8.3, 9.4, 9.5 on Mac OS X and
- Windows.</li>
-
+ CodeWarrior</a> 8.3, 9.4, 9.5 on Mac OS X and
+ Windows.</li>
+
<li><a href=
- "http://msdn.microsoft.com/visualc/">Microsoft
- Visual C++</a> 6.0 (sp5, with and without STLport),
- 7.0, 7.1, 8.0. Note: Boost does not support the non-standard "Safe" 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>_SCL_SECURE_NO_DEPRECATE</code>.</li>
+ "http://msdn.microsoft.com/visualc/">Microsoft
+ Visual C++</a> 6.0 (sp5, with and without STLport),
+ 7.0, 7.1, 8.0. Note: Boost does not support the
+ non-standard "Safe" 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>_SCL_SECURE_NO_DEPRECATE</code>.</li>
</ul>
<h4>Acknowledgements</h4>
-
+
<p><img src="more/boost_1_33_0.jpg" width="128"
- height="118" alt="Medieval Mr. Gregor" class=
- "left-inset" />
- <a href="people/doug_gregor.html">Douglas
- Gregor</a> managed this release.</p>
-
+ height="118" alt="Medieval Mr. Gregor" class=
+ "left-inset" /> <a href=
+ "people/doug_gregor.html">Douglas Gregor</a> managed
+ this release.</p>
+
<p>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 "cad" Juhasz for the new Boost
- logo.</p>
+ 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 "cad" Juhasz for
+ the new Boost logo.</p>
</div>
</div>
</div>
@@ -526,12 +529,8 @@
<ul>
<li><a href=
- "http://boost-sandbox.sourceforge.net/vault/">
- Sandbox Files</a></li>
-
- <li><a href=
- "http://www.yahoogroups.com/files/boost/">Files
- (Members)</a></li>
+ "http://boost-consulting.com/vault/">Vault
+ Files</a></li>
<li><a href=
"more/getting_started.html#CVS">Main
@@ -626,8 +625,8 @@
<div id="banners">
<p><a href=
"http://validator.w3.org/check?uri=referer"><img class="c1"
- src="more/w3c_valid_xhtml10.png" alt=
- "Valid XHTML 1.0!" /></a></p>
+ src="more/w3c_valid_xhtml10.png" alt=
+ "Valid XHTML 1.0!" /></a></p>
<p><a href=
"http://jigsaw.w3.org/css-validator/check/referer">
@@ -637,7 +636,7 @@
<p><a href=
"http://sourceforge.net"><img class="c1" src=
"http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
- alt="SourceForge.net" /></a></p>
+ alt="SourceForge.net" /></a></p>
</div>
</div>
</div>
diff --git a/more/mailing_lists.htm b/more/mailing_lists.htm
index 994e2c3fb5..7895d84877 100644
--- a/more/mailing_lists.htm
+++ b/more/mailing_lists.htm
@@ -199,10 +199,8 @@ div.admonition p.admonition-title {
is available at <a href=
"news://news.gmane.org/gmane.comp.lib.boost.devel">news://news.gmane.org/gmane.comp.lib.boost.devel</a>.
- <p>For this list's members only, preliminary libraries under discussion are
- available from the YahooGroups <a href=
- "http://www.yahoogroups.com/files/boost/">Files section</a> (formerly
- called the "vault").</p>
+ <p>Preliminary libraries under discussion are available from the <a href=
+ "http://boost-consulting.com/vault/">Vault</a>.</p>
<h3><a name="archive" id="archive">Archives</a> for Boost developers
list</h3>