From 7b6753a42c0673bf5e065075599f70d3f9e1774c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 13 Apr 2013 12:30:25 +0000 Subject: Boost.Log merged to trunk. [SVN r83860] --- .gitmodules | 4 ++++ libs/log | 1 + 2 files changed, 5 insertions(+) create mode 160000 libs/log diff --git a/.gitmodules b/.gitmodules index 01282809a1..e81a534f0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -282,3 +282,7 @@ path = libs/numeric/conversion url = ../numeric_conversion.git fetchRecurseSubmodules = on-demand +[submodule "log"] + path = libs/log + url = ../log.git + fetchRecurseSubmodules = on-demand diff --git a/libs/log b/libs/log new file mode 160000 index 0000000000..6a032b633e --- /dev/null +++ b/libs/log @@ -0,0 +1 @@ +Subproject commit 6a032b633e0d9117ecbe82287216cc387161b3eb -- cgit v1.2.1