Merge remote-tracking branch 'origin/master' into utf8string
This commit is contained in:
commit
cd944a61b7
@ -7,10 +7,10 @@ os:
|
|||||||
language: d
|
language: d
|
||||||
|
|
||||||
d:
|
d:
|
||||||
|
- dmd-2.074.0
|
||||||
- dmd-2.073.2
|
- dmd-2.073.2
|
||||||
- dmd-2.072.2
|
- dmd-2.072.2
|
||||||
- dmd-2.071.2
|
- dmd-2.071.2
|
||||||
- dmd-2.070.2
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
|
21
README.md
21
README.md
@ -29,20 +29,25 @@ helper functions).
|
|||||||
|
|
||||||
### Supported compilers
|
### Supported compilers
|
||||||
|
|
||||||
* dmd 2.073.2
|
| dmd |
|
||||||
* dmd 2.072.2
|
|:-------:|
|
||||||
* dmd 2.071.2
|
| 2.074.0 |
|
||||||
* dmd 2.070.2
|
| 2.073.2 |
|
||||||
|
| 2.072.2 |
|
||||||
|
| 2.071.2 |
|
||||||
|
|
||||||
### Current status
|
### Current status
|
||||||
|
|
||||||
The library is currently under development, but the API is becoming gradually
|
The library is currently under development, but the API is becoming gradually
|
||||||
stable.
|
stable.
|
||||||
|
|
||||||
`container`s are being extended to support ranges. Also following modules are
|
Following modules are coming soon:
|
||||||
coming soon:
|
|
||||||
* UTF-8 string.
|
| Feature | Build status |
|
||||||
* Hash table.
|
|--------------|:-----------------------------------------------------------------------------------------------------------------------:|
|
||||||
|
| 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
|
`math` package contains an arbitrary precision integer implementation that
|
||||||
needs more test cases, better performance and some additional features
|
needs more test cases, better performance and some additional features
|
||||||
|
Loading…
Reference in New Issue
Block a user