diff --git a/.gitmodules b/.gitmodules
index 6fb510c95e..001a7d553a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -505,3 +505,10 @@
[submodule "dll"]
path = libs/dll
url = ../dll.git
+[submodule "compute"]
+ path = libs/compute
+ url = ../compute.git
+ fetchRecurseSubmodules = on-demand
+[submodule "libs/hana"]
+ path = libs/hana
+ url = ../hana.git
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
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
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
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/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 01807d78ed..ca5c9ccb03 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -175,6 +175,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 -
@@ -788,6 +791,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 05361cf183..0b7dfae102 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
@@ -56,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/libs/range b/libs/range
index 7669f52547..0e931f4a80 160000
--- a/libs/range
+++ b/libs/range
@@ -1 +1 @@
-Subproject commit 7669f5254748224ef7cdb99ccd43e63758fbd342
+Subproject commit 0e931f4a80521acb00ff76c03237b0804b2cc572
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
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
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index f37a462b62..123201e005 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -98,6 +98,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