From 6f5410d28d70bc4c44fbf035f6cd88e63bf2e2c1 Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Mon, 30 Jun 2014 23:30:12 +0100
Subject: [PATCH] Update some html files from develop.
---
index.html | 9 ++++++---
libs/libraries.htm | 15 ++++++++-------
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/index.html b/index.html
index 5c9a94d2aa..255aa26f97 100644
--- a/index.html
+++ b/index.html
@@ -55,9 +55,12 @@
Changes in this release
- This release includes one new library
- (Align),
- as well as updates to many existing libraries. See
+
This release includes two new libraries
+ (Align and
+ Type_Index),
+ as well as updates to many existing libraries. Also, due to Boost migrating
+ to a more modular repository, some parts of Boost have been moved around.
+ See
Release
History for more information.
diff --git a/libs/libraries.htm b/libs/libraries.htm
index d8b7a3cef5..f55c658b8c 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -122,7 +122,8 @@ how to download, build, and install the libraries.
intended for library users.
container - Standard library containers and extensions, from Ion Gaztañaga
context - Context switching library, from Oliver Kowalke
- conversion - Polymorphic and lexical casts, from Dave Abrahams and Kevlin Henney.
+ conversion - Polymorphic casts, from Dave Abrahams and
+ Kevlin Henney.
core - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.
coroutine - Coroutine library, from Oliver Kowalke
crc - Cyclic Redundancy Code, from Daryle
@@ -164,7 +165,7 @@ how to download, build, and install the libraries.
gil - Generic Image Library, from
Lubomir Bourdev and Hailin Jin.
geometry - Geometry Library, from
- Barend Gehrels, Bruno Lalande and Mateusz Loskot.
+ Barend Gehrels, Bruno Lalande, Mateusz Loskot and Adam Wulkiewicz.
graph -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.
@@ -193,7 +194,7 @@ how to download, build, and install the libraries.
lambda - Define small unnamed
function objects at the actual call site, and more, from Jaakko Järvi and
Gary Powell.
- lexical_cast - General literal text conversions, such as an int
represented as
+ lexical_cast - General literal text conversions, such as an int
represented as
a string
, or vice-versa, from Kevlin Henney.
local_function -
Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.
@@ -318,7 +319,7 @@ how to download, build, and install the libraries.
Guzman, Hartmut Kaiser, Dan Nuffer and team.
string_algo -
String algorithms library, from Pavol Droba.
- swap -
+ swap -
Enhanced generic swap function, from Joseph Gauterin.
system - Operating system support,
including the diagnostics support that will be part of the C++0x standard
@@ -843,7 +844,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
String and Text Processing
- - conversion/lexical_cast - lexical_cast
+
- lexical_cast - lexical_cast
class template, from Kevlin Henney.
- format - Type-safe 'printf-like' format
operations, from Samuel Krempp.
@@ -884,7 +885,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
- - conversion - Polymorphic and lexical casts, from Dave Abrahams and
+
- conversion - Polymorphic casts, from Dave Abrahams and
Kevlin Henney.
- core - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.
- numeric/conversion - Optimized Policy-based Numeric Conversions,
@@ -896,7 +897,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
Objective C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
- - swap -
+
- swap -
Enhanced generic swap function, from Joseph Gauterin.
- timer - Event timer,
progress timer, and progress display classes, from Beman