Tim Blechmann 14 лет назад
Родитель
Сommit
2bfb3de0e9
5 измененных файлов с 11 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 3 0
      doc/Jamfile.v2
  3. 2 0
      doc/src/boost.xml
  4. 1 0
      libs/heap
  5. 1 0
      status/Jamfile.v2

+ 4 - 0
.gitmodules

@@ -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

+ 3 - 0
doc/Jamfile.v2

@@ -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
 

+ 2 - 0
doc/src/boost.xml

@@ -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 - 0
libs/heap

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

+ 1 - 0
status/Jamfile.v2

@@ -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

粤ICP备19079148号