Просмотр исходного кода

This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.


[SVN r7621]

Beman Dawes 26 лет назад
Родитель
Сommit
69401754fd
14 измененных файлов с 61 добавлено и 1 удалено
  1. 48 0
      .gitmodules
  2. 1 0
      libs/array
  3. 1 0
      libs/compose
  4. 1 0
      libs/config
  5. 1 0
      libs/conversion
  6. 1 0
      libs/functional
  7. 1 0
      libs/integer
  8. 1 0
      libs/iterator
  9. 1 0
      libs/random
  10. 1 0
      libs/rational
  11. 1 1
      libs/smart_ptr
  12. 1 0
      libs/timer
  13. 1 0
      libs/type_traits
  14. 1 0
      libs/utility

+ 48 - 0
.gitmodules

@@ -2,3 +2,51 @@
 	path = libs/smart_ptr
 	url = ../smart_ptr.git
 	fetchRecurseSubmodules = on-demand
+[submodule "integer"]
+	path = libs/integer
+	url = ../integer.git
+	fetchRecurseSubmodules = on-demand
+[submodule "compose"]
+	path = libs/compose
+	url = ../compose.git
+	fetchRecurseSubmodules = on-demand
+[submodule "random"]
+	path = libs/random
+	url = ../random.git
+	fetchRecurseSubmodules = on-demand
+[submodule "utility"]
+	path = libs/utility
+	url = ../utility.git
+	fetchRecurseSubmodules = on-demand
+[submodule "rational"]
+	path = libs/rational
+	url = ../rational.git
+	fetchRecurseSubmodules = on-demand
+[submodule "timer"]
+	path = libs/timer
+	url = ../timer.git
+	fetchRecurseSubmodules = on-demand
+[submodule "functional"]
+	path = libs/functional
+	url = ../functional.git
+	fetchRecurseSubmodules = on-demand
+[submodule "conversion"]
+	path = libs/conversion
+	url = ../conversion.git
+	fetchRecurseSubmodules = on-demand
+[submodule "config"]
+	path = libs/config
+	url = ../config.git
+	fetchRecurseSubmodules = on-demand
+[submodule "array"]
+	path = libs/array
+	url = ../array.git
+	fetchRecurseSubmodules = on-demand
+[submodule "type_traits"]
+	path = libs/type_traits
+	url = ../type_traits.git
+	fetchRecurseSubmodules = on-demand
+[submodule "iterator"]
+	path = libs/iterator
+	url = ../iterator.git
+	fetchRecurseSubmodules = on-demand

+ 1 - 0
libs/array

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

+ 1 - 0
libs/compose

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

+ 1 - 0
libs/config

@@ -0,0 +1 @@
+Subproject commit 886affabe8fa941254ca6acbab046753f38c08f8

+ 1 - 0
libs/conversion

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

+ 1 - 0
libs/functional

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

+ 1 - 0
libs/integer

@@ -0,0 +1 @@
+Subproject commit 5c0fd818f9224946fb907e6d0910eacc7154fa83

+ 1 - 0
libs/iterator

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

+ 1 - 0
libs/random

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

+ 1 - 0
libs/rational

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

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit c47f309991b83794f0f037a320dc223939d65b07
+Subproject commit 468c41041b3d7ec0394cea52e3c24b7ba90743f7

+ 1 - 0
libs/timer

@@ -0,0 +1 @@
+Subproject commit 7c8b8d52e0caebc3e3cfa933f8f7d8cd5f691578

+ 1 - 0
libs/type_traits

@@ -0,0 +1 @@
+Subproject commit 749953f36bbde9c7de392d58032b7129fad12694

+ 1 - 0
libs/utility

@@ -0,0 +1 @@
+Subproject commit 06adfe9658d30b448a52aa950b5125a61c0d0002

粤ICP备19079148号