Ver código fonte

circular_buffer: added

[SVN r37706]
Jan Gaspar 19 anos atrás
pai
commit
9ca8c9170d
2 arquivos alterados com 5 adições e 0 exclusões
  1. 4 0
      .gitmodules
  2. 1 0
      libs/circular_buffer

+ 4 - 0
.gitmodules

@@ -254,6 +254,10 @@
 	path = libs/property_tree
 	url = ../property_tree.git
 	fetchRecurseSubmodules = on-demand
+[submodule "circular_buffer"]
+	path = libs/circular_buffer
+	url = ../circular_buffer.git
+	fetchRecurseSubmodules = on-demand
 [submodule "xpressive"]
 	path = libs/xpressive
 	url = ../xpressive.git

+ 1 - 0
libs/circular_buffer

@@ -0,0 +1 @@
+Subproject commit 03093ed0f9f1e0f2d2932908ea957b8c9ef5d8e3

粤ICP备19079148号