summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/type_index/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/type_index/README.md')
-rw-r--r--src/boost/libs/type_index/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/boost/libs/type_index/README.md b/src/boost/libs/type_index/README.md
new file mode 100644
index 000000000..19db50381
--- /dev/null
+++ b/src/boost/libs/type_index/README.md
@@ -0,0 +1,18 @@
+# [Boost.TypeIndex](http://boost.org/libs/type_index)
+Boost.TypeIndex is a part of the [Boost C++ Libraries](http://github.com/boostorg). It is a runtime/compile time copyable type info.
+
+### Test results
+
+@ | Build | Tests coverage | More info
+----------------|-------------- | -------------- |-----------
+Develop branch: | [![Build Status](https://travis-ci.org/apolukhin/type_index.svg?branch=develop)](https://travis-ci.org/apolukhin/type_index) [![Build status](https://ci.appveyor.com/api/projects/status/197a5imq10dqx6r8/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/type-index/branch/develop) | [![Coverage Status](https://coveralls.io/repos/apolukhin/type_index/badge.png?branch=develop)](https://coveralls.io/r/apolukhin/type_index?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/type_index.html)
+Master branch: | [![Build Status](https://travis-ci.org/apolukhin/type_index.svg?branch=master)](https://travis-ci.org/apolukhin/type_index) [![Build status](https://ci.appveyor.com/api/projects/status/197a5imq10dqx6r8/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/type-index/branch/master) | [![Coverage Status](https://coveralls.io/repos/apolukhin/type_index/badge.png?branch=master)](https://coveralls.io/r/apolukhin/type_index?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/type_index.html)
+
+
+[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=type_index)
+
+[Latest developer documentation](http://boostorg.github.com/type_index/index.html)
+
+### License
+
+Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).