From 2d25afe069fb35ff0d24958d3ed037b7a221faa8 Mon Sep 17 00:00:00 2001
From: Kyle Lutz
Date: Sun, 3 May 2015 16:16:43 -0700
Subject: [PATCH 1/8] Add Boost.Compute submodule.
---
.gitmodules | 4 ++++
libs/compute | 1 +
2 files changed, 5 insertions(+)
create mode 160000 libs/compute
diff --git a/.gitmodules b/.gitmodules
index f3c710748f..992565bfaf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -502,3 +502,7 @@
path = libs/vmd
url = ../vmd.git
fetchRecurseSubmodules = on-demand
+[submodule "compute"]
+ path = libs/compute
+ url = ../compute.git
+ fetchRecurseSubmodules = on-demand
diff --git a/libs/compute b/libs/compute
new file mode 160000
index 0000000000..c75f5dc858
--- /dev/null
+++ b/libs/compute
@@ -0,0 +1 @@
+Subproject commit c75f5dc858ae4368f71ade0a1defaae7b3e3f204
From 32ab79f64663310fa050c115057447ef927e4939 Mon Sep 17 00:00:00 2001
From: Automated Commit
Date: Wed, 30 Dec 2015 11:45:05 -0500
Subject: [PATCH 2/8] Update utility from master.
---
libs/utility | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/utility b/libs/utility
index cf5ad341ed..1caa745dd7 160000
--- a/libs/utility
+++ b/libs/utility
@@ -1 +1 @@
-Subproject commit cf5ad341ed41e91f84579a9901a567efaa25cf48
+Subproject commit 1caa745dd72b2cffebafa904658fde0e9cac1232
From e85afd7133abe6a11f7556ccf0d69a6feea9a7eb Mon Sep 17 00:00:00 2001
From: Automated Commit
Date: Wed, 30 Dec 2015 19:30:06 -0500
Subject: [PATCH 3/8] Update align from master.
---
libs/align | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/align b/libs/align
index 48b3792fa1..1f829685e0 160000
--- a/libs/align
+++ b/libs/align
@@ -1 +1 @@
-Subproject commit 48b3792fa1da7d2fc95a38227b583381b687d5e3
+Subproject commit 1f829685e08d4c6b8c96e08b043bf8e03d27ae49
From 6c763616424b729d8ee0378f8fc7f6dd5406e314 Mon Sep 17 00:00:00 2001
From: Automated Commit
Date: Mon, 4 Jan 2016 11:45:10 -0500
Subject: [PATCH 4/8] Update range from master.
---
libs/range | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/range b/libs/range
index 7669f52547..0e931f4a80 160000
--- a/libs/range
+++ b/libs/range
@@ -1 +1 @@
-Subproject commit 7669f5254748224ef7cdb99ccd43e63758fbd342
+Subproject commit 0e931f4a80521acb00ff76c03237b0804b2cc572
From 9a7d7e805a9c91197dadff1d05d41cbef1bd6294 Mon Sep 17 00:00:00 2001
From: Automated Commit
Date: Tue, 5 Jan 2016 03:45:06 -0500
Subject: [PATCH 5/8] Update variant, conversion from master.
---
libs/conversion | 2 +-
libs/variant | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libs/conversion b/libs/conversion
index 58e8e78899..da8b2fe695 160000
--- a/libs/conversion
+++ b/libs/conversion
@@ -1 +1 @@
-Subproject commit 58e8e7889979054c50ccd44baae6683f2a931205
+Subproject commit da8b2fe695cffda506059b49a4782ede01fba10f
diff --git a/libs/variant b/libs/variant
index 9807275140..d2db11c5a4 160000
--- a/libs/variant
+++ b/libs/variant
@@ -1 +1 @@
-Subproject commit 98072751406cd4e648db696b1ec456145330bf02
+Subproject commit d2db11c5a4bc06fcf31f9396770dd71185fd4ad1
From f631ad81df6c2007e88554f6ee1739e83d8ea6ca Mon Sep 17 00:00:00 2001
From: Automated Commit
Date: Tue, 5 Jan 2016 04:00:09 -0500
Subject: [PATCH 6/8] Update any from master.
---
libs/any | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/any b/libs/any
index ed7cac4ee2..3b7c34998d 160000
--- a/libs/any
+++ b/libs/any
@@ -1 +1 @@
-Subproject commit ed7cac4ee207b125aa25144f2674f9550def2232
+Subproject commit 3b7c34998d7364aa312a46f6578622ae79d0378f
From 583326f460ab41b7a586e1a75523b84aed0f15e1 Mon Sep 17 00:00:00 2001
From: Automated Commit
Date: Thu, 7 Jan 2016 01:21:19 -0500
Subject: [PATCH 7/8] Update maintainer list.
---
libs/maintainers.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 33adb32a93..7bebeb0aff 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -25,6 +25,7 @@ bind Peter Dimov
chrono Vicente J. Botet Escriba
chrono/stopwatch Vicente J. Botet Escriba
circular_buffer Jan Gaspar
+compute Kyle Lutz
concept_check Jeremy Siek
config John Maddock
container Ion Gaztanaga
From b2f822b7ad5acca81f24e3d2a0e42b4d0be05850 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Mon, 19 Oct 2015 14:10:23 -0400
Subject: [PATCH 8/8] 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 992565bfaf..130efbe81d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -506,3 +506,6 @@
path = libs/compute
url = ../compute.git
fetchRecurseSubmodules = on-demand
+[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 552de58e98..d927b7be41 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -174,6 +174,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 -
@@ -787,6 +790,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
mpl - Template metaprogramming
framework of compile-time algorithms, sequences and metafunction classes,
from Aleksey Gurtovoy.
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 7bebeb0aff..f1b567df10 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -56,6 +56,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 6e5fef2bc7..24906195f2 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -97,6 +97,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