mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Merge branch 'develop' of https://github.com/boostorg/boost into develop
This commit is contained in:
commit
1a09ebaa40
11 changed files with 15 additions and 7 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -530,3 +530,6 @@
|
|||
path = libs/qvm
|
||||
url = ../qvm.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "fiber"]
|
||||
path = libs/fiber
|
||||
url = ../fiber.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e0202cdcce09464fd4f7dce7a3f46094ef3ac3ec
|
||||
Subproject commit 4108fd8f56f4d31da937ff95f3afeec8b0e8c26f
|
|
@ -1 +1 @@
|
|||
Subproject commit 4013403c44e9828373f6049495fd68968b159ccc
|
||||
Subproject commit 10f1da5034b4a7e3e3f4a5368eddbf6fb83fe9b8
|
1
libs/fiber
Submodule
1
libs/fiber
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 975b11dc257b481668fe45d23a5ee44ae8cbbda3
|
|
@ -1 +1 @@
|
|||
Subproject commit be3b4f262c3d31aad0ddf9c13753fa39503ceb4a
|
||||
Subproject commit 968cbb1f247302295d9747f21801dacce0a195c1
|
|
@ -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
|
||||
}}
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
|
|
@ -42,6 +42,7 @@ dll Antony Polukhin <antoshkka -at- gmail.com>
|
|||
dynamic_bitset Jeremy Siek <jeremy.siek -at- gmail.com>
|
||||
endian Beman Dawes <bdawes -at- acm.org>
|
||||
exception Emil Dotchevski <emil -at- revergestudios.com>
|
||||
fiber Oliver Kowalke <oliver.kowalke -at- gmail.com>
|
||||
filesystem Beman Dawes <bdawes -at- acm.org>
|
||||
flyweight Joaquin M Lopez Munoz <joaquin.lopezmunoz -at- gmail.com>
|
||||
foreach Eric Niebler <eric -at- boostpro.com>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9c7210e85918ae29ef06a7162d3e7435a73100ab
|
||||
Subproject commit 0b7591dd3a6425786bfdc58d481de7d796076a7c
|
|
@ -1 +1 @@
|
|||
Subproject commit 9059bfb5c6287b0c579bfa4be5160b44c8cc2957
|
||||
Subproject commit 7719dedbafa0ffdd3bd7d6d6c87881dd6fcde9e5
|
|
@ -1 +1 @@
|
|||
Subproject commit b84f8c2141a7d18e6f55a4732bfc17de73f61870
|
||||
Subproject commit 927280570a553b43846e74ddd6b3802d5a1a5f1c
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue