Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6530

Modified Files:
      Tag: RC_1_34_0
        index.htm 
Log Message:
Merge home page updates from HEAD.

Index: index.htm
===================================================================
RCS file: /cvsroot/boost/boost/index.htm,v
retrieving revision 1.266.2.17
retrieving revision 1.266.2.18
diff -u -d -r1.266.2.17 -r1.266.2.18
--- index.htm   12 Apr 2007 15:53:59 -0000      1.266.2.17
+++ index.htm   25 Apr 2007 05:07:33 -0000      1.266.2.18
@@ -3,18 +3,15 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
 <head>
-  <meta name="generator" content=
-  "HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org" />
-
   <title>Boost C++ Libraries</title>
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
   <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>
@@ -44,6 +41,24 @@
           <table summary="">
             <tr>
               <td id="sections" rowspan="2">
+                <div class="section" id="boostcon">
+                  <h1>BoostCon `07</h1>
+
+                  <div class="section-body">
+                    <div class="section-body-0">
+                      <div class="section-body-1" style=
+                      "border: 6px solid #c8dae3; padding: 0.5em;">
+                        <p><em style="font-weight: bold !important;">T-Minus
+                        20 days and counting... Have you registered
+                        yet?</em></p>
+
+                        <p>See <a href="http://www.boostcon.com/";>BoostCon
+                        `07 for details</a></p>
+                      </div>
+                    </div>
+                  </div>
+                </div>
+
                 <div class="section" id="intro">
                   <h1>Welcome to Boost.org!</h1>
 
@@ -60,7 +75,7 @@
                         "more/license_info.html">Boost license</a> encourages
                         both commercial and non-commercial use.</p>
 
-                        <p>We aim to establish &quot;existing practice&quot; 
and
+                        <p>We aim to establish "existing practice" and
                         provide reference implementations so that Boost
                         libraries are suitable for eventual standardization.
                         Ten Boost libraries are already included in the
@@ -97,7 +112,7 @@
                       </div>
                     </div>
                   </div>
-                </div>
+                  </div>
 
                 <div class="section" id="participation">
                   <h2><a name="Membership" id=
@@ -136,16 +151,7 @@
                   <div class="section-body">
                     <div class="section-body-0">
                       <div class="section-body-1">
-                        <h3>September 15, 2006 - BoostCon 2007</h3>
-                        <ul>
-                        <li> The inaugural Boost conference will be held
-                        May 14-18, 2007, in Aspen Colorado.  See our
-                        preliminary <a
-                        href="more/BoostCon07.html">announcement
-                        page</a> for more information.</li>
-                        </ul>
-
-                        <h3>???, 2006 - Version 1.34.0</h3>
+                        <h3>April 25, 2007 - Version 1.34.0 Beta</h3>
 
                         <h4>New Libraries</h4>
 
@@ -412,7 +418,7 @@
                             
get_optional_value_or(opt,alternative_value)</code> added.</li>
                             <li>Constructor taking a boolean condition (as 
well as a value) added.</li>
                             <li>Member function 
<code>get_value_or(alternative_value)</code> added.</li>
-                            <li>Incompatbility bug with mpl::apply<> 
fixed.</li>
+                            <li>Incompatbility bug with mpl::apply&lt;&gt; 
fixed.</li>
                             <li>Converting assignment bug with uninitialized 
lvalues fixed.</li>
                             </ul>
                           </li>
@@ -529,8 +535,8 @@
                           </li>
 
                           <li>
-                              <span class="library"><a 
href="libs/algorithm/string/index.html">
-                               String Algorithm Library</a>:<span>
+                            <span class="library"><a 
href="libs/algorithm/string/index.html">
+                            String Algorithm Library</a>:</span>
 
                             <ul>
                                 <li><code>lexicographical_compare</code></li>
@@ -542,7 +548,8 @@
                                     Negative indexes support (like Perl) in 
various algorihtms
                                     (<code>*_head/tail</code>, 
<code>*_nth</code>).
                                 </li>                                        
