mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
merge boost.heap
[SVN r76023]
This commit is contained in:
parent
46b1725d41
commit
2bfb3de0e9
5 changed files with 11 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
1
libs/heap
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 81a47306eaf2a2d2d902e569913a4c0cb630414d
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue