mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Add Boost.Unordered to release branch.
[SVN r46342]
This commit is contained in:
parent
864c965075
commit
adaea7732b
5 changed files with 25 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -330,3 +330,7 @@
|
|||
path = libs/mpi
|
||||
url = ../mpi.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "unordered"]
|
||||
path = libs/unordered
|
||||
url = ../unordered.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
|
@ -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
|
||||
|
|
16
doc/html/unordered.html
Normal file
16
doc/html/unordered.html
Normal file
|
@ -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>
|
|
@ -719,6 +719,8 @@
|
|||
</libraryinfo>
|
||||
</library>
|
||||
|
||||
<xi:include href="unordered.xml"/>
|
||||
|
||||
<library name="Utility" dirname="utility" html-only="1">
|
||||
<libraryinfo>
|
||||
<author>
|
||||
|
|
1
libs/unordered
Submodule
1
libs/unordered
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 5a898f2419cf0ab22bcdbaa61859d08078d08e6a
|
Loading…
Add table
Reference in a new issue