mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Add Hana as a submodule of the master repository
Specifically: - Adds Hana's test suite to the regression tests - Add Hana as the libs/hana submodule - Add entry for Hana to libs/maintainers.txt and libs/libraries.htm
This commit is contained in:
parent
668a010cd7
commit
26a3dd9994
5 changed files with 12 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -517,3 +517,6 @@
|
|||
[submodule "libs/metaparse"]
|
||||
path = libs/metaparse
|
||||
url = ../metaparse.git
|
||||
[submodule "libs/hana"]
|
||||
path = libs/hana
|
||||
url = ../hana.git
|
||||
|
|
1
libs/hana
Submodule
1
libs/hana
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 039cc425e615a8f715a52267a58a602ab9c52bb6
|
|
@ -178,6 +178,9 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
||||
Generic graph components and algorithms, from Jeremy Siek
|
||||
and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
|
||||
<li><a href="hana/doc/html/index.html">hana</a> (C++14) - Heterogeneous sequences
|
||||
and algorithms, type-level computations and other metaprogramming tools,
|
||||
from Louis Dionne</li>
|
||||
<li><a href="heap/index.html">heap</a> -
|
||||
Priority queue data structures, from Tim Blechmann</li>
|
||||
<li><a href="icl/index.html">icl</a> -
|
||||
|
@ -796,6 +799,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<li><a href="fusion/index.html">fusion</a> -
|
||||
Library for working with tuples, including various containers,
|
||||
algorithms, etc. From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
|
||||
<li><a href="hana/doc/html/index.html">hana</a> (C++14) - Heterogeneous sequences
|
||||
and algorithms, type-level computations and other metaprogramming tools,
|
||||
from Louis Dionne</li>
|
||||
<li><a href="metaparse/index.html">metaparse</a> - A library for generating
|
||||
compile time parsers parsing embedded DSL code as part of the C++
|
||||
compilation process, from Ábel Sinkovics.</li>
|
||||
|
|
|
@ -57,6 +57,7 @@ fusion Joel de Guzman <joel -at- boost-consulting.com>, Dan Marsd
|
|||
geometry Barend Gehrels <barend -at- xs4all.nl>, Bruno Lalande <bruno.lalande -at- gmail.com>, Mateusz Loskot <mateusz -at- loskot.net>, Adam Wulkiewicz <adam.wulkiewicz -at- gmail.com>
|
||||
gil Christian Henning <chhenning -at- gmail.com>
|
||||
graph Andrew Sutton <asutton -at- cs.kent.edu>
|
||||
hana Louis Dionne <ldionne.2 -at- gmail.com>
|
||||
heap Tim Blechmann <tim -at- klingt.org>
|
||||
icl Joachim Faulhaber <afojgo -at- gmail.com>
|
||||
integer Daryle Walker <darylew -at- hotmail.com>
|
||||
|
|
|
@ -100,6 +100,7 @@ run-tests libs :
|
|||
gil/test # test-suite gil
|
||||
graph/test # test-suite graph
|
||||
graph_parallel/test # test-suite graph/parallel
|
||||
hana/test # test-suite hana
|
||||
heap/test # test-suite heap
|
||||
icl/test # test-suite icl
|
||||
integer/test # test-suite integer
|
||||
|
|
Loading…
Add table
Reference in a new issue