Added Stacktrace library

This commit is contained in:
Antony Polukhin
2017-04-21 22:52:48 +03:00
parent e712782de0
commit 797ee794c3
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -530,3 +530,7 @@
path = libs/process
url = ../process.git
fetchRecurseSubmodules = on-demand
[submodule "stacktrace"]
path = libs/stacktrace
url = ../stacktrace.git
fetchRecurseSubmodules = on-demand
+1
View File
@@ -118,6 +118,7 @@ smart_ptr Peter Dimov <pdimov -at- pdimov.com>
smart_ptr/make_shared Glen Fernandes <glenfe -at- live.com>
sort Steven Ross <spreadsort -at- gmail.com>
spirit Joel de Guzman <joel -at- boost-consulting.com>, Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
stacktrace Antony Polukhin <antoshkka -at- gmail.com>
statechart Andreas Huber <ahd6974-boostorg -at- yahoo.com>
static_assert John Maddock <john -at- johnmaddock.co.uk>
test Gennadiy Rozental <rogeeff -at- gmail.com>, Raffi Enficiaud <raffi.enficiaud -at- free.fr>
+1
Submodule libs/stacktrace added at a562d4cb95