summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
-rw-r--r--doc/Jamfile.v22
-rw-r--r--doc/html/unordered.html16
-rw-r--r--doc/src/boost.xml2
m---------libs/unordered0
5 files changed, 24 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 94bb330d08..2b95ddda2a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -330,3 +330,7 @@
path = libs/mpi
url = ../mpi.git
fetchRecurseSubmodules = on-demand
+[submodule "unordered"]
+ path = libs/unordered
+ url = ../unordered.git
+ fetchRecurseSubmodules = on-demand
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index 9ffe8f2aaa..6402833b8c 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -34,6 +34,7 @@ boostbook doc
<dependency>../libs/interprocess/doc//interprocess
<dependency>../libs/intrusive/doc//autodoc.xml
<dependency>../libs/intrusive/doc//intrusive
+ <dependency>../libs/unordered/doc//unordered
<dependency>../libs/asio/doc//asio
<dependency>../libs/thread/doc//thread
@@ -50,6 +51,7 @@ boostbook doc
<implicit-dependency>../libs/mpi/doc//mpi
<implicit-dependency>../libs/interprocess/doc//interprocess
<implicit-dependency>../libs/intrusive/doc//intrusive
+ <implicit-dependency>../libs/unordered/doc//unordered
<implicit-dependency>../libs/thread/doc//thread
<xsl:param>boost.libraries=../../libs/libraries.htm
diff --git a/doc/html/unordered.html b/doc/html/unordered.html
new file mode 100644
index 0000000000..8bce4be555
--- /dev/null
+++ b/doc/html/unordered.html
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+
+ 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) -->
+ <title>Redirect to generated documentation</title>
+ <meta http-equiv="refresh" content="0; URL=http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/unordered.html">
+ </head>
+ <body>
+ Automatic redirection failed, please go to
+ <a href="http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/unordered.html">http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/unordered.html</a>
+ </body>
+</html>
diff --git a/doc/src/boost.xml b/doc/src/boost.xml
index 5627edf851..6209739dde 100644
--- a/doc/src/boost.xml
+++ b/doc/src/boost.xml
@@ -719,6 +719,8 @@
</libraryinfo>
</library>
+ <xi:include href="unordered.xml"/>
+
<library name="Utility" dirname="utility" html-only="1">
<libraryinfo>
<author>
diff --git a/libs/unordered b/libs/unordered
new file mode 160000
+Subproject 5a898f2419cf0ab22bcdbaa61859d08078d08e6