Просмотр исходного кода

Add Boost.Unordered to release branch.

[SVN r46342]
Daniel James 18 лет назад
Родитель
Сommit
adaea7732b
5 измененных файлов с 25 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 2 0
      doc/Jamfile.v2
  3. 16 0
      doc/html/unordered.html
  4. 2 0
      doc/src/boost.xml
  5. 1 0
      libs/unordered

+ 4 - 0
.gitmodules

@@ -330,3 +330,7 @@
 	path = libs/mpi
 	path = libs/mpi
 	url = ../mpi.git
 	url = ../mpi.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
+[submodule "unordered"]
+	path = libs/unordered
+	url = ../unordered.git
+	fetchRecurseSubmodules = on-demand

+ 2 - 0
doc/Jamfile.v2

@@ -34,6 +34,7 @@ boostbook doc
     <dependency>../libs/interprocess/doc//interprocess
     <dependency>../libs/interprocess/doc//interprocess
     <dependency>../libs/intrusive/doc//autodoc.xml
     <dependency>../libs/intrusive/doc//autodoc.xml
     <dependency>../libs/intrusive/doc//intrusive
     <dependency>../libs/intrusive/doc//intrusive
+    <dependency>../libs/unordered/doc//unordered
     <dependency>../libs/asio/doc//asio
     <dependency>../libs/asio/doc//asio
     <dependency>../libs/thread/doc//thread
     <dependency>../libs/thread/doc//thread
 
 
@@ -50,6 +51,7 @@ boostbook doc
     <implicit-dependency>../libs/mpi/doc//mpi
     <implicit-dependency>../libs/mpi/doc//mpi
     <implicit-dependency>../libs/interprocess/doc//interprocess
     <implicit-dependency>../libs/interprocess/doc//interprocess
     <implicit-dependency>../libs/intrusive/doc//intrusive
     <implicit-dependency>../libs/intrusive/doc//intrusive
+    <implicit-dependency>../libs/unordered/doc//unordered
     <implicit-dependency>../libs/thread/doc//thread
     <implicit-dependency>../libs/thread/doc//thread
 
 
     <xsl:param>boost.libraries=../../libs/libraries.htm
     <xsl:param>boost.libraries=../../libs/libraries.htm

+ 16 - 0
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>

+ 2 - 0
doc/src/boost.xml

@@ -719,6 +719,8 @@
      </libraryinfo>
      </libraryinfo>
    </library>
    </library>
 
 
+   <xi:include href="unordered.xml"/>
+
    <library name="Utility" dirname="utility" html-only="1">
    <library name="Utility" dirname="utility" html-only="1">
      <libraryinfo>
      <libraryinfo>
        <author>
        <author>

+ 1 - 0
libs/unordered

@@ -0,0 +1 @@
+Subproject commit 5a898f2419cf0ab22bcdbaa61859d08078d08e6a

粤ICP备19079148号