Przeglądaj źródła

pending stuff from Boost Graph Library

[SVN r7704]
Jeremy Siek 26 lat temu
rodzic
commit
9863878325
8 zmienionych plików z 23 dodań i 3 usunięć
  1. 16 0
      .gitmodules
  2. 1 0
      libs/concept_check
  3. 1 1
      libs/config
  4. 1 0
      libs/detail
  5. 1 0
      libs/disjoint_sets
  6. 1 1
      libs/graph
  7. 1 1
      libs/iterator
  8. 1 0
      libs/property_map

+ 16 - 0
.gitmodules

@@ -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 - 0
libs/concept_check

@@ -0,0 +1 @@
+Subproject commit 6e3ebc8dac7accec9b2ff2f68f655fd86b15ef69

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit f2ffe05bc335e75ba4e809b8e9741506cddee4b3
+Subproject commit f1fa261ce7860d8a9428b7f9b1955e7e728032c0

+ 1 - 0
libs/detail

@@ -0,0 +1 @@
+Subproject commit 3f5e466c7efd917328bb1bd7f2387d387f9a0888

+ 1 - 0
libs/disjoint_sets

@@ -0,0 +1 @@
+Subproject commit bcba5cda051bc21faeaf46ca681aa9038fc63d78

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit df829c39aee5dc9c0f63c4a3f56820e49d0edce2
+Subproject commit ba97a7c466b0ffd344886482f3f5c79805e150c1

+ 1 - 1
libs/iterator

@@ -1 +1 @@
-Subproject commit a8d93ccb414337a7f4dca8364fef2eb605454d27
+Subproject commit bbeeb170412de1bfb896762b19751057f304e219

+ 1 - 0
libs/property_map

@@ -0,0 +1 @@
+Subproject commit cbf33fa3b548e4b9db0d7b9f6f04eae7b6738a18

粤ICP备19079148号