summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-04-13 16:01:35 +0200
committerEugen Wissner <belka@caraus.de>2017-04-13 16:02:18 +0200
commit8156d0fe3a2da9d27195f38e7d9e005f296c1558 (patch)
tree10f2ff9f729089e02381df9f55fe0dfb75a2e12b
parent6e2ce5d68618a74fbd9cf39abf2ccb8f9f954783 (diff)
downloadtanya-8156d0fe3a2da9d27195f38e7d9e005f296c1558.tar.gz
Add support for dmd 2.074.0, remove 2.070.2
-rw-r--r--.travis.yml2
-rw-r--r--README.md21
2 files changed, 14 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index e307d73..dcf0b68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,10 @@ os:
language: d
d:
+ - dmd-2.074.0
- dmd-2.073.2
- dmd-2.072.2
- dmd-2.071.2
- - dmd-2.070.2
env:
matrix:
diff --git a/README.md b/README.md
index 33f95d5..5d83d58 100644
--- a/README.md
+++ b/README.md
@@ -29,20 +29,25 @@ helper functions).
### Supported compilers
-* dmd 2.073.2
-* dmd 2.072.2
-* dmd 2.071.2
-* dmd 2.070.2
+| dmd |
+|:-------:|
+| 2.074.0 |
+| 2.073.2 |
+| 2.072.2 |
+| 2.071.2 |
### Current status
The library is currently under development, but the API is becoming gradually
stable.
-`container`s are being extended to support ranges. Also following modules are
-coming soon:
-* UTF-8 string.
-* Hash table.
+Following modules are coming soon:
+
+| Feature | Build status |
+|--------------|:-----------------------------------------------------------------------------------------------------------------------:|
+| UTF-8 string | [![utf8string](https://travis-ci.org/caraus-ecms/tanya.svg?branch=utf8string)](https://travis-ci.org/caraus-ecms/tanya) |
+| BitVector | [![bitvector](https://travis-ci.org/caraus-ecms/tanya.svg?branch=bitvector)](https://travis-ci.org/caraus-ecms/tanya) |
+| Hash table | N/A |
`math` package contains an arbitrary precision integer implementation that
needs more test cases, better performance and some additional features