浏览代码

chore: move submodules into external/

Sam Jaffe 1 年之前
父节点
当前提交
e2099ac46e
共有 11 个文件被更改,包括 10 次插入10 次删除
  1. 5 5
      .gitmodules
  2. 1 0
      external/expect
  3. 1 0
      external/matrix
  4. 1 0
      external/resource_factory
  5. 1 0
      external/scope_guard
  6. 1 0
      external/vector
  7. 0 1
      include/expect
  8. 0 1
      include/resource_factory
  9. 0 1
      include/scope_guard
  10. 0 1
      math/matrix
  11. 0 1
      math/vector

+ 5 - 5
.gitmodules

@@ -2,18 +2,18 @@
 	path = include/stb
 	url = https://github.com/nothings/stb.git
 [submodule "include/expect"]
-	path = include/expect
+	path = external/expect
 	url = freenas:utility/expect
 	branch = master
 [submodule "math/vector"]
-	path = math/vector
+	path = external/vector
 	url = freenas:utility/vector
 [submodule "math/matrix"]
-	path = math/matrix
+	path = external/matrix
 	url = freenas:utility/matrix
 [submodule "include/scope_guard"]
-	path = include/scope_guard
+	path = external/scope_guard
 	url = freenas:utility/scope_guard
 [submodule "include/resource_factory"]
-	path = include/resource_factory
+	path = external/resource_factory
 	url = freenas:utility/resource_factory.git

+ 1 - 0
external/expect

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

+ 1 - 0
external/matrix

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

+ 1 - 0
external/resource_factory

@@ -0,0 +1 @@
+Subproject commit 75957d1e3b8904e2c4bc572e264158a8372b6c95

+ 1 - 0
external/scope_guard

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

+ 1 - 0
external/vector

@@ -0,0 +1 @@
+Subproject commit 919be447d9bcb0c08d2460e5b04950e55de9d1b3

+ 0 - 1
include/expect

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

+ 0 - 1
include/resource_factory

@@ -1 +0,0 @@
-Subproject commit 5131e8ab6f8ec488d9e9fc9d82aac6f5ba09c620

+ 0 - 1
include/scope_guard

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

+ 0 - 1
math/matrix

@@ -1 +0,0 @@
-Subproject commit 64e3782c8e8a095acef3364f41f82384db3d1ac5

+ 0 - 1
math/vector

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