Update 2.074 compiler

This commit is contained in:
Eugen Wissner 2017-06-02 22:01:13 +02:00
parent bc32511254
commit e17fff2881
4 changed files with 8 additions and 10 deletions

View File

@ -7,7 +7,7 @@ os:
language: d language: d
d: d:
- dmd-2.074.0 - dmd-2.074.1
- dmd-2.073.2 - dmd-2.073.2
- dmd-2.072.2 - dmd-2.072.2
- dmd-2.071.2 - dmd-2.071.2

View File

@ -15,7 +15,7 @@ Garbage Collector heap. Everything in the library is usable in @nogc code.
Tanya extends Phobos functionality and provides alternative implementations for Tanya extends Phobos functionality and provides alternative implementations for
data structures and utilities that depend on the Garbage Collector in Phobos. data structures and utilities that depend on the Garbage Collector in Phobos.
* [Bug tracker](https://issues.caraus.io/projects/tanya) * [Bug tracker](https://issues.caraus.io/projects/tanya/issues)
* [Documentation](https://docs.caraus.io/tanya) * [Documentation](https://docs.caraus.io/tanya)
## Overview ## Overview
@ -34,7 +34,7 @@ helper functions).
| dmd | | dmd |
|:-------:| |:-------:|
| 2.074.0 | | 2.074.1 |
| 2.073.2 | | 2.073.2 |
| 2.072.2 | | 2.072.2 |
| 2.071.2 | | 2.071.2 |
@ -56,16 +56,14 @@ Following modules are under development:
* Tanya is cross-platform. The development happens on a 64-bit Linux, but it * Tanya is cross-platform. The development happens on a 64-bit Linux, but it
is being tested on Windows and FreeBSD as well. is being tested on Windows and FreeBSD as well.
* The library isn't thread-safe. Thread-safity should be added later. * The library isn't thread-safe yet.
## Release management ## Release management
3-week release cycle. 3-week release cycle.
Deprecated features are removed after one release (in approximately 6 weeks after deprecating).
## Contributing ## Contributing
Since I'm mostly busy writing new code and implementing new features I would
appreciate, if anyone uses the library. It would help me to improve the
codebase and fix issues.
Feel free to contact me if you have any questions: info@caraus.de. Feel free to contact me if you have any questions: info@caraus.de.

View File

@ -4,7 +4,7 @@ os: Visual Studio 2017
environment: environment:
matrix: matrix:
- DC: dmd - DC: dmd
DVersion: 2.074.0 DVersion: 2.074.1
arch: x86 arch: x86
- DC: dmd - DC: dmd
DVersion: 2.073.2 DVersion: 2.073.2

View File

@ -1,6 +1,6 @@
{ {
"name": "tanya", "name": "tanya",
"description": "General purpose, @nogc library", "description": "General purpose, @nogc library. Containers, networking, memory management, utilities",
"license": "MPL-2.0", "license": "MPL-2.0",
"copyright": "(c) Eugene Wissner <info@caraus.de>", "copyright": "(c) Eugene Wissner <info@caraus.de>",
"authors": [ "authors": [