summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/stacktrace/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/stacktrace/README.md')
-rw-r--r--src/boost/libs/stacktrace/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/boost/libs/stacktrace/README.md b/src/boost/libs/stacktrace/README.md
new file mode 100644
index 00000000..a80427aa
--- /dev/null
+++ b/src/boost/libs/stacktrace/README.md
@@ -0,0 +1,15 @@
+### Stacktrace
+Library for storing and printing backtraces.
+
+[Documentation and examples.](http://boostorg.github.io/stacktrace/index.html)
+
+
+### Test results
+@ | Build | Tests coverage | More info
+----------------|-------------- | -------------- |-----------
+Develop branch: | [![Build Status](https://travis-ci.org/boostorg/stacktrace.svg?branch=develop)](https://travis-ci.org/boostorg/stacktrace) [![Build status](https://ci.appveyor.com/api/projects/status/l3aak4j8k39rx08t/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/develop) | [![Coverage Status](https://coveralls.io/repos/github/boostorg/stacktrace/badge.svg?branch=develop)](https://coveralls.io/github/boostorg/stacktrace?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/stacktrace.html)
+Master branch: | [![Build Status](https://travis-ci.org/boostorg/stacktrace.svg?branch=master)](https://travis-ci.org/boostorg/stacktrace) [![Build status](https://ci.appveyor.com/api/projects/status/l3aak4j8k39rx08t/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/stacktrace/branch/master) | [![Coverage Status](https://coveralls.io/repos/github/boostorg/stacktrace/badge.svg?branch=master)](https://coveralls.io/github/boostorg/stacktrace?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/stacktrace.html)
+
+
+### License
+Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).