diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-09-24 18:08:47 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-09-24 18:08:47 +0200 |
| commit | 15d9cda75576623c0d00fbbd341613c2c668c3df (patch) | |
| tree | 147b03b9bc5c33eb224f300079636f87bb614df2 /README.md | |
| parent | ee48c2532874ba3f023e2ea5bb34c5502ea77736 (diff) | |
| download | tanya-15d9cda75576623c0d00fbbd341613c2c668c3df.tar.gz | |
Add info about supporting GDC
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -27,6 +27,7 @@ Tanya consists of the following packages and (top-level) modules: * `async`: Event loop (epoll, kqueue and IOCP). * `container`: Queue, Array, Singly and doubly linked lists, Buffers, UTF-8 string, Hash set. +* `encoding`: This package provides tools to work with text encodings. * `format`: Formatting and conversion functions. * `math`: Arbitrary precision integer and a set of functions. * `memory`: Tools for manual memory management (allocators, smart pointers). @@ -142,11 +143,11 @@ There are more containers in the `tanya.container` package. ### Supported compilers -| dmd | -|:-------:| -| 2.076.0 | -| 2.075.1 | -| 2.074.1 | +| DMD | GCC | +|:-------:|:--------------:| +| 2.076.0 | *gdc-5* branch | +| 2.075.1 | | +| 2.074.1 | | ### Current status |
