Super-project for modularized Boost
Find a file
Rene Rivera 179e5925c9 Merge docs cleanups from trunk.
[SVN r43339]
2008-02-21 00:26:37 +00:00
doc Merge docs cleanups from trunk. 2008-02-21 00:26:37 +00:00
libs Merge from trunk: 2008-02-20 14:55:25 +00:00
more Merge docs cleanups from trunk. 2008-02-21 00:26:37 +00:00
status marked interprocess library unusable on gcc-4.2.1_hpux_ia64 (until it is ported to HP-UX platform) 2008-01-29 17:47:01 +00:00
tools Merged revisions 43206,43208-43213 via svnmerge from 2008-02-10 16:39:38 +00:00
wiki (merge from head) Add/update copyrights+license (with help of a shell script). 2006-11-06 15:06:05 +00:00
.gitattributes
.gitmodules Full merge from trunk at revision 41356 of entire boost-root tree. 2007-11-25 18:07:19 +00:00
boost-build.jam Merge 41260 from trunk. Allow indication of the Boost.Build location with an argument. This allows to override the built-in BB when testing. 2007-11-20 18:05:45 +00:00
boost.css Merged L & C issue fixes from trunk to branch. 2006-12-02 10:53:49 +00:00
boost.png Merged from 1.33.0 release 2005-08-12 13:02:37 +00:00
configure make make check work 2007-05-09 22:09:46 +00:00
Jamroot Correct speliing of --build-dir in --help output 2008-01-28 17:59:27 +00:00
LICENSE_1_0.txt
readme.html Merge docs cleanups from trunk. 2008-02-21 00:26:37 +00:00
rst.css Merging some of the more obvious changes from RC_1_34_0 2007-11-03 03:25:13 +00:00

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Boost C++ Libraries</title>
  <link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" />
  <style type="text/css">
/*<![CDATA[*/
  body {
    background-color: white;
    color: black;
  }
  /*]]>*/
  </style>
</head>

<body>
  <div class="header"><img alt="Boost C++ Libraries" width="277" height="86"
  src="boost.png" /></div>

  <h2 class="title">Welcome to the Boost C++ Libraries, Release 1.35.0!</h2>

  <p>Boost provides free peer-reviewed portable C++ source libraries.</p>

  <p>We emphasize libraries that work well with the C++ Standard Library.
  Boost libraries are intended to be widely useful, and usable across a broad
  spectrum of applications. The <a href=
  "http://www.boost.org/users/license.html">Boost license</a> encourages both
  commercial and non-commercial use.</p>

  <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 <a href=
  "http://www.open-std.org/jtc1/sc22/wg21/">C++ Standards Committee's</a>
  Library Technical Report (<a href=
  "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">TR1</a>)
  and will be included in the upcoming revision of the C++ Standard. More
  Boost libraries are proposed for the upcoming <a href=
  "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">TR2</a>.</p>

  <h3>Changes in this release</h3>

  <p>This release includes new libraries blah, blah, and blah, and
  maintenance fixes to existing libraries. See <a href="????">Release
  History</a> for more information.</p>

  <h3>Getting Started</h3>

  <p>If Boost hasn't already been installed on your system, follow the
  <a href="more/getting_started/index.html">Getting Started Guide</a> to
  complete the installation. But if you've reached to this point by
  installing Boost from a Windows pre-build executable or a pre-built Linux
  and Unix distribution package, that's already been completed. Likewise, if
  you're reading this on your organization's internal web server, the
  installation is probably already complete.</p>

  <h3>Contents</h3>

  <p>The release directory tree contains almost all of Boost; documentation,
  sources, headers, scripts, tools, and everything else a Boost user might
  need!</p>

  <h3>Library Documentation</h3>

  <p>The starting point for the documentation of individual libraries is the
  <a href="libs/libraries.htm">Libraries page</a>, which gives a brief
  description of each library and links to its documentation.</p>

  <h3>Web Site</h3>

  <p>Some general interest or often changing Boost information lives only on
  the <a href="http://www.boost.org">Boost web site</a>. The release contains
  links to the site, so while browsing it you'll see occasional broken links
  if you aren't connected to the Internet. But everything needed to use the
  Boost libraries is contained within the release.</p>

  <h3>Background</h3>

  <p>Read the <a href="http://www.boost.org/users/">introductory material</a>
  to help you understand what Boost is about and to help in educating your
  organization about Boost.</p>

  <h3>Community</h3>

  <p>Boost welcomes and thrives on participation from a variety of
  individuals and organizations. Many avenues for participation are available
  in the <a href="http://www.boost.org/community/">Boost Community</a>.</p>

  <div class="copyright-footer">
    <p>Copyright &copy; 2008 Beman Dawes, Rene Rivera</p>

    <p>Distributed under the Boost Software License, Version 1.0. (See
    accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
    at <a href=
    "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>

    <p>This software is <a href="http://www.opensource.org/">Open Source
    Initiative</a> approved Open Source Software.</p>

    <p>Open Source Initiative Approved is a trademark of the Open Source
    Initiative.</p>
  </div>
</body>
</html>