mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
pending stuff from Boost Graph Library
[SVN r7704]
This commit is contained in:
parent
b6a9ea7d4d
commit
9863878325
8 changed files with 23 additions and 3 deletions
16
.gitmodules
vendored
16
.gitmodules
vendored
|
@ -54,3 +54,19 @@
|
|||
path = libs/graph
|
||||
url = ../graph.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "concept_check"]
|
||||
path = libs/concept_check
|
||||
url = ../concept_check.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "detail"]
|
||||
path = libs/detail
|
||||
url = ../detail.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "disjoint_sets"]
|
||||
path = libs/disjoint_sets
|
||||
url = ../disjoint_sets.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "property_map"]
|
||||
path = libs/property_map
|
||||
url = ../property_map.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
1
libs/concept_check
Submodule
1
libs/concept_check
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6e3ebc8dac7accec9b2ff2f68f655fd86b15ef69
|
|
@ -1 +1 @@
|
|||
Subproject commit f2ffe05bc335e75ba4e809b8e9741506cddee4b3
|
||||
Subproject commit f1fa261ce7860d8a9428b7f9b1955e7e728032c0
|
1
libs/detail
Submodule
1
libs/detail
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3f5e466c7efd917328bb1bd7f2387d387f9a0888
|
1
libs/disjoint_sets
Submodule
1
libs/disjoint_sets
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit bcba5cda051bc21faeaf46ca681aa9038fc63d78
|
|
@ -1 +1 @@
|
|||
Subproject commit df829c39aee5dc9c0f63c4a3f56820e49d0edce2
|
||||
Subproject commit ba97a7c466b0ffd344886482f3f5c79805e150c1
|
|
@ -1 +1 @@
|
|||
Subproject commit a8d93ccb414337a7f4dca8364fef2eb605454d27
|
||||
Subproject commit bbeeb170412de1bfb896762b19751057f304e219
|
1
libs/property_map
Submodule
1
libs/property_map
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit cbf33fa3b548e4b9db0d7b9f6f04eae7b6738a18
|
Loading…
Add table
Reference in a new issue