-                            </ul>                          
+                            </ul>
+                          </li>  
                           <li>
                             <span class="library"><a href=
                             "libs/wave/index.html">Wave
@@ -601,6 +608,77 @@
                             </ul>
                           </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://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/index_release.html";>regression
+                        test results</a>.</p>
+
+                        <ul>
+                          <li><a href="http://developer.apple.com/";>Apple
+                          GCC</a> 4.0.1 on Mac OS X.</li>
+
+                          <li><a href=
+                          
"http://www.borland.com/us/products/cbuilder/";>Borland
+                          C++</a> 5.8.2 on Windows.</li>
+
+                          <li><a href="http://gcc.gnu.org/";>GNU C++</a>
+                            <ul>
+                              <li>
+                                3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
+                              </li>
+                              <li>
+                                4.1.x on Solaris
+                              </li>
+                              <li>
+                                3.4.x on Windows
+                              </li>
+                            </ul>
+                          </li>
+
+                          <li><a href="http://h30097.www3.hp.com/cplus/";>HP
+                          aC++ A.06.14</a>.</li>
+
+                          <li><a href=
+                          
"http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm";>
+                          Intel C++</a> 9.1 on Windows, 9.0 on Linux.</li>
+
+                          <li><a href="http://www.metrowerks.com/";>Metrowerks
+                          CodeWarrior</a> 9.4 on 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>
+
+                          <li><a 
href="http://developers.sun.com/sunstudio/compilers_index.html";>
+                          Sun Studio 11</a>
+                          on Solaris.</li>
+                          
+                        </ul>
+
+                        <h4>Acknowledgements</h4>
+
+                        <p>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.</p>
                       </div>
                     </div>
                   </div>
@@ -653,6 +731,10 @@
                                 <li><a href=
                                 
"http://www.boost.org/regression/developement/developer/";>
                                 Development</a></li>
+
+                                <li><a href=
+                                
"http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/index_release.html";>
+                                RC_1_34_0</a></li>
                               </ul>
                             </div>
                           </div>
@@ -807,7 +889,8 @@
                                 History</a></li>
 
                                 <li><a href=
-                                "more/mailing_lists.htm#IRC">#boost IRC 
channel</a></li>
+                                "more/mailing_lists.htm#IRC">#boost IRC
+                                channel</a></li>
                               </ul>
                             </div>
                           </div>
@@ -817,14 +900,16 @@
                               <h4>Other Resources</h4>
 
                               <ul>
-                                <li><a href="http://www.boostcon.com";>BoostCon 
2007</a></li>
+                                <li><a href=
+                                "http://www.boostcon.com";>BoostCon
+                                2007</a></li>
 
                                 <li><a href=
                                 "http://boost-consulting.com/vault/";>Vault
                                 Files</a></li>
 
                                 <li><a href=
-                                "more/cvs.html">Main
+                                "more/getting_started.html#CVS">Main
                                 CVS</a></li>
 
                                 <li><a href=
@@ -832,7 +917,8 @@
                                 CVS</a></li>
 
                                 <li><a href=
-                                
"http://engineering.meta-comm.com/boost.aspx";>Snapshots</a></li>
+                                "http://engineering.meta-comm.com/boost.aspx";>
+                                Snapshots</a></li>
 
                                 <li><a href="tools/index.html">Tools</a></li>
 
@@ -904,7 +990,7 @@
                                 <p>Copyright Beman Dawes, David Abrahams,
                                 1998-2003.</p>
 
-                                <p>Copyright Rene Rivera 2004-2005.</p>
+                                <p>Copyright Rene Rivera 2004-2007.</p>
                               </div>
 
                               <div id="license">
@@ -919,9 +1005,9 @@
                               <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!" width="88" height=
-                                "31" /></a></p>
+                                     src="more/w3c_valid_xhtml10.png" alt=
+                                     "Valid XHTML 1.0!" width="88" height=
+                                     "31" /></a></p>
 
                                 <p><a href=
                                 
"http://jigsaw.w3.org/css-validator/check/referer";>
@@ -932,7 +1018,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>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to