summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-03-15 05:46:42 +0100
committerEugen Wissner <belka@caraus.de>2018-03-15 05:46:42 +0100
commit80a177179d271b6d023f51aa3abb69376415b36e (patch)
tree40e8b2a5dee4f06c7370ca91986c753b32ad0e58 /README.md
parent2532d491059e7941693e5e3dc8d8011b6b94da6a (diff)
downloadtanya-80a177179d271b6d023f51aa3abb69376415b36e.tar.gz
Add hash table to the "Current status" branches
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/README.md b/README.md
index df9d27d..0c580a8 100644
--- a/README.md
+++ b/README.md
@@ -147,21 +147,20 @@ There are more containers in the `tanya.container` package.
### Supported compilers
-| DMD | GCC |
-|:-------:|:--------------:|
-| 2.079.0 | *master* |
-| 2.078.3 | |
-| 2.077.1 | |
-| 2.076.1 | |
+| DMD | GCC |
+|:-------:|:---------:|
+| 2.079.0 | *master* |
+| 2.078.3 | |
+| 2.077.1 | |
+| 2.076.1 | |
### Current status
Following modules are under development:
-| Feature | Branch | Build status |
-|----------|:---------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| BitArray | bitvector | [![bitvector](https://travis-ci.org/caraus-ecms/tanya.svg?branch=bitvector)](https://travis-ci.org/caraus-ecms/tanya) [![bitvector](https://ci.appveyor.com/api/projects/status/djkmverdfsylc7ti/branch/bitvector?svg=true)](https://ci.appveyor.com/project/belka-ew/tanya/branch/bitvector) |
-| TLS | crypto | [![crypto](https://travis-ci.org/caraus-ecms/tanya.svg?branch=crypto)](https://travis-ci.org/caraus-ecms/tanya) [![crypto](https://ci.appveyor.com/api/projects/status/djkmverdfsylc7ti/branch/crypto?svg=true)](https://ci.appveyor.com/project/belka-ew/tanya/branch/crypto) |
+| Feature | Branch | Build status |
+|------------|:---------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Hash table | bitvector | [![bitvector](https://travis-ci.org/caraus-ecms/tanya.svg?branch=bitvector)](https://travis-ci.org/caraus-ecms/tanya) [![bitvector](https://ci.appveyor.com/api/projects/status/djkmverdfsylc7ti/branch/bitvector?svg=true)](https://ci.appveyor.com/project/belka-ew/tanya/branch/bitvector) |
### Release management