diff options
author | Andrey Semashev <andrey.semashev@gmail.com> | 2012-12-15 18:28:27 +0000 |
---|---|---|
committer | Andrey Semashev <andrey.semashev@gmail.com> | 2012-12-15 18:28:27 +0000 |
commit | f46685dd72787b8caaf08cf461d1a77c40462fab (patch) | |
tree | 3644fd8e4ce759de616fe7cbef2420ddb5c48d89 /.gitmodules | |
parent | 15a4c127d41fb3b6215c382f072a334f07aa61ec (diff) | |
download | boost-f46685dd72787b8caaf08cf461d1a77c40462fab.tar.gz |
Boost.Atomic and Boost.Lockfree merged from trunk.
[SVN r81976]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fb3d108dc7..3e74f67b44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -354,6 +354,10 @@ path = libs/accumulators url = ../accumulators.git fetchRecurseSubmodules = on-demand +[submodule "atomic"] + path = libs/atomic + url = ../atomic.git + fetchRecurseSubmodules = on-demand [submodule "scope_exit"] path = libs/scope_exit url = ../scope_exit.git @@ -430,3 +434,7 @@ path = libs/multiprecision url = ../multiprecision.git fetchRecurseSubmodules = on-demand +[submodule "lockfree"] + path = libs/lockfree + url = ../lockfree.git + fetchRecurseSubmodules = on-demand |