diff --git a/boost.png b/boost.png index c518791119..b4d51fcd5c 100644 Binary files a/boost.png and b/boost.png differ diff --git a/index.htm b/index.htm index 0517688401..fb20a19c91 100644 --- a/index.htm +++ b/index.htm @@ -3,17 +3,15 @@
- -
- “...one of the most highly regarded - and expertly designed C++ library projects in the - world.” — Herb Sutter and Andrei - Alexandrescu, C++ Coding - Standards -+
“...one of the + most highly regarded and expertly designed C++ library projects + in the world.” — + Herb Sutter and Andrei + Alexandrescu, C++ Coding + Standards
Getting - started: Follow the - Getting Started - Guide to download and install Boost. Popular - Linux and Unix distributions such as Boost works + on almost any modern operating system, including UNIX + and Windows variants. Follow the Getting Started Guide + to download and install Boost. Popular Linux and Unix + distributions such as Fedora, Debian, and NetBSD include pre-built - Boost packages. Boost may already be available on - your organization's internal web server.
+ Boost packages. Boost may also already be available + on your organization's internal web + server.Background:
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 regression
+ test results. 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 "cad" Juhasz for the new Boost
+ logo.??? - Version 1.33.0
+ August 11, 2005 - Version 1.33.0
New Libraries
cref_list_of() for generating
anonymous ranges.bind(&X::name, _1)
+ < bind(&X::name, _2).
+ mersenne_twister, algorithm by Makoto
Matsumoto and Takuji Nishimura, implemented for
Boost by Jens Maurer.
@@ -395,6 +403,23 @@
small changes.
+
+ Supported Compilers
+
+
+
+
Acknowledgements
Douglas Gregor managed
this release.