merge boost.heap

[SVN r76023]
This commit is contained in:
Tim Blechmann 2011-12-17 16:36:06 +00:00
parent 46b1725d41
commit 2bfb3de0e9
5 changed files with 11 additions and 0 deletions

4
.gitmodules vendored
View file

@ -378,6 +378,10 @@
path = libs/msm
url = ../msm.git
fetchRecurseSubmodules = on-demand
[submodule "heap"]
path = libs/heap
url = ../heap.git
fetchRecurseSubmodules = on-demand
[submodule "ratio"]
path = libs/ratio
url = ../ratio.git

View file

@ -58,6 +58,8 @@ boostbook doc
<dependency>../libs/signals2/doc//hello_world_def_code_snippet.xml
<dependency>../libs/random/doc//random
#<dependency>../libs/spirit/doc//spirit
<dependency>../libs/heap/doc//autodoc.xml
<dependency>../libs/heap/doc//heap
## Add path references to the QuickBook generated docs...
@ -87,6 +89,7 @@ boostbook doc
<implicit-dependency>../libs/signals2/doc//hello_world_def_code_snippet.xml
<implicit-dependency>../libs/random/doc//random
#<implicit-dependency>../libs/spirit/doc//spirit
<implicit-dependency>../libs/heap/doc//heap
<xsl:param>boost.libraries=../../libs/libraries.htm

View file

@ -295,6 +295,8 @@
</libraryinfo>
</library>
<xi:include href="heap.xml"/>
<library name="Integer" dirname="integer" html-only="1"
url="../../libs/integer/index.html">
<libraryinfo>

1
libs/heap Submodule

@ -0,0 +1 @@
Subproject commit 81a47306eaf2a2d2d902e569913a4c0cb630414d

View file

@ -83,6 +83,7 @@ run-tests libs :
gil/test # test-suite gil
graph/test # test-suite graph
graph_parallel/test # test-suite graph/parallel
heap/test # test-suite heap
icl/test # test-suite icl
io/test # test-suite io
integer/test # test-suite integer