diff options
author | Douglas Gregor <doug.gregor@gmail.com> | 2007-07-31 20:32:15 +0000 |
---|---|---|
committer | Douglas Gregor <doug.gregor@gmail.com> | 2007-07-31 20:32:15 +0000 |
commit | 0df8db16033a5ea26c8b60e3c25ee054bf0630d7 (patch) | |
tree | 48638f92ea1b24bbfa86b09bd69d9776e6171aa3 /.gitmodules | |
parent | 4c765d1f2d29fab0b99874f445b3867ba0dd71bb (diff) | |
download | boost-0df8db16033a5ea26c8b60e3c25ee054bf0630d7.tar.gz |
Move top-level boost directory over to "devel" (temporarily)
[SVN r38327]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 964826a79a..2d30547681 100644 --- a/.gitmodules +++ b/.gitmodules @@ -250,6 +250,10 @@ path = libs/algorithm url = ../algorithm.git fetchRecurseSubmodules = on-demand +[submodule "local_function"] + path = libs/local_function + url = ../local_function.git + fetchRecurseSubmodules = on-demand [submodule "property_tree"] path = libs/property_tree url = ../property_tree.git @@ -330,3 +334,123 @@ path = libs/intrusive url = ../intrusive.git fetchRecurseSubmodules = on-demand +[submodule "coroutine"] + path = libs/coroutine + url = ../coroutine.git + fetchRecurseSubmodules = on-demand +[submodule "flyweight"] + path = libs/flyweight + url = ../flyweight.git + fetchRecurseSubmodules = on-demand +[submodule "geometry"] + path = libs/geometry + url = ../geometry.git + fetchRecurseSubmodules = on-demand +[submodule "atomic"] + path = libs/atomic + url = ../atomic.git + fetchRecurseSubmodules = on-demand +[submodule "auto_index"] + path = tools/auto_index + url = ../auto_index.git + fetchRecurseSubmodules = on-demand +[submodule "heap"] + path = libs/heap + url = ../heap.git + fetchRecurseSubmodules = on-demand +[submodule "icl"] + path = libs/icl + url = ../icl.git + fetchRecurseSubmodules = on-demand +[submodule "multiprecision"] + path = libs/multiprecision + url = ../multiprecision.git + fetchRecurseSubmodules = on-demand +[submodule "odeint"] + path = libs/numeric/odeint + url = ../odeint.git + fetchRecurseSubmodules = on-demand +[submodule "locale"] + path = libs/locale + url = ../locale.git + fetchRecurseSubmodules = on-demand +[submodule "lockfree"] + path = libs/lockfree + url = ../lockfree.git + fetchRecurseSubmodules = on-demand +[submodule "move"] + path = libs/move + url = ../move.git + fetchRecurseSubmodules = on-demand +[submodule "msm"] + path = libs/msm + url = ../msm.git + fetchRecurseSubmodules = on-demand +[submodule "tti"] + path = libs/tti + url = ../tti.git + fetchRecurseSubmodules = on-demand +[submodule "type_erasure"] + path = libs/type_erasure + url = ../type_erasure.git + fetchRecurseSubmodules = on-demand +[submodule "phoenix"] + path = libs/phoenix + url = ../phoenix.git + fetchRecurseSubmodules = on-demand +[submodule "polygon"] + path = libs/polygon + url = ../polygon.git + fetchRecurseSubmodules = on-demand +[submodule "predef"] + path = libs/predef + url = ../predef.git + fetchRecurseSubmodules = on-demand +[submodule "proto"] + path = libs/proto + url = ../proto.git + fetchRecurseSubmodules = on-demand +[submodule "ratio"] + path = libs/ratio + url = ../ratio.git + fetchRecurseSubmodules = on-demand +[submodule "scope_exit"] + path = libs/scope_exit + url = ../scope_exit.git + fetchRecurseSubmodules = on-demand +[submodule "signals2"] + path = libs/signals2 + url = ../signals2.git + fetchRecurseSubmodules = on-demand +[submodule "sync"] + path = libs/sync + url = ../sync.git + fetchRecurseSubmodules = on-demand +[submodule "units"] + path = libs/units + url = ../units.git + fetchRecurseSubmodules = on-demand +[submodule "unordered"] + path = libs/unordered + url = ../unordered.git + fetchRecurseSubmodules = on-demand +[submodule "uuid"] + path = libs/uuid + url = ../uuid.git + fetchRecurseSubmodules = on-demand +[submodule "chrono"] + path = libs/chrono + url = ../chrono.git + fetchRecurseSubmodules = on-demand +[submodule "container"] + path = libs/container + url = ../container.git + fetchRecurseSubmodules = on-demand +[submodule "context"] + path = libs/context + url = ../context.git + fetchRecurseSubmodules = on-demand +[submodule "accumulators"] + path = libs/accumulators + url = ../accumulators.git + fetchRecurseSubmodules = on-demand |