summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Niebler <eniebler@boost.org>2014-07-12 21:28:30 -0700
committerEric Niebler <eniebler@boost.org>2014-07-12 21:28:30 -0700
commit2eccb36dcb853c155ad7940efc5ba5b64813b8b5 (patch)
treea6e2e2ad5193bc5931f73934ea40442ed9eb27db
parentff98ee69f4328a0d8e3ae36a154f0808e5a0d4ea (diff)
parentfc4dcd0068ad7a5043dd29b64f3749923ab89b6b (diff)
downloadboost-2eccb36dcb853c155ad7940efc5ba5b64813b8b5.tar.gz
Merge branch 'master' of github.com:boostorg/boost
-rw-r--r--.gitmodules12
-rw-r--r--doc/Jamfile.v24
-rw-r--r--doc/html/Assignable.html4
-rw-r--r--doc/html/CopyConstructible.html4
-rw-r--r--doc/html/accumulators.html4
-rw-r--r--doc/html/any.html4
-rw-r--r--doc/html/array.html4
-rw-r--r--doc/html/atomic.html4
-rw-r--r--doc/html/bbv2.html4
-rw-r--r--doc/html/bbv2/installation.html4
-rw-r--r--doc/html/boost_asio.html4
-rw-r--r--doc/html/boost_lexical_cast.html4
-rw-r--r--doc/html/boost_random.html4
-rw-r--r--doc/html/boost_staticassert.html4
-rw-r--r--doc/html/boost_tr1.html4
-rw-r--r--doc/html/boost_typeerasure.html4
-rw-r--r--doc/html/boostbook.html4
-rw-r--r--doc/html/chrono.html4
-rw-r--r--doc/html/circular_buffer.html4
-rw-r--r--doc/html/container.html4
-rw-r--r--doc/html/date_time.html4
-rw-r--r--doc/html/date_time/date_time_io.html4
-rw-r--r--doc/html/date_time/details.html4
-rw-r--r--doc/html/date_time/local_time.html4
-rw-r--r--doc/html/foreach.html4
-rw-r--r--doc/html/function.html4
-rw-r--r--doc/html/hash.html4
-rw-r--r--doc/html/hash/custom.html4
-rw-r--r--doc/html/heap.html4
-rw-r--r--doc/html/interprocess.html4
-rw-r--r--doc/html/intrusive.html4
-rw-r--r--doc/html/lambda.html4
-rw-r--r--doc/html/lockfree.html4
-rw-r--r--doc/html/move.html4
-rw-r--r--doc/html/mpi.html4
-rw-r--r--doc/html/program_options.html4
-rw-r--r--doc/html/property_tree.html4
-rw-r--r--doc/html/proto.html4
-rw-r--r--doc/html/quickbook.html4
-rw-r--r--doc/html/ratio.html4
-rw-r--r--doc/html/ref.html4
-rw-r--r--doc/html/signals.html4
-rw-r--r--doc/html/signals2.html4
-rw-r--r--doc/html/string_algo.html4
-rw-r--r--doc/html/thread.html4
-rw-r--r--doc/html/tribool.html4
-rw-r--r--doc/html/typeof.html4
-rw-r--r--doc/html/unordered.html4
-rw-r--r--doc/html/variant.html4
-rw-r--r--doc/html/xpressive.html4
-rw-r--r--index.html9
m---------libs/accumulators0
m---------libs/align0
m---------libs/asio0
m---------libs/atomic0
m---------libs/chrono0
m---------libs/concept_check0
m---------libs/container0
m---------libs/context0
m---------libs/conversion0
m---------libs/core0
m---------libs/coroutine0
m---------libs/detail0
m---------libs/dynamic_bitset0
m---------libs/exception0
m---------libs/geometry0
m---------libs/integer0
m---------libs/interprocess0
m---------libs/intrusive0
m---------libs/iterator0
m---------libs/lexical_cast0
-rw-r--r--libs/libraries.htm15
m---------libs/log0
m---------libs/math0
m---------libs/mpl0
m---------libs/multiprecision0
m---------libs/numeric/conversion0
m---------libs/numeric/odeint0
m---------libs/optional0
m---------libs/polygon0
m---------libs/pool0
m---------libs/predef0
m---------libs/property_map0
m---------libs/range0
m---------libs/ratio0
m---------libs/regex0
m---------libs/serialization0
m---------libs/signals0
m---------libs/signals20
m---------libs/smart_ptr0
m---------libs/spirit0
m---------libs/statechart0
m---------libs/thread0
m---------libs/throw_exception0
m---------libs/type_traits0
m---------libs/unordered0
m---------libs/utility0
m---------libs/variant0
m---------libs/wave0
m---------libs/winapi0
m---------libs/xpressive0
-rw-r--r--status/Jamfile.v23
m---------tools/boostdep0
m---------tools/build0
104 files changed, 126 insertions, 109 deletions
diff --git a/.gitmodules b/.gitmodules
index 29eee44b23..2af80e536a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -470,3 +470,15 @@
path = libs/throw_exception
url = ../throw_exception.git
fetchRecurseSubmodules = on-demand
+[submodule "winapi"]
+ path = libs/winapi
+ url = ../winapi.git
+ fetchRecurseSubmodules = on-demand
+[submodule "boostdep"]
+ path = tools/boostdep
+ url = ../boostdep.git
+ fetchRecurseSubmodules = on-demand
+[submodule "lexical_cast"]
+ path = libs/lexical_cast
+ url = ../lexical_cast.git
+ fetchRecurseSubmodules = on-demand
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index 81c9389b98..9b078fa8ca 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -41,7 +41,7 @@ boostbook doc
<dependency>../libs/accumulators/doc//opdoc.xml
<dependency>../libs/accumulators/doc//accumulators
<dependency>../libs/circular_buffer/doc//standalone/<format>docbook
- <dependency>../libs/conversion/doc//lexical_cast
+ <dependency>../libs/lexical_cast/doc//lexical_cast
<dependency>../libs/chrono/doc//chrono
<dependency>../libs/program_options/doc//autodoc.xml
<dependency>../libs/algorithm/string/doc//autodoc.xml
@@ -92,7 +92,7 @@ boostbook doc
<implicit-dependency>../libs/accumulators/doc//accumulators
<implicit-dependency>../libs/chrono/doc//chrono
- <implicit-dependency>../libs/conversion/doc//lexical_cast
+ <implicit-dependency>../libs/lexical_cast/doc//lexical_cast
<implicit-dependency>../libs/functional/hash/doc//hash
#<implicit-dependency>../libs/type_traits/doc//type_traits
<implicit-dependency>../libs/static_assert/doc//static_assert
diff --git a/doc/html/Assignable.html b/doc/html/Assignable.html
index d7a6f6829a..708eeaa79b 100644
--- a/doc/html/Assignable.html
+++ b/doc/html/Assignable.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/Assignable.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/Assignable.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/Assignable.html">http://boost-sandbox.sourceforge.net/doc/html/Assignable.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/Assignable.html">http://www.boost.org/doc/libs/master/doc/html/Assignable.html</a>
</body>
</html>
diff --git a/doc/html/CopyConstructible.html b/doc/html/CopyConstructible.html
index d88bf22c12..30e7bb882b 100644
--- a/doc/html/CopyConstructible.html
+++ b/doc/html/CopyConstructible.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/CopyConstructible.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/CopyConstructible.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/CopyConstructible.html">http://boost-sandbox.sourceforge.net/doc/html/CopyConstructible.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/CopyConstructible.html">http://www.boost.org/doc/libs/master/doc/html/CopyConstructible.html</a>
</body>
</html>
diff --git a/doc/html/accumulators.html b/doc/html/accumulators.html
index c32c8ca35a..c31b261844 100644
--- a/doc/html/accumulators.html
+++ b/doc/html/accumulators.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/accumulators.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/accumulators.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/accumulators.html">http://boost-sandbox.sourceforge.net/doc/html/accumulators.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/accumulators.html">http://www.boost.org/doc/libs/master/doc/html/accumulators.html</a>
</body>
</html>
diff --git a/doc/html/any.html b/doc/html/any.html
index 6b70582822..f7e6d125de 100644
--- a/doc/html/any.html
+++ b/doc/html/any.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/any.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/any.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/any.html">http://boost-sandbox.sourceforge.net/doc/html/any.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/any.html">http://www.boost.org/doc/libs/master/doc/html/any.html</a>
</body>
</html>
diff --git a/doc/html/array.html b/doc/html/array.html
index 03a39036cf..9a06555542 100644
--- a/doc/html/array.html
+++ b/doc/html/array.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/array.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/array.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/array.html">http://boost-sandbox.sourceforge.net/doc/html/array.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/array.html">http://www.boost.org/doc/libs/master/doc/html/array.html</a>
</body>
</html>
diff --git a/doc/html/atomic.html b/doc/html/atomic.html
index 24ea8a8e42..9f61809b71 100644
--- a/doc/html/atomic.html
+++ b/doc/html/atomic.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/atomic.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/atomic.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/atomic.html">http://boost-sandbox.sourceforge.net/doc/html/atomic.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/atomic.html">http://www.boost.org/doc/libs/master/doc/html/atomic.html</a>
</body>
</html>
diff --git a/doc/html/bbv2.html b/doc/html/bbv2.html
index 9fb97856a0..25ac86cda6 100644
--- a/doc/html/bbv2.html
+++ b/doc/html/bbv2.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/bbv2.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/bbv2.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/bbv2.html">http://boost-sandbox.sourceforge.net/doc/html/bbv2.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/bbv2.html">http://www.boost.org/doc/libs/master/doc/html/bbv2.html</a>
</body>
</html>
diff --git a/doc/html/bbv2/installation.html b/doc/html/bbv2/installation.html
index ca0ff279f1..c303b3a0e2 100644
--- a/doc/html/bbv2/installation.html
+++ b/doc/html/bbv2/installation.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/bbv2/installation.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/bbv2/installation.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/bbv2/installation.html">http://boost-sandbox.sourceforge.net/doc/html/bbv2/installation.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/bbv2/installation.html">http://www.boost.org/doc/libs/master/doc/html/bbv2/installation.html</a>
</body>
</html>
diff --git a/doc/html/boost_asio.html b/doc/html/boost_asio.html
index 10fefd4e67..dd3902c23d 100644
--- a/doc/html/boost_asio.html
+++ b/doc/html/boost_asio.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_asio.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boost_asio.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/boost_asio.html">http://boost-sandbox.sourceforge.net/doc/html/boost_asio.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/boost_asio.html">http://www.boost.org/doc/libs/master/doc/html/boost_asio.html</a>
</body>
</html>
diff --git a/doc/html/boost_lexical_cast.html b/doc/html/boost_lexical_cast.html
index 0582217623..bbbf47485c 100644
--- a/doc/html/boost_lexical_cast.html
+++ b/doc/html/boost_lexical_cast.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_lexical_cast.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boost_lexical_cast.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/boost_lexical_cast.html">http://boost-sandbox.sourceforge.net/doc/html/boost_lexical_cast.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/boost_lexical_cast.html">http://www.boost.org/doc/libs/master/doc/html/boost_lexical_cast.html</a>
</body>
</html>
diff --git a/doc/html/boost_random.html b/doc/html/boost_random.html
index abbf5bca48..4b9c4e27a7 100644
--- a/doc/html/boost_random.html
+++ b/doc/html/boost_random.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_random.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boost_random.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/boost_random.html">http://boost-sandbox.sourceforge.net/doc/html/boost_random.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/boost_random.html">http://www.boost.org/doc/libs/master/doc/html/boost_random.html</a>
</body>
</html>
diff --git a/doc/html/boost_staticassert.html b/doc/html/boost_staticassert.html
index 1b1e042acd..84afae9792 100644
--- a/doc/html/boost_staticassert.html
+++ b/doc/html/boost_staticassert.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_staticassert.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boost_staticassert.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/boost_staticassert.html">http://boost-sandbox.sourceforge.net/doc/html/boost_staticassert.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/boost_staticassert.html">http://www.boost.org/doc/libs/master/doc/html/boost_staticassert.html</a>
</body>
</html>
diff --git a/doc/html/boost_tr1.html b/doc/html/boost_tr1.html
index c682dc5cb9..860640cdf9 100644
--- a/doc/html/boost_tr1.html
+++ b/doc/html/boost_tr1.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_tr1.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boost_tr1.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/boost_tr1.html">http://boost-sandbox.sourceforge.net/doc/html/boost_tr1.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/boost_tr1.html">http://www.boost.org/doc/libs/master/doc/html/boost_tr1.html</a>
</body>
</html>
diff --git a/doc/html/boost_typeerasure.html b/doc/html/boost_typeerasure.html
index 8f4167ace0..ea41d94807 100644
--- a/doc/html/boost_typeerasure.html
+++ b/doc/html/boost_typeerasure.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_typeerasure.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boost_typeerasure.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/boost_typeerasure.html">http://boost-sandbox.sourceforge.net/doc/html/boost_typeerasure.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/boost_typeerasure.html">http://www.boost.org/doc/libs/master/doc/html/boost_typeerasure.html</a>
</body>
</html>
diff --git a/doc/html/boostbook.html b/doc/html/boostbook.html
index 89b866bfec..d77406f716 100644
--- a/doc/html/boostbook.html
+++ b/doc/html/boostbook.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boostbook.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boostbook.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/boostbook.html">http://boost-sandbox.sourceforge.net/doc/html/boostbook.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/boostbook.html">http://www.boost.org/doc/libs/master/doc/html/boostbook.html</a>
</body>
</html>
diff --git a/doc/html/chrono.html b/doc/html/chrono.html
index 68dd242345..54d54626b8 100644
--- a/doc/html/chrono.html
+++ b/doc/html/chrono.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/chrono.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/chrono.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/chrono.html">http://boost-sandbox.sourceforge.net/doc/html/chrono.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/chrono.html">http://www.boost.org/doc/libs/master/doc/html/chrono.html</a>
</body>
</html>
diff --git a/doc/html/circular_buffer.html b/doc/html/circular_buffer.html
index 0c8c3b319b..6400dc1e64 100644
--- a/doc/html/circular_buffer.html
+++ b/doc/html/circular_buffer.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/circular_buffer.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/circular_buffer.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/container.html">http://boost-sandbox.sourceforge.net/doc/html/circular_buffer.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/container.html">http://www.boost.org/doc/libs/master/doc/html/circular_buffer.html</a>
</body>
</html>
diff --git a/doc/html/container.html b/doc/html/container.html
index 6e6d27a3a2..ec33eb4510 100644
--- a/doc/html/container.html
+++ b/doc/html/container.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/container.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/container.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/container.html">http://boost-sandbox.sourceforge.net/doc/html/container.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/container.html">http://www.boost.org/doc/libs/master/doc/html/container.html</a>
</body>
</html>
diff --git a/doc/html/date_time.html b/doc/html/date_time.html
index a8113c6654..139ab4aa17 100644
--- a/doc/html/date_time.html
+++ b/doc/html/date_time.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/date_time.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/date_time.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/date_time.html">http://boost-sandbox.sourceforge.net/doc/html/date_time.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/date_time.html">http://www.boost.org/doc/libs/master/doc/html/date_time.html</a>
</body>
</html>
diff --git a/doc/html/date_time/date_time_io.html b/doc/html/date_time/date_time_io.html
index 4a6304bb90..449f2e1612 100644
--- a/doc/html/date_time/date_time_io.html
+++ b/doc/html/date_time/date_time_io.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/date_time/date_time_io.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/date_time/date_time_io.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/date_time/date_time_io.html">http://boost-sandbox.sourceforge.net/doc/html/date_time/date_time_io.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/date_time/date_time_io.html">http://www.boost.org/doc/libs/master/doc/html/date_time/date_time_io.html</a>
</body>
</html>
diff --git a/doc/html/date_time/details.html b/doc/html/date_time/details.html
index 77b01b1628..1f23947229 100644
--- a/doc/html/date_time/details.html
+++ b/doc/html/date_time/details.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/date_time/details.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/date_time/details.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/date_time/details.html">http://boost-sandbox.sourceforge.net/doc/html/date_time/details.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/date_time/details.html">http://www.boost.org/doc/libs/master/doc/html/date_time/details.html</a>
</body>
</html>
diff --git a/doc/html/date_time/local_time.html b/doc/html/date_time/local_time.html
index 23e64a44ef..ed3893fe76 100644
--- a/doc/html/date_time/local_time.html
+++ b/doc/html/date_time/local_time.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/date_time/local_time.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/date_time/local_time.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/date_time/local_time.html">http://boost-sandbox.sourceforge.net/doc/html/date_time/local_time.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/date_time/local_time.html">http://www.boost.org/doc/libs/master/doc/html/date_time/local_time.html</a>
</body>
</html>
diff --git a/doc/html/foreach.html b/doc/html/foreach.html
index 369fc453c1..dcf19fe891 100644
--- a/doc/html/foreach.html
+++ b/doc/html/foreach.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/foreach.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/foreach.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/foreach.html">http://boost-sandbox.sourceforge.net/doc/html/foreach.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/foreach.html">http://www.boost.org/doc/libs/master/doc/html/foreach.html</a>
</body>
</html>
diff --git a/doc/html/function.html b/doc/html/function.html
index d768e4c768..78c4519046 100644
--- a/doc/html/function.html
+++ b/doc/html/function.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/function.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/function.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/function.html">http://boost-sandbox.sourceforge.net/doc/html/function.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/function.html">http://www.boost.org/doc/libs/master/doc/html/function.html</a>
</body>
</html>
diff --git a/doc/html/hash.html b/doc/html/hash.html
index 5a860649b8..0d5982f6f7 100644
--- a/doc/html/hash.html
+++ b/doc/html/hash.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/hash.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/hash.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/hash.html">http://boost-sandbox.sourceforge.net/doc/html/hash.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/hash.html">http://www.boost.org/doc/libs/master/doc/html/hash.html</a>
</body>
</html>
diff --git a/doc/html/hash/custom.html b/doc/html/hash/custom.html
index f42ada1106..b7706246e3 100644
--- a/doc/html/hash/custom.html
+++ b/doc/html/hash/custom.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/hash/custom.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/hash/custom.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/hash/custom.html">http://boost-sandbox.sourceforge.net/doc/html/hash/custom.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/hash/custom.html">http://www.boost.org/doc/libs/master/doc/html/hash/custom.html</a>
</body>
</html>
diff --git a/doc/html/heap.html b/doc/html/heap.html
index ae8b14071e..35b9e56306 100644
--- a/doc/html/heap.html
+++ b/doc/html/heap.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/heap.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/heap.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/heap.html">http://boost-sandbox.sourceforge.net/doc/html/heap.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/heap.html">http://www.boost.org/doc/libs/master/doc/html/heap.html</a>
</body>
</html>
diff --git a/doc/html/interprocess.html b/doc/html/interprocess.html
index acb8310a6c..f148b5a728 100644
--- a/doc/html/interprocess.html
+++ b/doc/html/interprocess.html
@@ -6,12 +6,12 @@
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/interprocess.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/interprocess.html">
<title>Redirect to generated documentation</title>
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/interprocess.html">http://boost-sandbox.sourceforge.net/doc/html/interprocess.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/interprocess.html">http://www.boost.org/doc/libs/master/doc/html/interprocess.html</a>
</body>
</html>
diff --git a/doc/html/intrusive.html b/doc/html/intrusive.html
index 4b83dd3329..e89dcbc853 100644
--- a/doc/html/intrusive.html
+++ b/doc/html/intrusive.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/intrusive.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/intrusive.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/intrusive.html">http://boost-sandbox.sourceforge.net/doc/html/intrusive.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/intrusive.html">http://www.boost.org/doc/libs/master/doc/html/intrusive.html</a>
</body>
</html>
diff --git a/doc/html/lambda.html b/doc/html/lambda.html
index 9a771e2025..1d180b824f 100644
--- a/doc/html/lambda.html
+++ b/doc/html/lambda.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/lambda.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/lambda.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/lambda.html">http://boost-sandbox.sourceforge.net/doc/html/lambda.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/lambda.html">http://www.boost.org/doc/libs/master/doc/html/lambda.html</a>
</body>
</html>
diff --git a/doc/html/lockfree.html b/doc/html/lockfree.html
index a64364f8dc..af31e14d8c 100644
--- a/doc/html/lockfree.html
+++ b/doc/html/lockfree.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/lockfree.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/lockfree.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/lockfree.html">http://boost-sandbox.sourceforge.net/doc/html/lockfree.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/lockfree.html">http://www.boost.org/doc/libs/master/doc/html/lockfree.html</a>
</body>
</html>
diff --git a/doc/html/move.html b/doc/html/move.html
index 5ca8cf46ef..41abb988e5 100644
--- a/doc/html/move.html
+++ b/doc/html/move.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/move.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/move.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/move.html">http://boost-sandbox.sourceforge.net/doc/html/move.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/move.html">http://www.boost.org/doc/libs/master/doc/html/move.html</a>
</body>
</html>
diff --git a/doc/html/mpi.html b/doc/html/mpi.html
index 5019c0b098..452e992bfe 100644
--- a/doc/html/mpi.html
+++ b/doc/html/mpi.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/mpi.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/mpi.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/mpi.html">http://boost-sandbox.sourceforge.net/doc/html/mpi.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/mpi.html">http://www.boost.org/doc/libs/master/doc/html/mpi.html</a>
</body>
</html>
diff --git a/doc/html/program_options.html b/doc/html/program_options.html
index 13f316a271..a2d8071c42 100644
--- a/doc/html/program_options.html
+++ b/doc/html/program_options.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/program_options.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/program_options.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/program_options.html">http://boost-sandbox.sourceforge.net/doc/html/program_options.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/program_options.html">http://www.boost.org/doc/libs/master/doc/html/program_options.html</a>
</body>
</html>
diff --git a/doc/html/property_tree.html b/doc/html/property_tree.html
index 8d0a4794b7..2127a17f43 100644
--- a/doc/html/property_tree.html
+++ b/doc/html/property_tree.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/property_tree.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/property_tree.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/property_tree.html">http://boost-sandbox.sourceforge.net/doc/html/property_tree.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/property_tree.html">http://www.boost.org/doc/libs/master/doc/html/property_tree.html</a>
</body>
</html>
diff --git a/doc/html/proto.html b/doc/html/proto.html
index 98502e9610..b09d5cfb7c 100644
--- a/doc/html/proto.html
+++ b/doc/html/proto.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/proto.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/proto.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/proto.html">http://boost-sandbox.sourceforge.net/doc/html/proto.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/proto.html">http://www.boost.org/doc/libs/master/doc/html/proto.html</a>
</body>
</html>
diff --git a/doc/html/quickbook.html b/doc/html/quickbook.html
index 46372c9c0c..54ef7bf895 100644
--- a/doc/html/quickbook.html
+++ b/doc/html/quickbook.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/quickbook.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/quickbook.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/quickbook.html">http://boost-sandbox.sourceforge.net/doc/html/quickbook.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/quickbook.html">http://www.boost.org/doc/libs/master/doc/html/quickbook.html</a>
</body>
</html>
diff --git a/doc/html/ratio.html b/doc/html/ratio.html
index f9977c7e58..857ccf35af 100644
--- a/doc/html/ratio.html
+++ b/doc/html/ratio.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/ratio.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/ratio.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/ratio.html">http://boost-sandbox.sourceforge.net/doc/html/ratio.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/ratio.html">http://www.boost.org/doc/libs/master/doc/html/ratio.html</a>
</body>
</html>
diff --git a/doc/html/ref.html b/doc/html/ref.html
index 0457c760b1..5c7355fdea 100644
--- a/doc/html/ref.html
+++ b/doc/html/ref.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/ref.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/ref.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/ref.html">http://boost-sandbox.sourceforge.net/doc/html/ref.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/ref.html">http://www.boost.org/doc/libs/master/doc/html/ref.html</a>
</body>
</html>
diff --git a/doc/html/signals.html b/doc/html/signals.html
index 62b7a08138..6969f7036a 100644
--- a/doc/html/signals.html
+++ b/doc/html/signals.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/signals.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/signals.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/signals.html">http://boost-sandbox.sourceforge.net/doc/html/signals.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/signals.html">http://www.boost.org/doc/libs/master/doc/html/signals.html</a>
</body>
</html>
diff --git a/doc/html/signals2.html b/doc/html/signals2.html
index 046b960630..c72bcf0ad6 100644
--- a/doc/html/signals2.html
+++ b/doc/html/signals2.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/signals2.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/signals2.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/signals2.html">http://boost-sandbox.sourceforge.net/doc/html/signals2.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/signals2.html">http://www.boost.org/doc/libs/master/doc/html/signals2.html</a>
</body>
</html>
diff --git a/doc/html/string_algo.html b/doc/html/string_algo.html
index 967db68481..3ce93fcff3 100644
--- a/doc/html/string_algo.html
+++ b/doc/html/string_algo.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/string_algo.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/string_algo.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/string_algo.html">http://boost-sandbox.sourceforge.net/doc/html/string_algo.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/string_algo.html">http://www.boost.org/doc/libs/master/doc/html/string_algo.html</a>
</body>
</html>
diff --git a/doc/html/thread.html b/doc/html/thread.html
index 6b4379bc74..c24b88b10e 100644
--- a/doc/html/thread.html
+++ b/doc/html/thread.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/thread.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/thread.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/thread.html">http://boost-sandbox.sourceforge.net/doc/html/thread.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/thread.html">http://www.boost.org/doc/libs/master/doc/html/thread.html</a>
</body>
</html>
diff --git a/doc/html/tribool.html b/doc/html/tribool.html
index 79894ee550..f04653e655 100644
--- a/doc/html/tribool.html
+++ b/doc/html/tribool.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/tribool.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/tribool.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/tribool.html">http://boost-sandbox.sourceforge.net/doc/html/tribool.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/tribool.html">http://www.boost.org/doc/libs/master/doc/html/tribool.html</a>
</body>
</html>
diff --git a/doc/html/typeof.html b/doc/html/typeof.html
index 79c95b2d97..31a64def43 100644
--- a/doc/html/typeof.html
+++ b/doc/html/typeof.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/typeof.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/typeof.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/typeof.html">http://boost-sandbox.sourceforge.net/doc/html/typeof.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/typeof.html">http://www.boost.org/doc/libs/master/doc/html/typeof.html</a>
</body>
</html>
diff --git a/doc/html/unordered.html b/doc/html/unordered.html
index a7418c38d5..889d267f90 100644
--- a/doc/html/unordered.html
+++ b/doc/html/unordered.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/unordered.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/unordered.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/unordered.html">http://boost-sandbox.sourceforge.net/doc/html/unordered.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/unordered.html">http://www.boost.org/doc/libs/master/doc/html/unordered.html</a>
</body>
</html>
diff --git a/doc/html/variant.html b/doc/html/variant.html
index b67b72ddf7..394ba10379 100644
--- a/doc/html/variant.html
+++ b/doc/html/variant.html
@@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/variant.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/variant.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/variant.html">http://boost-sandbox.sourceforge.net/doc/html/variant.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/variant.html">http://www.boost.org/doc/libs/master/doc/html/variant.html</a>
</body>
</html>
diff --git a/doc/html/xpressive.html b/doc/html/xpressive.html
index 70931e88ab..fad8757902 100644
--- a/doc/html/xpressive.html
+++ b/doc/html/xpressive.html
@@ -7,11 +7,11 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
- <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/xpressive.html">
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/xpressive.html">
</head>
<body>
Automatic redirection failed, please go to
- <a href="http://boost-sandbox.sourceforge.net/doc/html/xpressive.html">http://boost-sandbox.sourceforge.net/doc/html/xpressive.html</a>
+ <a href="http://www.boost.org/doc/libs/master/doc/html/xpressive.html">http://www.boost.org/doc/libs/master/doc/html/xpressive.html</a>
</body>
</html>
diff --git a/index.html b/index.html
index 5c9a94d2aa..255aa26f97 100644
--- a/index.html
+++ b/index.html
@@ -55,9 +55,12 @@
<h3>Changes in this release</h3>
- <p>This release includes one new library
- (<a href="libs/align/">Align</a>),
- as well as updates to many existing libraries. See
+ <p>This release includes two new libraries
+ (<a href="libs/align/">Align</a> and
+ <a href="libs/type_index/">Type_Index</a>),
+ 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
<a href="http://www.boost.org/users/history/version_1_56_0.html">Release
History</a> for more information.</p>
diff --git a/libs/accumulators b/libs/accumulators
-Subproject fa0943bb4c9e1d4ad272c1142e418371f1ed947
+Subproject 69dcfd153f43d9b5ac7161add2dc388971f135e
diff --git a/libs/align b/libs/align
-Subproject 35932df54dd7e280a9109c1058e471c78a47037
+Subproject 4dd9b818c1d1b3c701d011a5ae747b5afebd4c3
diff --git a/libs/asio b/libs/asio
-Subproject 4e1e7d731fcc5c0104567856de476f7ce8806d7
+Subproject e818f88f9560949d9888d48b988c9c68f6dace4
diff --git a/libs/atomic b/libs/atomic
-Subproject 21e497c01b3068756a14825b4a162b4197b18d1
+Subproject 4dee330229c4f54b157ebde9dbd301bb33e64f2
diff --git a/libs/chrono b/libs/chrono
-Subproject f66235d6b80838f7bf03118789af4b399cecd01
+Subproject 19e74a3c6d69787e3228341a57bd8a93112974d
diff --git a/libs/concept_check b/libs/concept_check
-Subproject d6a527bb21d670541eaf3a68ae1a0dbd25c69e8
+Subproject b708baa8ed03a431eb37ab17a83a2e4a22d4eff
diff --git a/libs/container b/libs/container
-Subproject 976cf1f68936eaff0b5a36a904cb2d555de32fd
+Subproject 819b365f5e8dc389449d3f1561ee0d9e6b24bfe
diff --git a/libs/context b/libs/context
-Subproject 45c21d4aecac8641797d4de428c71353eef9e51
+Subproject 77b6e98d8892ef634ef4ae6363880f7fb07840f
diff --git a/libs/conversion b/libs/conversion
-Subproject e3e4d3836a4e0323848f13e8c57409786dc93cc
+Subproject 4e9021cac5e37e95ea5d0c6a540323e7ab039f8
diff --git a/libs/core b/libs/core
-Subproject 84f55a9182fdb4dd5623c2308bb8e784b935b6a
+Subproject 1bd554f5adb2a97e7bb4f9d9986bd1a7829b3a6
diff --git a/libs/coroutine b/libs/coroutine
-Subproject 5ae6c52d4e6a9691e1b312224b4bb2f5e009acd
+Subproject 73acf26e7a5a2700e9a4e1a09a8c06c732ddf52
diff --git a/libs/detail b/libs/detail
-Subproject 38fc0a435232e31eaeec7d306627d330229e756
+Subproject 275643c97bec7c31bba1b80741e4d1ab0b8de33
diff --git a/libs/dynamic_bitset b/libs/dynamic_bitset
-Subproject 9ed6f608a12e12eff555b54262675dbaef85202
+Subproject 1611aeb16aca49ce23179cbae3b2c220f52a3a1
diff --git a/libs/exception b/libs/exception
-Subproject a823cbe32ab6b66169d15ba7173bc2201a7973b
+Subproject 2de5a8f4dd4380a4842ba47eefc70614116c4f4
diff --git a/libs/geometry b/libs/geometry
-Subproject a062bf6d1a58af1c9633f4cb9f775d9ada62727
+Subproject d6af7438e2cf1112d285348a7493ca3b72a904d
diff --git a/libs/integer b/libs/integer
-Subproject 75134014bf624bf7cd6b7f19d4533d89c8afe5e
+Subproject 7d41c244ea8528c05a6d8e77d9308636c1b36a6
diff --git a/libs/interprocess b/libs/interprocess
-Subproject aa09229e8a3fa231c729cdea79cc4280fe1feea
+Subproject de72bbf2d86af275808a90dbcf3bfbf3728cdcb
diff --git a/libs/intrusive b/libs/intrusive
-Subproject 1ad883bddda948d9e00b0b03be8793d1b48b793
+Subproject 911cb4a2b8f37951deb3558a5373d49ae011f67
diff --git a/libs/iterator b/libs/iterator
-Subproject 2e099caceb9b852ac2d68e515761b77e3834a20
+Subproject 4283d202614181dbd258fe0f074297330c03716
diff --git a/libs/lexical_cast b/libs/lexical_cast
new file mode 160000
+Subproject 60faed22fa300a1611ce21a2f0a6cc17248404c
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.</p>
intended for library users.</li>
<li><a href="container/index.html">container</a> - Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
- <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and Kevlin Henney.</li>
+ <li><a href="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
+ Kevlin Henney.</li>
<li><a href="core/index.html">core</a> - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
<li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
@@ -164,7 +165,7 @@ how to download, build, and install the libraries.</p>
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
Lubomir Bourdev and Hailin Jin.</li>
<li><a href="geometry/index.html">geometry</a> - Geometry Library, from
- Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
+ Barend Gehrels, Bruno Lalande, Mateusz Loskot and Adam Wulkiewicz.</li>
<li><a href="graph/doc/table_of_contents.html">graph</a> -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
@@ -193,7 +194,7 @@ how to download, build, and install the libraries.</p>
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
function objects at the actual call site, and more, from Jaakko J&auml;rvi and
Gary Powell.</li>
- <li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
+ <li><a href="lexical_cast/index.html">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
<li><a href="local_function/index.html">local_function</a> -
Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.</li>
@@ -318,7 +319,7 @@ how to download, build, and install the libraries.</p>
Guzman, Hartmut Kaiser, Dan Nuffer and team.</li>
<li><a href="algorithm/string/index.html">string_algo</a> -
String algorithms library, from Pavol Droba.</li>
- <li><a href="utility/swap.html">swap</a> -
+ <li><a href="core/swap.html">swap</a> -
Enhanced generic swap function, from Joseph Gauterin.</li>
<li><a href="system/doc/index.html">system</a> - 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</li>
<h3><a name="String">String</a> and Text Processing</h3>
<ul>
- <li><a href="conversion/lexical_cast.htm">conversion/lexical_cast</a> - <tt>lexical_cast</tt>
+ <li><a href="lexical_cast/index.html">lexical_cast</a> - <tt>lexical_cast</tt>
class template, from Kevlin Henney.</li>
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
operations, from Samuel Krempp.</li>
@@ -884,7 +885,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="Miscellaneous">Miscellaneous</a></h3>
<ul>
- <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
+ <li><a href="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
Kevlin Henney.</li>
<li><a href="core/index.html">core</a> - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
@@ -896,7 +897,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
Objective C++ predefined macros or those defined in generally available
headers, from Rene Rivera.</li>
- <li><a href="utility/swap.html">swap</a> -
+ <li><a href="core/swap.html">swap</a> -
Enhanced generic swap function, from Joseph Gauterin.</li>
<li><a href="timer/index.html">timer</a> - Event timer,
progress timer, and progress display classes, from Beman
diff --git a/libs/log b/libs/log
-Subproject 166616c796465ec99a8079405c05542beec9df0
+Subproject 0f63e93cf6c87cf37ae48115b426fa5cee75699
diff --git a/libs/math b/libs/math
-Subproject cf71fe6d3604a83db89832935768d668dd0bc7e
+Subproject 1e8dfa921803f5a52408770b319e2ac94c9bdcb
diff --git a/libs/mpl b/libs/mpl
-Subproject d032c78c1d5300e2f49d9ad8bca4108554f48ed
+Subproject 0341108f6b4302aebf13af24cbe74097c696c53
diff --git a/libs/multiprecision b/libs/multiprecision
-Subproject 973e3f09f2fc72be997b3dab7ca6d7efcc31f09
+Subproject 64bba8a77997d04a13da53419cd47c2cbddf37f
diff --git a/libs/numeric/conversion b/libs/numeric/conversion
-Subproject 26218a6e86e6a605bd604ed2ba378f6fc4dcde4
+Subproject f4c6bd971154449e9c76f3f0573799cea772d70
diff --git a/libs/numeric/odeint b/libs/numeric/odeint
-Subproject f5e882cd400ab1f391a5606780058cc69545099
+Subproject 28a27fabdc922637ed4fff7610710712ce77d09
diff --git a/libs/optional b/libs/optional
-Subproject 24438efbf1e7567ab4d1908ce31ef4f26a665ce
+Subproject 4115c41bf3cb3b4ed842818a592b4c5e72c050f
diff --git a/libs/polygon b/libs/polygon
-Subproject 5e89f4a794f720f59ae32dd4cc4999cfd771a83
+Subproject bc281d9479e0073b6194b4ef38af2f6f0912959
diff --git a/libs/pool b/libs/pool
-Subproject 03f76ee66c618fdd32d261d089f9f85bce85ddc
+Subproject a0386581c0ae8fbce0fbd1a60f57fda5909132f
diff --git a/libs/predef b/libs/predef
-Subproject 903b4423a912b8ddefdc72889c5d19a086e02bf
+Subproject 4d5d6d148f90d34627f5785f7defc10a3eed1d0
diff --git a/libs/property_map b/libs/property_map
-Subproject a19f52f91bb228dbb7f45f0a43c4aa08a5f715d
+Subproject adc5a6790fc364cdf15b7164e399f0d0d3575fb
diff --git a/libs/range b/libs/range
-Subproject fa629a53bd7bcbd8a09520c5f5b016cd8647de1
+Subproject cf6fabe950884489f1bf161243d34b7808a8b35
diff --git a/libs/ratio b/libs/ratio
-Subproject 6859c6170d78cecd6ed61a46c15a77fa94f9f80
+Subproject f10423e465f33c2ca644c3fbf1cad0259ec7567
diff --git a/libs/regex b/libs/regex
-Subproject a1771b64651d7837087295cdf9735c74fb22e72
+Subproject b61c07c2642d1bc04b53c3c792b1e39141f7cd8
diff --git a/libs/serialization b/libs/serialization
-Subproject 8e4248285a638236111e44a58e827f4894ed21a
+Subproject 2b5f6e7a8f5c31b7179a41f62cf244ec9c6143d
diff --git a/libs/signals b/libs/signals
-Subproject 379151fec7abc94ccea0015d97dfca962ce8d76
+Subproject 697c223a47be0f1a5cb272082d63ad3da61dcd3
diff --git a/libs/signals2 b/libs/signals2
-Subproject 7085769baff5eca5219ea25979202e4d941b5c5
+Subproject 5516d08b21e991f4f1eab8e33388b157e21efcd
diff --git a/libs/smart_ptr b/libs/smart_ptr
-Subproject f32669400c1dca79dc7909c54e10906a5d4a5d2
+Subproject 506239bef5794a7a45e1cce20192568eb5280fa
diff --git a/libs/spirit b/libs/spirit
-Subproject 1ca16a0bf7b4c03cf7bea35032bc4a1c40b54ed
+Subproject bcd6f561ad5fa315dc22dd41e48d9cbf779775c
diff --git a/libs/statechart b/libs/statechart
-Subproject 6df0ef3f1796346965a0cabed2753b69d2aba21
+Subproject c905916309e8e9386eeca42f9429a11f2c58552
diff --git a/libs/thread b/libs/thread
-Subproject 40620e3d4b07fde2211c2834ecef0864465dbd3
+Subproject 14dfe49c506db8f536fe7129ba85320a6570eb8
diff --git a/libs/throw_exception b/libs/throw_exception
-Subproject e08b3aa75fa1e93f298d0df6d75bf22995b3dc8
+Subproject c5518238f1b8ee32d38a2d4084d69064ba01896
diff --git a/libs/type_traits b/libs/type_traits
-Subproject 3c5c6a3be1db8895e450c9210afe96dfc3e1161
+Subproject e9fbf0eaee570a9594f239229929d37901e7a8a
diff --git a/libs/unordered b/libs/unordered
-Subproject 8c6f3e910b56b177f22858795799f9800b9cce8
+Subproject 3eb2355182bac33770419ec4ffa739ad5b62039
diff --git a/libs/utility b/libs/utility
-Subproject 10b80414722376fb8919ad1c150d99159a31332
+Subproject cae8d90d65ed0e88a5bf17c92a1437f14c062f8
diff --git a/libs/variant b/libs/variant
-Subproject e1a611c000516dc037898b0e295065c0d95ce26
+Subproject 65dae1db5a6cb29b4218e1a582bbbadf62897f5
diff --git a/libs/wave b/libs/wave
-Subproject 2a434c1b916a2bed95e07dcc8ff80cbc3cacf2f
+Subproject 6905e1c50f33aee707744b591c1622a774560e1
diff --git a/libs/winapi b/libs/winapi
new file mode 160000
+Subproject 63de4980b59b17643748107b583f25b77db5a50
diff --git a/libs/xpressive b/libs/xpressive
-Subproject 1c49d1640edc0a84857cc489b356ee435ec041b
+Subproject 9080d8ce9a80df20ab3421bfe33027f41dc4289
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 065a255e79..3b63f9ab31 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -89,6 +89,7 @@ run-tests libs :
function_types/test # test-suite function_types
fusion/test # test-suite fusion
geometry/test # test-suite geometry
+ geometry/index/test # test-suite geometry/index
gil/test # test-suite gil
graph/test # test-suite graph
graph_parallel/test # test-suite graph/parallel
@@ -103,6 +104,7 @@ run-tests libs :
iostreams/test # test-suite iostreams
iterator/test # test-suite iterator
lambda/test # test-suite lambda
+ lexical_cast/test # test-suite lexical_cast
local_function/test # test-suite local_function
locale/test # test-suite locale
log/test # test-suite log
@@ -166,7 +168,6 @@ run-tests libs :
units/test # test-suite units
unordered/test/unordered # test-suite unordered
unordered/test/exception # test-suite unordered-exception
- utility/enable_if/test # test-suite utility/enable_if
utility/identity_type/test # test-suite utility/identity_type
utility/test # test-suite utility
uuid/test # test-suite uuid
diff --git a/tools/boostdep b/tools/boostdep
new file mode 160000
+Subproject 0317ef668d31d5d7fc896ad56416a6a084809ef
diff --git a/tools/build b/tools/build
-Subproject 80584727afe758aaa04a86d198a9daccd16e468
+Subproject 2fa4a9855c3f434bb2e69d1481d4f667450c55b