diff --git a/.gitmodules b/.gitmodules index 9d70d19a6c..bb62c15914 100644 --- a/.gitmodules +++ b/.gitmodules @@ -530,3 +530,6 @@ path = libs/qvm url = ../qvm.git fetchRecurseSubmodules = on-demand +[submodule "fiber"] + path = libs/fiber + url = ../fiber.git diff --git a/libs/accumulators b/libs/accumulators index e0202cdcce..4108fd8f56 160000 --- a/libs/accumulators +++ b/libs/accumulators @@ -1 +1 @@ -Subproject commit e0202cdcce09464fd4f7dce7a3f46094ef3ac3ec +Subproject commit 4108fd8f56f4d31da937ff95f3afeec8b0e8c26f diff --git a/libs/detail b/libs/detail index 4013403c44..10f1da5034 160000 --- a/libs/detail +++ b/libs/detail @@ -1 +1 @@ -Subproject commit 4013403c44e9828373f6049495fd68968b159ccc +Subproject commit 10f1da5034b4a7e3e3f4a5368eddbf6fb83fe9b8 diff --git a/libs/fiber b/libs/fiber new file mode 160000 index 0000000000..975b11dc25 --- /dev/null +++ b/libs/fiber @@ -0,0 +1 @@ +Subproject commit 975b11dc257b481668fe45d23a5ee44ae8cbbda3 diff --git a/libs/geometry b/libs/geometry index be3b4f262c..968cbb1f24 160000 --- a/libs/geometry +++ b/libs/geometry @@ -1 +1 @@ -Subproject commit be3b4f262c3d31aad0ddf9c13753fa39503ceb4a +Subproject commit 968cbb1f247302295d9747f21801dacce0a195c1 diff --git a/libs/libraries.htm b/libs/libraries.htm index 8b48a502c1..b2ca6b087f 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -1,4 +1,6 @@ -{{! This is a template used to generate the library list in the release. }} +{{! This is a template for the library list. See the generated file at: + http://www.boost.org/doc/libs/develop/libs/libraries.htm +}} diff --git a/libs/maintainers.txt b/libs/maintainers.txt index 33e658267c..84bfc2fea7 100644 --- a/libs/maintainers.txt +++ b/libs/maintainers.txt @@ -42,6 +42,7 @@ dll Antony Polukhin dynamic_bitset Jeremy Siek endian Beman Dawes exception Emil Dotchevski +fiber Oliver Kowalke filesystem Beman Dawes flyweight Joaquin M Lopez Munoz foreach Eric Niebler diff --git a/libs/multiprecision b/libs/multiprecision index 9c7210e859..0b7591dd3a 160000 --- a/libs/multiprecision +++ b/libs/multiprecision @@ -1 +1 @@ -Subproject commit 9c7210e85918ae29ef06a7162d3e7435a73100ab +Subproject commit 0b7591dd3a6425786bfdc58d481de7d796076a7c diff --git a/libs/regex b/libs/regex index 9059bfb5c6..7719dedbaf 160000 --- a/libs/regex +++ b/libs/regex @@ -1 +1 @@ -Subproject commit 9059bfb5c6287b0c579bfa4be5160b44c8cc2957 +Subproject commit 7719dedbafa0ffdd3bd7d6d6c87881dd6fcde9e5 diff --git a/libs/variant b/libs/variant index b84f8c2141..927280570a 160000 --- a/libs/variant +++ b/libs/variant @@ -1 +1 @@ -Subproject commit b84f8c2141a7d18e6f55a4732bfc17de73f61870 +Subproject commit 927280570a553b43846e74ddd6b3802d5a1a5f1c diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index c0617542fe..c346421085 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -120,6 +120,7 @@ run-tests libs : dynamic_bitset # test-suite dynamic_bitset endian/test # test-suite endian exception/test + fiber/test # test-suite fiber filesystem/test # test-suite filesystem flyweight/test # test-suite flyweight foreach/test # test-suite foreach