diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-04-13 16:03:00 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-04-13 16:03:00 +0200 |
| commit | cd944a61b798a22e1ac05535abed6c3529134889 (patch) | |
| tree | a81b52fc1de3b5c4aaf26c4cc2dcffdf8fdd97b1 | |
| parent | 47ef7873538bb690cc0b2ee0bfa6b1de9d32fc9e (diff) | |
| parent | 8156d0fe3a2da9d27195f38e7d9e005f296c1558 (diff) | |
| download | tanya-cd944a61b798a22e1ac05535abed6c3529134889.tar.gz | |
Merge remote-tracking branch 'origin/master' into utf8string
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | README.md | 21 |
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: @@ -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 | [](https://travis-ci.org/caraus-ecms/tanya) | +| 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 |
