summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAndrey Semashev <andrey.semashev@gmail.com>2012-12-15 18:28:27 +0000
committerAndrey Semashev <andrey.semashev@gmail.com>2012-12-15 18:28:27 +0000
commitf46685dd72787b8caaf08cf461d1a77c40462fab (patch)
tree3644fd8e4ce759de616fe7cbef2420ddb5c48d89 /.gitmodules
parent15a4c127d41fb3b6215c382f072a334f07aa61ec (diff)
downloadboost-f46685dd72787b8caaf08cf461d1a77c40462fab.tar.gz
Boost.Atomic and Boost.Lockfree merged from trunk.
[SVN r81976]
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
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