Skip to content

Commit

Permalink
merge boost.heap
Browse files Browse the repository at this point in the history
[SVN r76023]
  • Loading branch information
timblechmann committed Dec 17, 2011
1 parent 46b1725 commit 2bfb3de
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions doc/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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...

Expand Down Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions doc/src/boost.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions libs/heap
Submodule heap added at 81a473
1 change: 1 addition & 0 deletions status/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bfb3de

Please sign in to comment.