From 26a3dd99941caaf2fdf7d685c74a01fddcb4514e Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Mon, 19 Oct 2015 14:10:23 -0400 Subject: [PATCH] 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 --- .gitmodules | 3 +++ libs/hana | 1 + libs/libraries.htm | 6 ++++++ libs/maintainers.txt | 1 + status/Jamfile.v2 | 1 + 5 files changed, 12 insertions(+) create mode 160000 libs/hana diff --git a/.gitmodules b/.gitmodules index 6ac4392135..6b146bbb09 100644 --- a/.gitmodules +++ b/.gitmodules @@ -517,3 +517,6 @@ [submodule "libs/metaparse"] path = libs/metaparse url = ../metaparse.git +[submodule "libs/hana"] + path = libs/hana + url = ../hana.git diff --git a/libs/hana b/libs/hana new file mode 160000 index 0000000000..039cc425e6 --- /dev/null +++ b/libs/hana @@ -0,0 +1 @@ +Subproject commit 039cc425e615a8f715a52267a58a602ab9c52bb6 diff --git a/libs/libraries.htm b/libs/libraries.htm index ff10896127..5fbf8bd122 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -178,6 +178,9 @@ how to download, build, and install the libraries.

  • graph - Generic graph components and algorithms, from Jeremy Siek and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.
  • +
  • hana (C++14) - Heterogeneous sequences + and algorithms, type-level computations and other metaprogramming tools, + from Louis Dionne
  • heap - Priority queue data structures, from Tim Blechmann
  • icl - @@ -796,6 +799,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
  • fusion - Library for working with tuples, including various containers, algorithms, etc. From Joel de Guzman, Dan Marsden and Tobias Schwinger.
  • +
  • hana (C++14) - Heterogeneous sequences + and algorithms, type-level computations and other metaprogramming tools, + from Louis Dionne
  • metaparse - A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process, from Ábel Sinkovics.
  • diff --git a/libs/maintainers.txt b/libs/maintainers.txt index 9a52dfd740..e435147f31 100644 --- a/libs/maintainers.txt +++ b/libs/maintainers.txt @@ -57,6 +57,7 @@ fusion Joel de Guzman , Dan Marsd geometry Barend Gehrels , Bruno Lalande , Mateusz Loskot , Adam Wulkiewicz gil Christian Henning graph Andrew Sutton +hana Louis Dionne heap Tim Blechmann icl Joachim Faulhaber integer Daryle Walker diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index ca5fe89705..73449b7155 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -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